Class CalculationPeriodFrequency
java.lang.Object
net.finmath.smartcontract.product.xml.Frequency
net.finmath.smartcontract.product.xml.CalculationPeriodFrequency
A type defining the frequency at which calculation period end dates occur
within the regular part of the calculation period schedule and thier roll date convention. In case the
calculation frequency is of value T (term), the period is defined by the
swap\swapStream\calculationPerioDates\effectiveDate and the
swap\swapStream\calculationPerioDates\terminationDate.
Java class for CalculationPeriodFrequency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculationPeriodFrequency"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Frequency"> <sequence> <element name="rollConvention" type="{http://www.fpml.org/FpML-5/confirmation}RollConventionEnum"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Frequency
id, period, periodMultiplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rollConvention property.void
setRollConvention
(String value) Sets the value of the rollConvention property.Methods inherited from class net.finmath.smartcontract.product.xml.Frequency
getId, getPeriod, getPeriodMultiplier, setId, setPeriod, setPeriodMultiplier
-
Field Details
-
rollConvention
-
-
Constructor Details
-
CalculationPeriodFrequency
public CalculationPeriodFrequency()
-
-
Method Details
-
getRollConvention
-
setRollConvention
-