Definition Type: ComplexType
Name: PricingInputReplacement
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-pr-4-1.xsd
Abstract
Documentation:
The substitution of a pricing input (e.g. curve) for another, used in generating prices and risks for valuation scenarios.
Collapse XSD Schema Diagram:
Drilldown into replacementInputReference in schema fpml-pr-4-1_xsd Drilldown into originalInputReference in schema fpml-pr-4-1_xsdXSD Diagram of PricingInputReplacement in schema fpml-pr-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PricingInputReplacement">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The substitution of a pricing input (e.g. curve) for another, used in generating prices and risks for valuation scenarios.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="originalInputReference" type="PricingInputReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The original value of the pricing input.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="replacementInputReference" type="PricingInputReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The substitution to do.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
originalInputReference nsA:originalInputReference (1) (1)
replacementInputReference nsA:replacementInputReference (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:replacement