flex_analyze_cash_utilization
Calculate the percentage of your Net Liquidation Value that is free cash after reserving for potential short put assignments. Answers how much cash is truly available.
Instructions
Calculate free cash as a percentage of Net Liquidation Value (Net Liq), after deducting cash reserved for short (sold) put obligations.
When a put is sold, the seller must be able to purchase the underlying if assigned. The worst-case cash reservation per contract is:
strike × multiplier × |quantity|This tool answers: "Of my total Net Liq, how much of my cash is actually free — not spoken for by open short-put assignments?"
Uses the most recent equity-summary row for Net Liq and cash, and the current open-positions snapshot for short puts.
Returns JSON: net_liq — total portfolio value in base currency gross_cash — cash balance from equity summary reserved_for_puts — worst-case assignment obligation of all short puts free_cash — gross_cash − reserved_for_puts free_cash_pct_net_liq — free_cash / net_liq × 100 (the headline %) cash_pct_net_liq — gross_cash / net_liq × 100 (for reference) currency — base currency of the account as_of_date — equity summary report date used short_puts — per-position breakdown of the reservation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |