group "FloatingRateCalculation.model"
Namespace:
Content:
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
Complex Content Model
Content Model Elements (3):
Known Usage Locations
Annotation
Elements representing the daily calculated rate and fallback rate definitions.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="FloatingRateCalculation.model">
<xsd:sequence>
<xsd:element minOccurs="0" name="initialRate" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="finalRateRounding" type="Rounding"/>
<xsd:element minOccurs="0" name="averagingMethod" type="AveragingMethodEnum"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
averagingMethod
Type:
AveragingMethodEnum, simple content
If averaging is applicable, this component specifies whether a weighted or unweighted average method of calculation is to be used. The component must only be included when averaging applies. - For use with pre-trade Credit Limit Check messages.
Simple Content
enumeration of xsd:token
Enumeration:
"Unweighted"
 - 
The arithmetic mean of the relevant rates for each reset date.
"Weighted"
 - 
The arithmetic mean of the relevant rates in effect for each day in a calculation period calculated by multiplying each relevant rate by the number of days such relevant rate is in effect, determining the sum of such products and dividing such sum by the number of days in the calculation period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="averagingMethod" type="AveragingMethodEnum"/>

finalRateRounding
Type:
Rounding, complex content
The rounding convention to apply to the final rate used in determination of a calculation period amount. - For use with pre-trade Credit Limit Check messages.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="finalRateRounding" type="Rounding"/>

initialRate
Type:
xsd:decimal, predefined, simple content
The initial floating rate reset agreed between the principal parties involved in the trade. This is assumed to be the first required reset rate for the first regular calculation period. It should only be included when the rate is not equal to the rate published on the source implied by the floating rate index. An initial rate of 5% would be represented as 0.05. - For use with pre-trade Credit Limit Check messages.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="initialRate" type="xsd:decimal"/>

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.