Uses of Class
net.finmath.smartcontract.product.xml.Commodity
Packages that use Commodity
-
Uses of Commodity in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityModifier and TypeFieldDescriptionprotected Commodity
AveragePriceLeg.commodity
protected Commodity
CommodityBasketUnderlyingBase.commodity
protected Commodity
CommodityDigitalOption.commodity
protected Commodity
CommodityReturnLeg.commodity
protected Commodity
CommodityVarianceLeg.commodity
protected Commodity
FloatingPriceLeg.commodity
protected Commodity
FloatingStrikePrice.commodity
Methods in net.finmath.smartcontract.product.xml that return CommodityModifier and TypeMethodDescriptionObjectFactory.createCommodity()
Create an instance ofCommodity
AveragePriceLeg.getCommodity()
Gets the value of the commodity property.CommodityBasketUnderlyingBase.getCommodity()
Gets the value of the commodity property.CommodityDigitalOption.getCommodity()
Gets the value of the commodity property.CommodityReturnLeg.getCommodity()
Gets the value of the commodity property.CommodityVarianceLeg.getCommodity()
Gets the value of the commodity property.FloatingPriceLeg.getCommodity()
Gets the value of the commodity property.FloatingStrikePrice.getCommodity()
Gets the value of the commodity property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type CommodityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Commodity> ObjectFactory.createCommodity
(Commodity value) jakarta.xml.bind.JAXBElement
<Commodity> ObjectFactory.createCommodityOptionCommodity
(Commodity value) Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Commodity> ObjectFactory.createCommodity
(Commodity value) jakarta.xml.bind.JAXBElement
<Commodity> ObjectFactory.createCommodityOptionCommodity
(Commodity value) void
AveragePriceLeg.setCommodity
(Commodity value) Sets the value of the commodity property.void
CommodityBasketUnderlyingBase.setCommodity
(Commodity value) Sets the value of the commodity property.void
CommodityDigitalOption.setCommodity
(Commodity value) Sets the value of the commodity property.void
CommodityReturnLeg.setCommodity
(Commodity value) Sets the value of the commodity property.void
CommodityVarianceLeg.setCommodity
(Commodity value) Sets the value of the commodity property.void
FloatingPriceLeg.setCommodity
(Commodity value) Sets the value of the commodity property.void
FloatingStrikePrice.setCommodity
(Commodity value) Sets the value of the commodity property.