curl --request GET \
--url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/optimized_proposals/{proposal_uuid}/ \
--header 'X-Api-Key: <api-key>'{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created": "2023-11-07T05:31:56Z",
"client": {
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_id": "<string>",
"created": "2023-11-07T05:31:56Z"
},
"status": "pending",
"weights": [
{
"ticker": "<string>",
"ticker_symbol": "<string>",
"ticker_name": "<string>",
"weight": "<string>",
"active_weight": "<string>",
"initial_weight": "<string>",
"benchmark_weight": "<string>",
"imputed_alpha": "<string>",
"tax_alpha": "<string>",
"no_trade": true,
"no_hold": true,
"no_buy": true,
"no_sell": true
}
],
"orders": [
{
"ticker": "<string>",
"amount": "<string>",
"type": "qty",
"tax_lots": [
{
"cost_basis": "<string>",
"quantity": "<string>",
"trade_date": "2023-12-25",
"gain": "<string>"
}
],
"fx_cost_breakdown": {
"base_amount_usd": "<string>",
"fx_rate": "<string>",
"fx_fee_percentage": "<string>",
"fx_fee_amount_usd": "<string>",
"net_amount_usd": "<string>",
"currency": "USD"
},
"amount_usd": "<string>",
"order_category": "long",
"reason": "removed_from_target",
"existing_quantity": "<string>",
"existing_weight": "<string>",
"existing_market_value": "<string>",
"target_weight": "<string>"
}
],
"optimization_summary": {
"total_optimized_weight": "<string>",
"total_benchmark_weight": "<string>",
"total_ideal_weight": "<string>",
"total_active_weight": "<string>",
"imputed_alpha": "<string>",
"simple_tcost": "<string>",
"transaction_cost": "<string>",
"commissions_bps": "<string>",
"market_impact_bps": "<string>",
"bid_ask_cost_bps": "<string>",
"nav": "<string>",
"turnover": "<string>",
"benchmark_risk_annualized_percentage": "<string>",
"active_risk_annualized_percentage": "<string>",
"optimized_risk_annualized_percentage": "<string>",
"average_drift": "<string>",
"max_drift": "<string>"
},
"tax_summary": {
"short_term_gain": "<string>",
"short_term_loss": "<string>",
"long_term_gain": "<string>",
"long_term_loss": "<string>",
"short_term_net": "<string>",
"long_term_net": "<string>",
"tax_due": "<string>"
},
"failure_reason": "<string>"
}curl --request GET \
--url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/optimized_proposals/{proposal_uuid}/ \
--header 'X-Api-Key: <api-key>'{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created": "2023-11-07T05:31:56Z",
"client": {
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_id": "<string>",
"created": "2023-11-07T05:31:56Z"
},
"status": "pending",
"weights": [
{
"ticker": "<string>",
"ticker_symbol": "<string>",
"ticker_name": "<string>",
"weight": "<string>",
"active_weight": "<string>",
"initial_weight": "<string>",
"benchmark_weight": "<string>",
"imputed_alpha": "<string>",
"tax_alpha": "<string>",
"no_trade": true,
"no_hold": true,
"no_buy": true,
"no_sell": true
}
],
"orders": [
{
"ticker": "<string>",
"amount": "<string>",
"type": "qty",
"tax_lots": [
{
"cost_basis": "<string>",
"quantity": "<string>",
"trade_date": "2023-12-25",
"gain": "<string>"
}
],
"fx_cost_breakdown": {
"base_amount_usd": "<string>",
"fx_rate": "<string>",
"fx_fee_percentage": "<string>",
"fx_fee_amount_usd": "<string>",
"net_amount_usd": "<string>",
"currency": "USD"
},
"amount_usd": "<string>",
"order_category": "long",
"reason": "removed_from_target",
"existing_quantity": "<string>",
"existing_weight": "<string>",
"existing_market_value": "<string>",
"target_weight": "<string>"
}
],
"optimization_summary": {
"total_optimized_weight": "<string>",
"total_benchmark_weight": "<string>",
"total_ideal_weight": "<string>",
"total_active_weight": "<string>",
"imputed_alpha": "<string>",
"simple_tcost": "<string>",
"transaction_cost": "<string>",
"commissions_bps": "<string>",
"market_impact_bps": "<string>",
"bid_ask_cost_bps": "<string>",
"nav": "<string>",
"turnover": "<string>",
"benchmark_risk_annualized_percentage": "<string>",
"active_risk_annualized_percentage": "<string>",
"optimized_risk_annualized_percentage": "<string>",
"average_drift": "<string>",
"max_drift": "<string>"
},
"tax_summary": {
"short_term_gain": "<string>",
"short_term_loss": "<string>",
"long_term_gain": "<string>",
"long_term_loss": "<string>",
"short_term_net": "<string>",
"long_term_net": "<string>",
"tax_due": "<string>"
},
"failure_reason": "<string>"
}pending - Pendingcompleted - Completedfailed - Failedpending, completed, failed Show child attributes
Show child attributes
qty - Qtynotional - Notionalqty, notional Show child attributes
USD - UsdEUR - EurGBP - GbpJPY - JpyCAD - CadUSD, EUR, GBP, JPY, CAD long - Longshort_order - Short Ordershort_cover - Short Coverlong, short_order, short_cover removed_from_target - Removed From Targetadded_to_target - Added To Targetweight_decreased - Weight Decreasedweight_increased - Weight Increasedremoved_from_target, added_to_target, weight_decreased, weight_increased Show child attributes
Show child attributes