Definition Type: ComplexType
Name: FxTargetKnockoutForward
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:Product
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Documentation:
A structured forward product which consists of a strip of forwards. Each forward may be settled as an exchange of currencies or cash settled. At each settlement, the amount of gain that one party achieves is measured. The product has a target level of gain. Once the accumulated gain exceeds the target level, the product terminates and there are no further settlements.
Collapse XSD Schema Diagram:
Drilldown into settlementPeriodSchedule in schema fpml-fx-targets-5-10_xsd2 Drilldown into cashSettlement in schema fpml-fx-targets-5-10_xsd2 Drilldown into additionalPayment in schema fpml-fx-targets-5-10_xsd2 Drilldown into barrier in schema fpml-fx-targets-5-10_xsd2 Drilldown into linearPayoffRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into constantPayoffRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into linearPayoffRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into constantPayoffRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into linearPayoffRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into constantPayoffRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into pivot in schema fpml-fx-targets-5-10_xsd2 Drilldown into spotRate in schema fpml-fx-targets-5-10_xsd2 Drilldown into fixingInformationSource in schema fpml-fx-targets-5-10_xsd2 Drilldown into settlementSchedule in schema fpml-fx-targets-5-10_xsd2 Drilldown into expirySchedule in schema fpml-fx-targets-5-10_xsd2 Drilldown into target in schema fpml-fx-targets-5-10_xsd2 Drilldown into notionalAmount in schema fpml-fx-targets-5-10_xsd2 Drilldown into quotedCurrencyPair in schema fpml-fx-targets-5-10_xsd2 Drilldown into embeddedOptionType in schema fpml-shared-5-10_xsd4 Drilldown into assetClass in schema fpml-shared-5-10_xsd4 Drilldown into productId in schema fpml-shared-5-10_xsd4 Drilldown into productType in schema fpml-shared-5-10_xsd4 Drilldown into secondaryAssetClass in schema fpml-shared-5-10_xsd4 Drilldown into primaryAssetClass in schema fpml-shared-5-10_xsd4 Drilldown into Product.model in schema fpml-shared-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd4 Drilldown into Product in schema fpml-shared-5-10_xsd4XSD Diagram of FxTargetKnockoutForward in schema fpml-fx-targets-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTargetKnockoutForward">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structured forward product which consists of a strip of forwards. Each forward may be settled as an exchange of currencies or cash settled. At each settlement, the amount of gain that one party achieves is measured. The product has a target level of gain. Once the accumulated gain exceeds the target level, the product terminates and there are no further settlements.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The Quoted Currency Pair that is used accross the product.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="notionalAmount" type="NonNegativeAmountSchedule">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Notional amount of the Target.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="target" type="FxTarget" maxOccurs="2">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">It defines the target level of gain. Once the accumulated gain exceeds the target level, the product terminates and there are no further settlements.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="expirySchedule" type="FxExpirySchedule">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Defines the expiry/observation schedule of the target product.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="settlementSchedule" type="FxSettlementSchedule" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Defines the settlement/payment schedule of the target product.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="fixingInformationSource" type="FxInformationSource" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Information source for fixing the exchange rate. It is the same for all fixing periods.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="spotRate" type="NonNegativeDecimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Spot rate</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:sequence>
                    <xsd:sequence minOccurs="0">
                        <xsd:element name="pivot" type="FxPivot">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">The boundary where the contract flips from being long and short is the pivot point. So the pivot indicates the level in which there is a change in direction of the currencies exchanged by the parties.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="constantPayoffRegion" type="FxTargetConstantPayoffRegion" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">A region in which constant payoff applies i.e. the payoff is defined as a contant currency amount or fixing adjustment, unrelated to the fixing. In absence of the "payoff" element, zero payoff is assumed (note: zero payoff does not necessarily imply that no settlement occurs).</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="linearPayoffRegion" type="FxTargetLinearPayoffRegion">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">A region in which linear payoff applies i.e. the payoff bears a linear relationship to the fixing value (increases/decreases linearly with the fixing).</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:sequence>
                        <xsd:element name="constantPayoffRegion" type="FxTargetConstantPayoffRegion" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">It defines a region in which a digital payment occurs.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="linearPayoffRegion" type="FxTargetLinearPayoffRegion">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">A region in which linear payoff applies i.e. the payoff bears a linear relationship to the fixing value (increases/decreases linearly with the fixing).</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Choice permitting digital-, vanilla- and zero- PayoffRegions to be combined arbitrarily.</xsd:documentation>
                        </xsd:annotation>
                        <xsd:element name="constantPayoffRegion" type="FxTargetConstantPayoffRegion">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">It defines a region in which a digital payment occurs.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="linearPayoffRegion" type="FxTargetLinearPayoffRegion">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">A region in which linear payoff applies i.e. the payoff bears a linear relationship to the fixing value (increases/decreases linearly with the fixing).</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:choice>
                </xsd:sequence>
                <xsd:element name="barrier" type="FxTargetBarrier" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Generic FxTarget barrier. Element "scope" specifies whether the barrier has effect for the expiry period in which it is observed, or globally for whole product. Optional element "rebate" may be produced in conjunction with a Global Knockout barrier, to specify a rebate payable in the event of knockout.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="additionalPayment" type="SimplePayment" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">It supports the representation of premiums, fees, etc.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="cashSettlement" type="FxCashSettlementSimple" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Cash settlement currency.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="settlementPeriodSchedule" type="FxTargetSettlementPeriodSchedule" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">It supports the representation of a matrix/tabular approach of the product by defining a set of settlement periods.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
primaryAssetClass nsE:primaryAssetClass 0 (1)
secondaryAssetClass nsE:secondaryAssetClass 0 unbounded
productType nsE:productType 0 unbounded
productId nsE:productId 0 unbounded
assetClass nsE:assetClass 0 unbounded
embeddedOptionType nsE:embeddedOptionType 0 2
quotedCurrencyPair nsE:quotedCurrencyPair (1) (1)
notionalAmount nsE:notionalAmount (1) (1)
target nsE:target (1) 2
expirySchedule nsE:expirySchedule (1) (1)
settlementSchedule nsE:settlementSchedule 0 (1)
fixingInformationSource nsE:fixingInformationSource 0 (1)
spotRate nsE:spotRate 0 (1)
pivot nsE:pivot (1) (1)
constantPayoffRegion nsE:constantPayoffRegion 0 unbounded
linearPayoffRegion nsE:linearPayoffRegion (1) (1)
constantPayoffRegion nsE:constantPayoffRegion 0 unbounded
linearPayoffRegion nsE:linearPayoffRegion (1) (1)
constantPayoffRegion nsE:constantPayoffRegion (1) (1)
linearPayoffRegion nsE:linearPayoffRegion (1) (1)
barrier nsE:barrier 0 unbounded
additionalPayment nsE:additionalPayment 0 unbounded
cashSettlement nsE:cashSettlement 0 (1)
settlementPeriodSchedule nsE:settlementPeriodSchedule 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:fxTargetKnockoutForward