Class AccruingPikOption
java.lang.Object
net.finmath.smartcontract.product.xml.AccrualOptionBase
net.finmath.smartcontract.product.xml.FeeRateOptionBase
net.finmath.smartcontract.product.xml.AccruingPikOption
Represents the accruing PIK option associated within a facility.
Java class for AccruingPikOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccruingPikOption"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
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 endDate property.Gets the value of the startDate property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate 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
-
startDate
-
endDate
-
-
Constructor Details
-
AccruingPikOption
public AccruingPikOption()
-
-
Method Details
-
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
-