Class PricingParameterShift
java.lang.Object
net.finmath.smartcontract.product.xml.PricingParameterShift
A definition of a shift with respect to a specific pricing parameter.
Java class for PricingParameterShift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PricingParameterShift"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="parameterReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetOrTermPointOrPricingStructureReference"/> <element name="shift" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="shiftUnits" type="{http://www.fpml.org/FpML-5/confirmation}PriceQuoteUnits" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the parameterReference property.getShift()
Gets the value of the shift property.Gets the value of the shiftUnits property.void
Sets the value of the id property.void
Sets the value of the parameterReference property.void
setShift
(BigDecimal value) Sets the value of the shift property.void
setShiftUnits
(PriceQuoteUnits value) Sets the value of the shiftUnits property.
-
Field Details
-
parameterReference
-
shift
-
shiftUnits
-
id
-
-
Constructor Details
-
PricingParameterShift
public PricingParameterShift()
-
-
Method Details
-
getParameterReference
Gets the value of the parameterReference property.- Returns:
- possible object is
AssetOrTermPointOrPricingStructureReference
-
setParameterReference
Sets the value of the parameterReference property.- Parameters:
value
- allowed object isAssetOrTermPointOrPricingStructureReference
-
getShift
Gets the value of the shift property.- Returns:
- possible object is
BigDecimal
-
setShift
Sets the value of the shift property.- Parameters:
value
- allowed object isBigDecimal
-
getShiftUnits
Gets the value of the shiftUnits property.- Returns:
- possible object is
PriceQuoteUnits
-
setShiftUnits
Sets the value of the shiftUnits property.- Parameters:
value
- allowed object isPriceQuoteUnits
-
getId
-
setId
-