complexType "LegacyFloatingRateOption"
Namespace:
Content:
complex, 16 elements
Defined:
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (16):
allInRateLimits (defined in LegacyFloatingRateOption complexType),
currency (defined in LegacyFloatingRateOption complexType),
endDate (defined in Period.model group),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A structure that represents the legacy version (pre-IBOR replacement) of an accruing floating rate option associated within a facility.
Type Definition Detail
Type Derivation Tree
      LegacyFloatingRateOption
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="LegacyFloatingRateOption">
<xsd:complexContent>
<xsd:extension base="AbstractLegacyFloatingRateOptionBase">
<xsd:sequence>
<xsd:element name="currency" type="Currency"/>
<xsd:group ref="Period.model"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="baseRateLimits" type="RateLimits"/>
<xsd:element minOccurs="0" name="allInRateLimits" type="RateLimits"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="borrowerPartyReference" type="PartyReference"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="drawdownNoticeDays" type="xsd:nonNegativeInteger"/>
<xsd:element minOccurs="0" name="fxRateSetNoticeDays" type="xsd:nonNegativeInteger"/>
<xsd:element minOccurs="0" name="rateSetNoticeDays" type="xsd:nonNegativeInteger"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/16)
allInRateLimits
Type:
RateLimits, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="allInRateLimits" type="RateLimits"/>

baseRateLimits
Type:
RateLimits, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="baseRateLimits" type="RateLimits"/>

borrowerPartyReference
Type:
PartyReference, empty content
A party reference to the borrower(s) permitted to exercise the cash accrual option.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="borrowerPartyReference" type="PartyReference"/>

currency
Type:
Currency, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element name="currency" type="Currency"/>

drawdownNoticeDays
Type:
xsd:nonNegativeInteger, predefined, simple content
The number of business days that a lender must be notified prior to a drawdown event occurring.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="drawdownNoticeDays" type="xsd:nonNegativeInteger"/>

fxRateSetNoticeDays
Type:
xsd:nonNegativeInteger, predefined, simple content
The number of business days that a lender must be notified prior to an FX rate set event occurring.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="fxRateSetNoticeDays" type="xsd:nonNegativeInteger"/>

rateSetNoticeDays
Type:
xsd:nonNegativeInteger, predefined, simple content
The number of business days that a lender must be notified prior to a rate set event occurring.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="rateSetNoticeDays" type="xsd:nonNegativeInteger"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.