multiplicative#

Module for the Multiplicative Asset class.

It represents a numeric asset where the aggregation is the multiplication of the provided assets. It provides the interface for the basic algebraic functions between assets:

  • aggregate: Aggregate the assets into a single asset via product.

  • satisfies: Check if the asset contains another asset and is positive.

  • is_consistent: Check if the asset belongs to the interval [lower_bound, upper_bound].

Classes

Multiplicative

Represent a numeric asset where the aggregation is multiplicative.