simpleType "RepoDurationEnum"
Namespace:
Defined:
Used:
Simple Content Model
("Open" | "Term") | "Overnight"
All Direct / Indirect Based Elements (1):
duration (in repo)
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
union of (SecurityLendingDurationEnum | restriction of xsd:token)
  RepoDurationEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:token
    Facets:
    enumeration:
    "Overnight"
     - 
    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.
XML Source (w/o annotations (2); see within schema source)
<xsd:simpleType name="RepoDurationEnum">
<xsd:union memberTypes="SecurityLendingDurationEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Overnight"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.