complexType "FxAccrualRegion"
Namespace:
Content:
complex, 10 elements
Defined:
Includes:
definitions of 7 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
All Direct / Indirect Based Elements (1):
accrualRegion
Known Usage Locations
Annotation
Defines a region of spot rate where the notional for the settlement period accrues by the accrued amount per fixing each time the spot rate fixes within the region.
XML Source (w/o annotations (10); see within schema source)
<xsd:complexType name="FxAccrualRegion">
<xsd:sequence>
<xsd:element minOccurs="0" name="observableReference" type="FxRateObservableReference"/>
<xsd:group minOccurs="0" ref="FxAccrualRegionBound.model"/>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="endDate" type="xsd:date"/>
</xsd:sequence>
<xsd:element name="endDate" type="xsd:date"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:element name="accrualFactor" type="Schedule"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="notionalAmount" type="NonNegativeAmountSchedule"/>
<xsd:element minOccurs="0" name="counterCurrencyAmount" type="FxCounterCurrencyAmount"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/10)
accrualFactor
Type:
Schedule, complex content
A multiplier applied to the notional amount per fixing of each currency to specify the amount accrued each time the spot rate fixes within the accrual region. If the accrualFactor is omitted, the factor is one.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accrualFactor" type="Schedule"/>

counterCurrencyAmount
Type:
FxCounterCurrencyAmount, complex content
The opposite currency amount. The 'counterCurrencyAmount' element is supplied if the accrual process operates on specific amounts of both notional and counter currency within this accrual region.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="counterCurrencyAmount" type="FxCounterCurrencyAmount"/>

endDate
Type:
xsd:date, predefined, simple content
Defines the end date of the observation period for the barrier. If omitted, the last barrier observation point is understood to be the last fixing date in the fixing schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="endDate" type="xsd:date"/>

endDate
Type:
xsd:date, predefined, simple content
Defines the end date of the observation period for the barrier. If ommitted, the last barrier observation point is understood to be the last fixing date in the fixing schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="endDate" type="xsd:date"/>

notionalAmount
Type:
NonNegativeAmountSchedule, complex content
Notional amount Schedule. The notional value of the product per settlement period. This number divided by the total number of fixings in the fixing schedule is the amount that is accrued at each fixing if the accrual factor is one.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="notionalAmount" type="NonNegativeAmountSchedule"/>

observableReference
Type:
Identifies the FX rate used as the basis for the condition (the accrual region).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observableReference" type="FxRateObservableReference"/>

startDate
Type:
xsd:date, predefined, simple content
Defines the end date of the observation period for the barrier. If omitted, the last barrier observation point is understood to be the last fixing date in the fixing schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="startDate" type="xsd:date"/>

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