Enum: RepoDurationEnum
A duration code for a Repo (or Securities Lending) transaction. There are many business and market rules that are derived from the duration of the transaction.
URI: common_domain_model:RepoDurationEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Overnight | None | Indicates that a contract is classified as overnight, meaning that there is o... |
| Term | None | Indicates that a contract is a regular term contract, with a start date and a... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: RepoDurationEnum
description: A duration code for a Repo (or Securities Lending) transaction. There
are many business and market rules that are derived from the duration of the transaction.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
Overnight:
text: Overnight
description: 'Indicates that a contract is classified as overnight, meaning that
there is one business day difference between the start and end date of the contract.
Business rule: When the repo is overnight, the number of business days between
the spot and forward value dates must be one. Forward leg must be specified.'
Term:
text: Term
description: 'Indicates that a contract is a regular term contract, with a start
date and an end date. Business rule: When the repo is ''Term'', both spot and
forward legs must be specified.'