Class: RateSpecification
_ A data type to specify the fixed interest rate, floating interest rate or inflation rate._
- NOTE: this is an abstract class and should not be instantiated directly
URI: common_domain_model:RateSpecification
classDiagram
class RateSpecification
click RateSpecification href "../RateSpecification/"
Class Properties
Slots
| Name |
Cardinality and Range |
Description |
Inheritance |
|
|
|
|
Usages
In Subsets
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
common_domain_model:RateSpecification |
| native |
common_domain_model:RateSpecification |
LinkML Source
Direct
name: RateSpecification
description: ' A data type to specify the fixed interest rate, floating interest rate
or inflation rate.'
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- FixedRateSpecification
- FloatingRateSpecification
- InflationRateSpecification
Induced
name: RateSpecification
description: ' A data type to specify the fixed interest rate, floating interest rate
or inflation rate.'
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- FixedRateSpecification
- FloatingRateSpecification
- InflationRateSpecification