Class Notional
java.lang.Object
net.finmath.smartcontract.product.xml.Notional
An type defining the notional amount or notional amount schedule associated
with a swap stream. The notional schedule will be captured explicitly, specifying the dates that the
notional changes and the outstanding notional amount that applies from that date. A parametric
representation of the rules defining the notional step schedule can optionally be included.
Java class for Notional complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Notional"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="notionalStepSchedule" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/> <element name="notionalStepParameters" type="{http://www.fpml.org/FpML-5/confirmation}NotionalStepRule" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected NotionalStepRule
protected NonNegativeAmountSchedule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the notionalStepParameters property.Gets the value of the notionalStepSchedule property.void
Sets the value of the id property.void
Sets the value of the notionalStepParameters property.void
Sets the value of the notionalStepSchedule property.
-
Field Details
-
notionalStepSchedule
-
notionalStepParameters
-
id
-
-
Constructor Details
-
Notional
public Notional()
-
-
Method Details
-
getNotionalStepSchedule
Gets the value of the notionalStepSchedule property.- Returns:
- possible object is
NonNegativeAmountSchedule
-
setNotionalStepSchedule
Sets the value of the notionalStepSchedule property.- Parameters:
value
- allowed object isNonNegativeAmountSchedule
-
getNotionalStepParameters
Gets the value of the notionalStepParameters property.- Returns:
- possible object is
NotionalStepRule
-
setNotionalStepParameters
Sets the value of the notionalStepParameters property.- Parameters:
value
- allowed object isNotionalStepRule
-
getId
-
setId
-