Additive.aggregate#

Additive.aggregate(*assets)[source]

Aggregate the assets into a single asset via summation.

Parameters:

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

Returns:

The aggregated asset.

Return type:

float