simpleType "RepoDurationEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
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.
"Term"
 - 
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.

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
xsd:token (restriction)
  RepoDurationEnum
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.
"Term"
 - 
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.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="RepoDurationEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Overnight"/>
<xsd:enumeration value="Term"/>
</xsd:restriction>
</xsd:simpleType>

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