Class PricingInputReplacement

java.lang.Object
net.finmath.smartcontract.product.xml.PricingInputReplacement

public class PricingInputReplacement extends Object
The substitution of a pricing input (e.g. curve) for another, used in generating prices and risks for valuation scenarios.

Java class for PricingInputReplacement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PricingInputReplacement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="originalInputReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference"/>
         <element name="replacementInputReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>