Definition Type: ComplexType
Name: PricingMethod
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
For an asset (e.g. a reference/benchmark asset), the pricing structure used to price it. Used, for example, to specify that the rateIndex "USD-LIBOR-Telerate" with term = 6M is priced using the "USD-LIBOR-Close" curve.
Collapse XSD Schema Diagram:
Drilldown into pricingInputReference in schema fpml-riskdef-5-10_xsd1 Drilldown into assetReference in schema fpml-riskdef-5-10_xsd1XSD Diagram of PricingMethod in schema fpml-riskdef-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PricingMethod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">For an asset (e.g. a reference/benchmark asset), the pricing structure used to price it. Used, for example, to specify that the rateIndex "USD-LIBOR-Telerate" with term = 6M is priced using the "USD-LIBOR-Close" curve.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="assetReference" type="AnyAssetReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The asset whose price is required.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pricingInputReference" type="PricingStructureReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the pricing input used to value the asset.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
assetReference nsD:assetReference 0 (1)
pricingInputReference nsD:pricingInputReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:benchmarkPricingMethod