complexType "LoanFloatingRateOption"
Namespace:
Content:
complex, 11 elements
Defined:
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (11):
accrualOptionId (defined in AbstractAccrualOptionBase complexType),
currency (defined in LoanFloatingRateOption complexType),
drawdownNoticeDays (defined in LoanFloatingRateOption complexType),
endDate (defined in Period.model group),
rate (defined in AbstractLoanFloatingRateOptionBase complexType),
rateSetNoticeDays (defined in LoanFloatingRateOption complexType),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A structure that represents the accruing floating rate option associated within a facility.
Type Definition Detail
Type Derivation Tree
      LoanFloatingRateOption
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="LoanFloatingRateOption">
<xsd:complexContent>
<xsd:extension base="AbstractLoanFloatingRateOptionBase">
<xsd:sequence>
<xsd:element name="currency" type="Currency"/>
<xsd:group minOccurs="0" ref="Period.model"/>
<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; 5/11)
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.