gs_quant.markets.baskets.Basket.cancel_rebalance

Basket.cancel_rebalance()[source]

Cancel the most recent rebalance submission

Usage

Cancel the basket’s most recent rebalance submission if it has not yet been approved

Examples

Cancel the basket’s most recent rebalance submission

>>> from gs_quant.markets.baskets import Basket
>>>
:rtype: :py:class:`~typing.Dict`
>>> basket = Basket.get("GSMBXXXX")
>>> basket.cancel_rebalance()

See also

get_rebalance_approval_status() update()