Convex.aggregate#

Convex.aggregate(*assets)[source]

Aggregate the assets into a single asset by taking the minimum value.

If no assets are provided, the upper bound is returned.

Parameters:

assets (Iterable[NumericAsset]) – The assets to aggregate.

Returns:

The aggregated asset.

Return type:

NumericAsset