Class PriceSourceDisruption
java.lang.Object
net.finmath.smartcontract.product.xml.PriceSourceDisruption
A type defining the parameters used to get a price quote to replace the
settlement rate option that is disrupted.
Java class for PriceSourceDisruption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceSourceDisruption"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fallbackReferencePrice" type="{http://www.fpml.org/FpML-5/confirmation}FallbackReferencePrice"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fallbackReferencePrice property.void
Sets the value of the fallbackReferencePrice property.
-
Field Details
-
fallbackReferencePrice
-
-
Constructor Details
-
PriceSourceDisruption
public PriceSourceDisruption()
-
-
Method Details
-
getFallbackReferencePrice
Gets the value of the fallbackReferencePrice property.- Returns:
- possible object is
FallbackReferencePrice
-
setFallbackReferencePrice
Sets the value of the fallbackReferencePrice property.- Parameters:
value
- allowed object isFallbackReferencePrice
-