Class InterestShortFall
java.lang.Object
net.finmath.smartcontract.product.xml.InterestShortFall
Java class for InterestShortFall complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterestShortFall"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interestShortfallCap" type="{http://www.fpml.org/FpML-5/confirmation}InterestShortfallCapEnum"/> <element name="compounding" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateIndex" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected InterestShortfallCapEnum
protected FloatingRateIndex
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the interestShortfallCap property.Gets the value of the rateSource property.boolean
Gets the value of the compounding property.void
setCompounding
(boolean value) Sets the value of the compounding property.void
Sets the value of the interestShortfallCap property.void
setRateSource
(FloatingRateIndex value) Sets the value of the rateSource property.
-
Field Details
-
interestShortfallCap
-
compounding
protected boolean compounding -
rateSource
-
-
Constructor Details
-
InterestShortFall
public InterestShortFall()
-
-
Method Details
-
getInterestShortfallCap
Gets the value of the interestShortfallCap property.- Returns:
- possible object is
InterestShortfallCapEnum
-
setInterestShortfallCap
Sets the value of the interestShortfallCap property.- Parameters:
value
- allowed object isInterestShortfallCapEnum
-
isCompounding
public boolean isCompounding()Gets the value of the compounding property. -
setCompounding
public void setCompounding(boolean value) Sets the value of the compounding property. -
getRateSource
Gets the value of the rateSource property.- Returns:
- possible object is
FloatingRateIndex
-
setRateSource
Sets the value of the rateSource property.- Parameters:
value
- allowed object isFloatingRateIndex
-