Class LcOption
java.lang.Object
net.finmath.smartcontract.product.xml.AccrualOptionBase
net.finmath.smartcontract.product.xml.FeeRateOptionBase
net.finmath.smartcontract.product.xml.LcOption
Represents the accruing L/C rate option associated within a facility.
Java class for LcOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LcOption"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/> <sequence> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}LcType"/> <element name="minLcIssuanceFeeAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/> </sequence> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected MoneyWithParticipantShare
protected XMLGregorianCalendar
protected LcType
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 minLcIssuanceFeeAmount property.Gets the value of the startDate property.getType()
Gets the value of the type property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
Sets the value of the minLcIssuanceFeeAmount property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.void
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
-
startDate
-
endDate
-
type
-
minLcIssuanceFeeAmount
-
-
Constructor Details
-
LcOption
public LcOption()
-
-
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
-
getType
-
setType
-
getMinLcIssuanceFeeAmount
Gets the value of the minLcIssuanceFeeAmount property.- Returns:
- possible object is
MoneyWithParticipantShare
-