Uses of Class
net.finmath.smartcontract.product.xml.PricingModel
Packages that use PricingModel
-
Uses of PricingModel in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PricingModelModifier and TypeFieldDescriptionprotected PricingModel
BasicQuotation.pricingModel
protected PricingModel
MultiDimensionalPricingData.pricingModel
protected PricingModel
PricingStructurePoint.pricingModel
protected PricingModel
Quotation.pricingModel
protected PricingModel
QuotationCharacteristics.pricingModel
Methods in net.finmath.smartcontract.product.xml that return PricingModelModifier and TypeMethodDescriptionObjectFactory.createPricingModel()
Create an instance ofPricingModel
BasicQuotation.getPricingModel()
Gets the value of the pricingModel property.MultiDimensionalPricingData.getPricingModel()
Gets the value of the pricingModel property.PricingStructurePoint.getPricingModel()
Gets the value of the pricingModel property.Quotation.getPricingModel()
Gets the value of the pricingModel property.QuotationCharacteristics.getPricingModel()
Gets the value of the pricingModel property.Methods in net.finmath.smartcontract.product.xml with parameters of type PricingModelModifier and TypeMethodDescriptionvoid
BasicQuotation.setPricingModel
(PricingModel value) Sets the value of the pricingModel property.void
MultiDimensionalPricingData.setPricingModel
(PricingModel value) Sets the value of the pricingModel property.void
PricingStructurePoint.setPricingModel
(PricingModel value) Sets the value of the pricingModel property.void
Quotation.setPricingModel
(PricingModel value) Sets the value of the pricingModel property.void
QuotationCharacteristics.setPricingModel
(PricingModel value) Sets the value of the pricingModel property.