Class StrikeSchedule
java.lang.Object
net.finmath.smartcontract.product.xml.Schedule
net.finmath.smartcontract.product.xml.StrikeSchedule
A type describing a schedule of cap or floor rates.
Java class for StrikeSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrikeSchedule"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Schedule"> <sequence> <element name="buyer" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedPayerReceiver" minOccurs="0"/> <element name="seller" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedPayerReceiver" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected IdentifiedPayerReceiver
protected IdentifiedPayerReceiver
Fields inherited from class net.finmath.smartcontract.product.xml.Schedule
id, initialValue, step
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBuyer()
Gets the value of the buyer property.Gets the value of the seller property.void
setBuyer
(IdentifiedPayerReceiver value) Sets the value of the buyer property.void
setSeller
(IdentifiedPayerReceiver value) Sets the value of the seller property.Methods inherited from class net.finmath.smartcontract.product.xml.Schedule
getId, getInitialValue, getStep, setId, setInitialValue
-
Field Details
-
buyer
-
seller
-
-
Constructor Details
-
StrikeSchedule
public StrikeSchedule()
-
-
Method Details
-
getBuyer
Gets the value of the buyer property.- Returns:
- possible object is
IdentifiedPayerReceiver
-
setBuyer
Sets the value of the buyer property.- Parameters:
value
- allowed object isIdentifiedPayerReceiver
-
getSeller
Gets the value of the seller property.- Returns:
- possible object is
IdentifiedPayerReceiver
-
setSeller
Sets the value of the seller property.- Parameters:
value
- allowed object isIdentifiedPayerReceiver
-