Class PricingInputReplacement
java.lang.Object
net.finmath.smartcontract.product.xml.PricingInputReplacement
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected PricingStructureReference
protected PricingStructureReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the originalInputReference property.Gets the value of the replacementInputReference property.void
Sets the value of the originalInputReference property.void
Sets the value of the replacementInputReference property.
-
Field Details
-
originalInputReference
-
replacementInputReference
-
-
Constructor Details
-
PricingInputReplacement
public PricingInputReplacement()
-
-
Method Details
-
getOriginalInputReference
Gets the value of the originalInputReference property.- Returns:
- possible object is
PricingStructureReference
-
setOriginalInputReference
Sets the value of the originalInputReference property.- Parameters:
value
- allowed object isPricingStructureReference
-
getReplacementInputReference
Gets the value of the replacementInputReference property.- Returns:
- possible object is
PricingStructureReference
-
setReplacementInputReference
Sets the value of the replacementInputReference property.- Parameters:
value
- allowed object isPricingStructureReference
-