Class CalculationPeriodAmount
java.lang.Object
net.finmath.smartcontract.product.xml.CalculationPeriodAmount
A type defining the parameters used in the calculation of fixed or floating
rate calculation period amounts or for specifying a known calculation period amount or known amount
schedule.
Java class for CalculationPeriodAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculationPeriodAmount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="calculation" type="{http://www.fpml.org/FpML-5/confirmation}Calculation"/> <element name="knownAmountSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AmountSchedule"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculation property.Gets the value of the knownAmountSchedule property.void
setCalculation
(Calculation value) Sets the value of the calculation property.void
Sets the value of the knownAmountSchedule property.
-
Field Details
-
calculation
-
knownAmountSchedule
-
-
Constructor Details
-
CalculationPeriodAmount
public CalculationPeriodAmount()
-
-
Method Details
-
getCalculation
Gets the value of the calculation property.- Returns:
- possible object is
Calculation
-
setCalculation
Sets the value of the calculation property.- Parameters:
value
- allowed object isCalculation
-
getKnownAmountSchedule
Gets the value of the knownAmountSchedule property.- Returns:
- possible object is
AmountSchedule
-
setKnownAmountSchedule
Sets the value of the knownAmountSchedule property.- Parameters:
value
- allowed object isAmountSchedule
-