XML Schema Documentation

Complex Type: CalculationPeriodAmount

[Table of contents]

Super-types: None
Sub-types: None
Name CalculationPeriodAmount
Used by (from the same schema document) Complex Type InterestRateStream
Abstract no
Documentation A type defining the parameters used in the calculation of fixed or floating rate calculation period amounts or for specifying a known calculation period amount or known amount schedule.
XML Instance Representation
<...>
Start Choice [1]
<calculation> Calculation </calculation> [1]

'The parameters used in the calculation of fixed or floaring rate calculation period amounts.'

<knownAmountSchedule> AmountSchedule </knownAmountSchedule> [1]

'The known calculation period amount or a known amount schedule expressed as explicit known amounts and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CalculationPeriodAmount">
<xsd:choice>
<xsd:element name="calculation" type=" Calculation "/>
<xsd:element name="knownAmountSchedule" type=" AmountSchedule "/>
</xsd:choice>
</xsd:complexType>