Class FloatingAmountCalculation
java.lang.Object
net.finmath.smartcontract.product.xml.FloatingAmountCalculation
Java class for FloatingAmountCalculation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloatingAmountCalculation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAmount" minOccurs="0"/> <element name="floatingRate" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateCalculation"/> <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction" minOccurs="0"/> <element name="initialFixingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="finalFixingDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationAmount
protected DayCountFraction
protected AdjustableDate
protected FloatingRateCalculation
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationAmount property.Gets the value of the dayCountFraction property.Gets the value of the finalFixingDate property.Gets the value of the floatingRate property.Gets the value of the initialFixingDate property.void
Sets the value of the calculationAmount property.void
Sets the value of the dayCountFraction property.void
setFinalFixingDate
(AdjustableDate value) Sets the value of the finalFixingDate property.void
Sets the value of the floatingRate property.void
Sets the value of the initialFixingDate property.
-
Field Details
-
calculationAmount
-
floatingRate
-
dayCountFraction
-
initialFixingDate
-
finalFixingDate
-
-
Constructor Details
-
FloatingAmountCalculation
public FloatingAmountCalculation()
-
-
Method Details
-
getCalculationAmount
Gets the value of the calculationAmount property.- Returns:
- possible object is
CalculationAmount
-
setCalculationAmount
Sets the value of the calculationAmount property.- Parameters:
value
- allowed object isCalculationAmount
-
getFloatingRate
Gets the value of the floatingRate property.- Returns:
- possible object is
FloatingRateCalculation
-
setFloatingRate
Sets the value of the floatingRate property.- Parameters:
value
- allowed object isFloatingRateCalculation
-
getDayCountFraction
Gets the value of the dayCountFraction property.- Returns:
- possible object is
DayCountFraction
-
setDayCountFraction
Sets the value of the dayCountFraction property.- Parameters:
value
- allowed object isDayCountFraction
-
getInitialFixingDate
Gets the value of the initialFixingDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setInitialFixingDate
Sets the value of the initialFixingDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFinalFixingDate
Gets the value of the finalFixingDate property.- Returns:
- possible object is
AdjustableDate
-
setFinalFixingDate
Sets the value of the finalFixingDate property.- Parameters:
value
- allowed object isAdjustableDate
-