XML Schema Documentation

Complex Type: PhysicalSettlementPeriod

[Table of contents]

Super-types: None
Sub-types: None
Name PhysicalSettlementPeriod
Used by (from the same schema document) Complex Type PhysicalSettlementTerms
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<businessDaysNotSpecified> Empty </businessDaysNotSpecified> [1]

'An explicit indication that a number of business days are not specified and therefore ISDA fallback provisions should apply.'

<businessDays> xsd:nonNegativeInteger </businessDays> [1]

'A number of business days. Its precise meaning is dependant on the context in which this element is used. ISDA 2003 Term: Business Day'

<maximumBusinessDays> xsd:nonNegativeInteger </maximumBusinessDays> [1]

'A maximum number of business days. Its precise meaning is dependant on the context in which this element is used. Intended to be used to limit a particular ISDA fallback provision.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PhysicalSettlementPeriod">
<xsd:choice>
<xsd:element name="businessDaysNotSpecified" type=" Empty "/>
<xsd:element name="businessDays" type=" xsd:nonNegativeInteger "/>
<xsd:element name="maximumBusinessDays" type=" xsd:nonNegativeInteger "/>
</xsd:choice>
</xsd:complexType>