Definition Type: ComplexType
Name: FxAccrualLinearPayoffRegion
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:FxAccrualPayoffRegion
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Documentation:
A fixing region in which the payoff varies linearly with the fixing value.
Collapse XSD Schema Diagram:
Drilldown into strike in schema fpml-fx-accruals-5-10_xsd3 Drilldown into id in schema fpml-fx-accruals-5-10_xsd3 Drilldown into FxAccrualPayoffRegion in schema fpml-fx-accruals-5-10_xsd3XSD Diagram of FxAccrualLinearPayoffRegion in schema fpml-fx-accruals-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxAccrualLinearPayoffRegion">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A fixing region in which the payoff varies linearly with the fixing value.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="FxAccrualPayoffRegion">
            <xsd:sequence>
                <xsd:sequence>
                    <xsd:element name="strike" type="FxForwardStrikePrice" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The rate of exchange between the two currencies.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strike nsF:strike 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:linearPayoffRegion