Class FloatingStrikePrice
java.lang.Object
net.finmath.smartcontract.product.xml.FloatingLegCalculation
net.finmath.smartcontract.product.xml.FloatingStrikePrice
Java class for FloatingStrikePrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloatingStrikePrice"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FloatingLegCalculation"> <sequence> <element ref="{http://www.fpml.org/FpML-5/confirmation}commodity"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FloatingLegCalculation
averagingMethod, conversionFactor, fx, pricingDates, rounding, spread, spreadPercentage, spreadSchedule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commodity property.void
setCommodity
(Commodity value) Sets the value of the commodity property.Methods inherited from class net.finmath.smartcontract.product.xml.FloatingLegCalculation
getAveragingMethod, getConversionFactor, getFx, getPricingDates, getRounding, getSpread, getSpreadPercentage, getSpreadSchedule, setAveragingMethod, setConversionFactor, setFx, setPricingDates, setRounding, setSpread, setSpreadPercentage
-
Field Details
-
commodity
-
-
Constructor Details
-
FloatingStrikePrice
public FloatingStrikePrice()
-
-
Method Details
-
getCommodity
-
setCommodity
-