complexType "FloatingRate"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
calculationParameters (defined in FloatingRate complexType),
fallbackRate (defined in FloatingRate complexType),
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (6):
floatingRate (defined in TradeUnderlyer2 complexType),
rate (defined in AbstractLoanFloatingRateOptionBase complexType)
Known Usage Locations
Annotation
A type defining a floating rate.
Type Definition Detail
Type Derivation Tree
Rate (extension)
  FloatingRate
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FloatingRate">
<xsd:complexContent>
<xsd:extension base="Rate">
<xsd:sequence>
<xsd:group ref="FloatingRateIndex.model"/>
<xsd:element minOccurs="0" name="calculationParameters" type="CalculationParameters"/>
<xsd:element minOccurs="0" name="fallbackRate" type="FallbackRate"/>
<xsd:group ref="FloatingRate.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
calculationParameters
Type:
CalculationParameters, complex content
Parameters to specify a rate calculated using an averaging or compounding formula, as described in the 2021 ISDA Defintions, section 7. Please note that when this structure is used, the "resetDates" structure will not be used. Instead, the observation rules for the calculated rate are defined within the structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="calculationParameters" type="CalculationParameters"/>

fallbackRate
Type:
FallbackRate, complex content
A fallback rate calculated using an averaging or compounding formula to be used in case of the cessation of the original term rate. This structure is provided to 1) allow a message sender to report that a fallback is effect, and/or 2) allow an approximate representation to be created for published fallback rates to allow operations such as valuation, accrual calculation, and risk calculation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="fallbackRate" type="FallbackRate"/>

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.