Multiplicative.is_consistent#
- Multiplicative.is_consistent(asset)[source]
Check if the asset belongs to the interval [lower_bound, upper_bound].
- Parameters:
asset (float) – The asset to be checked.
- Returns:
True if lower_bound <= asset <= upper_bound, False otherwise.
- Return type:
bool