Definition Type: ComplexType
Name: FxAccrualSettlementPeriod
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:SettlementPeriod
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into accrualFixingDates in schema fpml-fx-accruals-5-10_xsd1 Drilldown into barrier in schema fpml-fx-accruals-5-10_xsd1 Drilldown into accrualFactor in schema fpml-fx-accruals-5-10_xsd1 Drilldown into payoff in schema fpml-fx-accruals-5-10_xsd1 Drilldown into notionalAmount in schema fpml-fx-targets-5-10_xsd1 Drilldown into settlementDate in schema fpml-fx-targets-5-10_xsd1 Drilldown into expiryDate in schema fpml-fx-targets-5-10_xsd1 Drilldown into SettlementPeriod in schema fpml-fx-targets-5-10_xsd1XSD Diagram of FxAccrualSettlementPeriod in schema fpml-fx-accruals-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxAccrualSettlementPeriod">
    <xsd:complexContent>
        <xsd:extension base="SettlementPeriod">
            <xsd:sequence>
                <xsd:element name="payoff" type="FxAccrualSettlementPeriodPayoff" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Payoff Region within the settlement period to link strike with the relevant payoff components.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="accrualFactor" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Accrual factor for the settlement period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="barrier" type="FxSettlementPeriodBarrier" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The trigger rate of the Global Knockout Barrier for the settlement period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="accrualFixingDates" type="SettlementPeriodFixingDates">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Actual fixing dates within the fixing period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
expiryDate nsD:expiryDate (1) (1)
settlementDate nsD:settlementDate (1) (1)
notionalAmount nsD:notionalAmount (1) (1)
payoff nsD:payoff (1) unbounded
accrualFactor nsD:accrualFactor 0 (1)
barrier nsD:barrier 0 (1)
accrualFixingDates nsD:accrualFixingDates (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:settlementPeriod