XML Schema Documentation

Complex Type: PricingInputReplacement

[Table of contents]

Super-types: None
Sub-types: None
Name PricingInputReplacement
Used by (from the same schema document) Complex Type ValuationScenario
Abstract no
Documentation The substitution of a pricing input (e.g. curve) for another, used in generating prices and risks for valuation scenarios.
XML Instance Representation
<...>
<originalInputReference> PricingStructureReference </originalInputReference> [1]

'A reference to the original value of the pricing input.'

<replacementInputReference> PricingStructureReference </replacementInputReference> [1]

'A reference to the substitution to do.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PricingInputReplacement">
<xsd:sequence>
<xsd:element name="originalInputReference" type=" PricingStructureReference "/>
<xsd:element name="replacementInputReference" type=" PricingStructureReference "/>
</xsd:sequence>
</xsd:complexType>