<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="PricingStructureReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the original value of the pricing input.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="replacementInputReference" type="PricingStructureReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the substitution to do.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|