assets#
Package for defining asset classes.
Available classes are:
Asset: The base and extendable class for all assets.
Additive: Represents a numeric asset where the aggregation is additive.
Multiplicative: Represents a numeric asset where the aggregation is multiplicative.
Concave: Represents a numeric asset where the aggregation is concave.
Convex: Represents a numeric asset where the aggregation is convex.
Symbolic: Represents a symbolic asset (set of values with no order relation).
AssetBucket: Represents a collection of assets.
Modules
Module for the AdditiveAsset class. |
|
Module for the Asset class. |
|
Module for the AssetBucket class. |
|
Module for the Concave Asset class. |
|
Module for the Convex Asset class. |
|
Default asset initializers for nodes, links and aggregator for links assets. |
|
Module for the Multiplicative Asset class. |
|
Module for defining asset spaces. |
|
Module for a Symbolic Asset class. |