Enum: PriceExpressionEnum
Enumerated values to specify whether the price is expressed in absolute or relative terms.
URI: common_domain_model:PriceExpressionEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| AbsoluteTerms | None | The price is expressed as an absolute amount |
| PercentageOfNotional | None | The price is expressed in percentage of the notional amount |
| ParValueFraction | None | Denotes a price expressed in percentage of face value with fractions which is... |
| PerOption | None | Denotes a price expressed per number of options |
Slots
| Name | Description |
|---|---|
| priceExpression | (Optionally) Specifies whether the price is expressed in absolute or percenta... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: PriceExpressionEnum
description: Enumerated values to specify whether the price is expressed in absolute
or relative terms.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
AbsoluteTerms:
text: AbsoluteTerms
description: The price is expressed as an absolute amount.
PercentageOfNotional:
text: PercentageOfNotional
description: The price is expressed in percentage of the notional amount.
ParValueFraction:
text: ParValueFraction
description: Denotes a price expressed in percentage of face value with fractions
which is used for quoting bonds, e.g. 101 3/8 indicates that the buyer will
pay 101.375 of the face value.
PerOption:
text: PerOption
description: Denotes a price expressed per number of options.