Uses of Class
net.finmath.smartcontract.product.xml.Underlyer
Packages that use Underlyer
-
Uses of Underlyer in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as UnderlyerModifier and TypeFieldDescriptionprotected UnderlyerCommodityMarketDisruption.fallbackReferencePriceprotected UnderlyerDirectionalLegUnderlyer.underlyerprotected UnderlyerEquityDerivativeBase.underlyerprotected UnderlyerReturnSwapLegUnderlyer.underlyerMethods in net.finmath.smartcontract.product.xml that return UnderlyerModifier and TypeMethodDescriptionObjectFactory.createUnderlyer()Create an instance ofUnderlyerCommodityMarketDisruption.getFallbackReferencePrice()Gets the value of the fallbackReferencePrice property.DirectionalLegUnderlyer.getUnderlyer()Gets the value of the underlyer property.EquityDerivativeBase.getUnderlyer()Gets the value of the underlyer property.ReturnSwapLegUnderlyer.getUnderlyer()Gets the value of the underlyer property.Methods in net.finmath.smartcontract.product.xml with parameters of type UnderlyerModifier and TypeMethodDescriptionvoidCommodityMarketDisruption.setFallbackReferencePrice(Underlyer value) Sets the value of the fallbackReferencePrice property.voidDirectionalLegUnderlyer.setUnderlyer(Underlyer value) Sets the value of the underlyer property.voidEquityDerivativeBase.setUnderlyer(Underlyer value) Sets the value of the underlyer property.voidReturnSwapLegUnderlyer.setUnderlyer(Underlyer value) Sets the value of the underlyer property.