Skip to content

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

Property Value
Union Of FixedRateSpecification, FloatingRateSpecification, InflationRateSpecification

Slots

Name Cardinality and Range Description Inheritance

Usages

used by used in type used
InterestRatePayout rateSpecification range RateSpecification

In Subsets

Comments

  • Generated from Rosetta 'choice' construct — represents a union/one-of type.

Identifier and Mapping Information

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