complexType "Calculation"
Namespace:
Content:
complex, 8 elements
Defined:
globally in fpml-ird-5-8.xsd; see XML source
Includes:
definitions of 8 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
compoundingMethod (in calculation in calculationPeriodAmount),
dayCountFraction (in calculation in calculationPeriodAmount),
discounting,
fixedRateSchedule (in calculation in calculationPeriodAmount),
futureValueNotional,
fxLinkedNotionalSchedule,
notionalSchedule,
rateCalculation
All Direct / Indirect Based Elements (1):
calculation (in calculationPeriodAmount)
Known Usage Locations
Annotation
A type definining the parameters used in the calculation of fixed or floating calculation period amounts.
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="Calculation">
<xsd:sequence>
<xsd:choice>
<xsd:element name="notionalSchedule" type="Notional"/>
<!--View Generation: Skipped an empty sequence.-->
</xsd:choice>
<xsd:choice>
<xsd:sequence>
<xsd:element name="fixedRateSchedule" type="Schedule"/>
<xsd:element minOccurs="0" name="futureValueNotional" type="FutureValueAmount"/>
</xsd:sequence>
<xsd:element ref="rateCalculation"/>
</xsd:choice>
<xsd:element name="dayCountFraction" type="DayCountFraction"/>
<xsd:element minOccurs="0" name="discounting" type="Discounting"/>
<xsd:element minOccurs="0" name="compoundingMethod" type="CompoundingMethodEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
compoundingMethod
Type:
CompoundingMethodEnum, simple content
If more that one calculation period contributes to a single payment amount this element specifies whether compounding is applicable, and if so, what compounding method is to be used. This element must only be included when more that one calculation period contributes to a single payment amount.
Simple Content
enumeration of xsd:token
Enumeration:
"Flat"
 - 
Flat compounding. Compounding excludes the spread. Note that the first compounding period has it's interest calculated including any spread then subsequent periods compound this at a rate excluding the spread.
"None"
 - 
No compounding is to be applied.
"Straight"
 - 
Straight compounding. Compounding includes the spread.
"SpreadExclusive"
 - 
Spread Exclusive compounding.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="compoundingMethod" type="CompoundingMethodEnum"/>

dayCountFraction
Type:
DayCountFraction, simple content
The day count fraction.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dayCountFraction" type="DayCountFraction"/>

discounting
Type:
Discounting, complex content
The parameters specifying any discounting conventions that may apply. This element must only be included if discounting applies.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="discounting" type="Discounting"/>

fixedRateSchedule
Type:
Schedule, complex content
The fixed rate or fixed rate schedule expressed as explicit fixed rates and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedRateSchedule" type="Schedule"/>

futureValueNotional
Type:
FutureValueAmount, complex content
The future value notional is normally only required for BRL CDI Swaps. The value is calculated as follows: Future Value Notional = Notional Amount * (1 + Fixed Rate) ^ (Fixed Rate Day Count Fraction). The currency should always match that expressed in the notional schedule. The value date should match the adjusted termination date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="futureValueNotional" type="FutureValueAmount"/>

fxLinkedNotionalSchedule
Type:
FxLinkedNotionalSchedule, complex content
A notional amount schedule where each notional that applied to a calculation period is calculated with reference to a notional amount or notional amount schedule in a different currency by means of a spot currency exchange rate which is normally observed at the beginning of each period.
XML Source (w/o annotations (1); see within schema source)

notionalSchedule
Type:
Notional, complex content
The notional amount or notional amount schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="notionalSchedule" type="Notional"/>

rateCalculation
Type:
Rate, empty content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 2 elements
This element is the head of a substitution group. It is substituted by the floatingRateCalculation element for standard Floating Rate legs, or the inflationRateCalculation element for inflation swaps.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="rateCalculation"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.