Class PricingMethod
java.lang.Object
net.finmath.smartcontract.product.xml.PricingMethod
For an asset (e.g. a reference/benchmark asset), the pricing structure used
to price it. Used, for example, to specify that the rateIndex "USD-LIBOR-Telerate" with term = 6M is
priced using the "USD-LIBOR-Close" curve.
Java class for PricingMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PricingMethod">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetReference" type="{http://www.fpml.org/FpML-5/confirmation}AnyAssetReference"/>
<element name="pricingInputReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetReference property.Gets the value of the pricingInputReference property.voidSets the value of the assetReference property.voidSets the value of the pricingInputReference property.
-
Field Details
-
assetReference
-
pricingInputReference
-
-
Constructor Details
-
PricingMethod
public PricingMethod()
-
-
Method Details
-
getAssetReference
Gets the value of the assetReference property.- Returns:
- possible object is
AnyAssetReference
-
setAssetReference
Sets the value of the assetReference property.- Parameters:
value- allowed object isAnyAssetReference
-
getPricingInputReference
Gets the value of the pricingInputReference property.- Returns:
- possible object is
PricingStructureReference
-
setPricingInputReference
Sets the value of the pricingInputReference property.- Parameters:
value- allowed object isPricingStructureReference
-