Definition Type: ComplexType
Name: PricingMethod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.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-4-4_xsd Drilldown into assetReference in schema fpml-riskdef-4-4_xsdXSD Diagram of PricingMethod in schema fpml-riskdef-4-4_xsd (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">
            <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">
            <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 fpml:assetReference (1) (1)
pricingInputReference fpml:pricingInputReference (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:benchmarkPricingMethod