Slot: rateSpecification
The specification of the rate value(s) applicable to the contract using either a floating rate calculation, a single fixed rate, a fixed rate schedule, or an inflation rate calculation.
URI: common_domain_model:rateSpecification
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| InterestRatePayout | A class to specify all of the terms necessary to define and calculate a cash... | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | RateSpecification or FixedRateSpecification or FloatingRateSpecification or InflationRateSpecification |
| Domain Of | InterestRatePayout |
Cardinality and Requirements
| Property | Value |
|---|---|
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'FixedRateSpecification'}) - AnonymousSlotExpression({'range': 'FloatingRateSpecification'}) - AnonymousSlotExpression({'range': 'InflationRateSpecification'})Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:rateSpecification |
| native | common_domain_model:rateSpecification |
LinkML Source
name: rateSpecification
description: The specification of the rate value(s) applicable to the contract using
either a floating rate calculation, a single fixed rate, a fixed rate schedule,
or an inflation rate calculation.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
domain_of:
- InterestRatePayout
range: RateSpecification
any_of:
- range: FixedRateSpecification
- range: FloatingRateSpecification
- range: InflationRateSpecification