Class SimpleFra
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.SimpleFra
Java class for SimpleFra complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleFra"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset"> <sequence> <element name="startTerm" type="{http://www.fpml.org/FpML-5/confirmation}Period"/> <element name="endTerm" type="{http://www.fpml.org/FpML-5/confirmation}Period"/> <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeId
Fields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dayCountFraction property.Gets the value of the endTerm property.Gets the value of the startTerm property.void
Sets the value of the dayCountFraction property.void
setEndTerm
(Period value) Sets the value of the endTerm property.void
setStartTerm
(Period value) Sets the value of the startTerm property.Methods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeId
Methods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
startTerm
-
endTerm
-
dayCountFraction
-
-
Constructor Details
-
SimpleFra
public SimpleFra()
-
-
Method Details
-
getStartTerm
-
setStartTerm
-
getEndTerm
-
setEndTerm
-
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
-