Class AccruingFeeOption
java.lang.Object
net.finmath.smartcontract.product.xml.AccrualOptionBase
net.finmath.smartcontract.product.xml.FeeRateOptionBase
net.finmath.smartcontract.product.xml.AccruingFeeOption
Represents the accruing fee option associated within a facility.
Java class for AccruingFeeOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccruingFeeOption"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase"> <sequence> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeeType"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}PeriodOptionalEnd.model"/> <element name="calculationDefinition" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected AccruingFeeType
Fields inherited from class net.finmath.smartcontract.product.xml.FeeRateOptionBase
rate
Fields inherited from class net.finmath.smartcontract.product.xml.AccrualOptionBase
accrualOptionId, dayCountFraction, paymentFrequency
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationDefinition property.Gets the value of the endDate property.Gets the value of the startDate property.getType()
Gets the value of the type property.void
setCalculationDefinition
(String value) Sets the value of the calculationDefinition property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.void
setType
(AccruingFeeType value) Sets the value of the type property.Methods inherited from class net.finmath.smartcontract.product.xml.FeeRateOptionBase
getRate, setRate
Methods inherited from class net.finmath.smartcontract.product.xml.AccrualOptionBase
getAccrualOptionId, getDayCountFraction, getPaymentFrequency, setAccrualOptionId, setDayCountFraction, setPaymentFrequency
-
Field Details
-
type
-
startDate
-
endDate
-
calculationDefinition
-
-
Constructor Details
-
AccruingFeeOption
public AccruingFeeOption()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
AccruingFeeType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isAccruingFeeType
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCalculationDefinition
-
setCalculationDefinition
-