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. 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. Business rule: When a security lending arrangement is 'Term', both the initiation block ("initiation/settlementDate") and the termination block ("termination/settlementDate") MUST be specified.

All Direct / Indirect Based Elements (1):
duration (in securityLending)
Known Usage Locations
Annotation
A duration code for a Securities Lending transaction. 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. 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. 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.