Class PremiumQuote
java.lang.Object
net.finmath.smartcontract.product.xml.PremiumQuote
A type that describes the option premium as quoted.
Java class for PremiumQuote complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PremiumQuote"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="quoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}PremiumQuoteBasisEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quoteBasis property.getValue()
Gets the value of the value property.void
Sets the value of the quoteBasis property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
quoteBasis
-
-
Constructor Details
-
PremiumQuote
public PremiumQuote()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isBigDecimal
-
getQuoteBasis
Gets the value of the quoteBasis property.- Returns:
- possible object is
PremiumQuoteBasisEnum
-
setQuoteBasis
Sets the value of the quoteBasis property.- Parameters:
value
- allowed object isPremiumQuoteBasisEnum
-