Class Deposit
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
net.finmath.smartcontract.product.xml.UnderlyingAsset
net.finmath.smartcontract.product.xml.Deposit
Java class for Deposit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Deposit">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
<sequence>
<element name="term" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
<element name="paymentFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
<element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeIdFields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dayCountFraction property.Gets the value of the paymentFrequency property.getTerm()Gets the value of the term property.voidsetDayCountFraction(DayCountFraction value)Sets the value of the dayCountFraction property.voidsetPaymentFrequency(Period value)Sets the value of the paymentFrequency property.voidSets the value of the term property.Methods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeIdMethods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
term
-
paymentFrequency
-
dayCountFraction
-
-
Constructor Details
-
Deposit
public Deposit()
-
-
Method Details
-
getTerm
Gets the value of the term property.- Returns:
- possible object is
Period
-
setTerm
Sets the value of the term property.- Parameters:
value- allowed object isPeriod
-
getPaymentFrequency
Gets the value of the paymentFrequency property.- Returns:
- possible object is
Period
-
setPaymentFrequency
Sets the value of the paymentFrequency property.- Parameters:
value- allowed object isPeriod
-
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
-