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 PricingModelBasicQuotation.pricingModelprotected PricingModelMultiDimensionalPricingData.pricingModelprotected PricingModelPricingStructurePoint.pricingModelprotected PricingModelQuotation.pricingModelprotected PricingModelQuotationCharacteristics.pricingModelMethods in net.finmath.smartcontract.product.xml that return PricingModelModifier and TypeMethodDescriptionObjectFactory.createPricingModel()Create an instance ofPricingModelBasicQuotation.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 TypeMethodDescriptionvoidBasicQuotation.setPricingModel(PricingModel value) Sets the value of the pricingModel property.voidMultiDimensionalPricingData.setPricingModel(PricingModel value) Sets the value of the pricingModel property.voidPricingStructurePoint.setPricingModel(PricingModel value) Sets the value of the pricingModel property.voidQuotation.setPricingModel(PricingModel value) Sets the value of the pricingModel property.voidQuotationCharacteristics.setPricingModel(PricingModel value) Sets the value of the pricingModel property.