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
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected MoneyWithParticipantShareprotected XMLGregorianCalendarprotected LcTypeFields inherited from class net.finmath.smartcontract.product.xml.FeeRateOptionBase
rateFields inherited from class net.finmath.smartcontract.product.xml.AccrualOptionBase
accrualOptionId, dayCountFraction, paymentFrequency -
Constructor Summary
Constructors -
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.voidsetEndDate(XMLGregorianCalendar value) Sets the value of the endDate property.voidSets the value of the minLcIssuanceFeeAmount property.voidsetStartDate(XMLGregorianCalendar value) Sets the value of the startDate property.voidSets the value of the type property.Methods inherited from class net.finmath.smartcontract.product.xml.FeeRateOptionBase
getRate, setRateMethods 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
-