Class CommodityStrikeSchedule
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityStrikeSchedule
The Strike Price per Unit per Calculation Period. There must be a Strike
Price per Unit step specified for each Calculation Period, regardless of whether the Strike changes or
remains the same between periods.
Java class for CommodityStrikeSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityStrikeSchedule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="strikePricePerUnitStep" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" maxOccurs="unbounded"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationPeriodsDatesReference
protected CalculationPeriodsReference
protected CalculationPeriodsScheduleReference
protected List
<NonNegativeMoney> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationPeriodsDatesReference property.Gets the value of the calculationPeriodsReference property.Gets the value of the calculationPeriodsScheduleReference property.Gets the value of the strikePricePerUnitStep property.void
Sets the value of the calculationPeriodsDatesReference property.void
Sets the value of the calculationPeriodsReference property.void
Sets the value of the calculationPeriodsScheduleReference property.
-
Field Details
-
strikePricePerUnitStep
-
calculationPeriodsReference
-
calculationPeriodsScheduleReference
-
calculationPeriodsDatesReference
-
-
Constructor Details
-
CommodityStrikeSchedule
public CommodityStrikeSchedule()
-
-
Method Details
-
getStrikePricePerUnitStep
Gets the value of the strikePricePerUnitStep property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the strikePricePerUnitStep property.For example, to add a new item, do as follows:
getStrikePricePerUnitStep().add(newItem);
Objects of the following type(s) are allowed in the list
NonNegativeMoney
-
getCalculationPeriodsReference
Gets the value of the calculationPeriodsReference property.- Returns:
- possible object is
CalculationPeriodsReference
-
setCalculationPeriodsReference
Sets the value of the calculationPeriodsReference property.- Parameters:
value
- allowed object isCalculationPeriodsReference
-
getCalculationPeriodsScheduleReference
Gets the value of the calculationPeriodsScheduleReference property.- Returns:
- possible object is
CalculationPeriodsScheduleReference
-
setCalculationPeriodsScheduleReference
Sets the value of the calculationPeriodsScheduleReference property.- Parameters:
value
- allowed object isCalculationPeriodsScheduleReference
-
getCalculationPeriodsDatesReference
Gets the value of the calculationPeriodsDatesReference property.- Returns:
- possible object is
CalculationPeriodsDatesReference
-
setCalculationPeriodsDatesReference
Sets the value of the calculationPeriodsDatesReference property.- Parameters:
value
- allowed object isCalculationPeriodsDatesReference
-