Get Portfolio Configs
List portfolio configs for the organization
Authorizations
Path Parameters
Response
255Optimization mode to use for portfolio optimization, this can be LONG_ONLY, LONG_SHORT, or LONG_BIASED.
LONG_ONLY- Long OnlyLONG_SHORT- Long ShortLONG_BIASED- Long Biased
LONG_ONLY, LONG_SHORT, LONG_BIASED Target sum of long weights for LONG_SHORT or LONG_BIASED optimization modes (e.g., 2.5 for 250% long).
^-?\d{0,3}(?:\.\d{0,2})?$Target sum of short weights for LONG_SHORT or LONG_BIASED optimization modes (e.g., -2.5 for -250% short).
^-?\d{0,3}(?:\.\d{0,2})?$Risk model to use for portfolio optimization
custom- Custompca- Pcacharacteristics- Characteristicsaxioma- Axioma
custom, pca, characteristics, axioma ^-?\d{0,3}(?:\.\d{0,2})?$^-?\d{0,3}(?:\.\d{0,2})?$^-?\d{0,3}(?:\.\d{0,2})?$^-?\d{0,3}(?:\.\d{0,2})?$Whether to enforce the active-risk cap during optimization
Maximum portfolio active risk as a percentage (0–100). Only enforced when use_active_risk_bounds is True.
^-?\d{0,3}(?:\.\d{0,2})?$^-?\d{0,3}(?:\.\d{0,2})?$^-?\d{0,8}(?:\.\d{0,2})?$^-?\d{0,8}(?:\.\d{0,2})?$^-?\d{0,8}(?:\.\d{0,2})?$^-?\d{0,8}(?:\.\d{0,2})?$USD cash buffer as a percentage of portfolio value (0.0 to 1.0, e.g., 0.05 for 5%)
^-?\d{0,1}(?:\.\d{0,4})?$CAD cash buffer as a percentage of portfolio value (0.0 to 1.0, e.g., 0.05 for 5%)
^-?\d{0,1}(?:\.\d{0,4})?$Risk aversion lambda. App default is 2; library default is 1.0.
^-?\d{0,3}(?:\.\d{0,3})?$Risk-free rate percentage used in Sharpe calculations. Library default 4.0.
^-?\d{0,3}(?:\.\d{0,4})?$Risk matrix conditioning parameter. Library default 0.0.
^-?\d{0,5}(?:\.\d{0,10})?$Factor to increase risk bounds on infeasibility. Library default 2.0.
^-?\d{0,4}(?:\.\d{0,4})?$Max iterations for risk bound adaptation. Library default 10.
0 <= x <= 2147483647Enable Regula Falsi method for tax gamma search. Library default True.
Enable maximum turnover constraint. Library default False.
Maximum portfolio turnover as a percentage. Library default 100.0.
^-?\d{0,4}(?:\.\d{0,4})?$Enforce whole share constraints for all assets. Library default False.
List of tilt_asset_ids that must be whole shares. Null = all when require_whole_shares is True.
List of lists of tilt_asset_ids that are mutually exclusive substitution pairs.
Dict mapping tilt_asset_id to per-asset capital gains reduction amount.
Units for capital_gains_reductions. Library default 'DOLLARS'.
DOLLARS- DollarsPERCENT- Percent
DOLLARS, PERCENT Include cash as a benchmark component. Library default False.
Linear transaction cost fraction. Library default 0.0.
^-?\d{0,4}(?:\.\d{0,6})?$Commission rate. Library default 0.75.
^-?\d{0,4}(?:\.\d{0,4})?$Broker spread in basis points. Library default 30.0.
^-?\d{0,6}(?:\.\d{0,4})?$Minimum trading volume in dollars for market impact calculation. Library default 1,000,000.
^-?\d{0,14}(?:\.\d{0,2})?$