simpleType "SecurityLendingDurationEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Open"
 - 
Indicates that the contract is an open arrangement, which remains in effect unless or until terminated at the option of one or both parties. Repo business rule: When the repo is 'Open', the forward leg MUST NOT be specified. SBL business rule: When a security lending arrangement is 'Open', the termination block ('termination/settlementDate') MUST NOT be specified.
"Term"
 - 
Indicates that a contract is a regular term contract, with a start date and an end date. Repo business rule: When the repo is 'Term', both spot and forward legs MUST be specified. SBL business rule: When a security lending arrangement is 'Term', both the initiation block ('initiation/settlementDate') and the termination block ('termination/settlementDate') MUST be specified.

Known Direct Subtypes (1):
RepoDurationEnum
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The duration of Security Lending transaction can be only Term or Open. 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)
  SecurityLendingDurationEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Open"
 - 
Indicates that the contract is an open arrangement, which remains in effect unless or until terminated at the option of one or both parties. Repo business rule: When the repo is 'Open', the forward leg MUST NOT be specified. SBL business rule: When a security lending arrangement is 'Open', the termination block ('termination/settlementDate') MUST NOT be specified.
"Term"
 - 
Indicates that a contract is a regular term contract, with a start date and an end date. Repo business rule: When the repo is 'Term', both spot and forward legs MUST be specified. SBL business rule: When a security lending arrangement is 'Term', both the initiation block ('initiation/settlementDate') and the termination block ('termination/settlementDate') MUST be specified.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="SecurityLendingDurationEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Open"/>
<xsd:enumeration value="Term"/>
</xsd:restriction>
</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.