Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedCurrency
Packages that use IdentifiedCurrency
-
Uses of IdentifiedCurrency in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IdentifiedCurrencyModifier and TypeFieldDescriptionprotected IdentifiedCurrencyDividendConditions.currencyprotected IdentifiedCurrencyLegAmount.currencyprotected IdentifiedCurrencyUnderlyingAsset.currencyprotected IdentifiedCurrencyFxStraddlePremium.paymentCurrencyprotected IdentifiedCurrencyFxFeature.referenceCurrencyprotected IdentifiedCurrencyCommodityExercise.settlementCurrencyprotected IdentifiedCurrencyCommodityExerciseBasket.settlementCurrencyprotected IdentifiedCurrencyCommodityPerformanceSwapBase.settlementCurrencyprotected IdentifiedCurrencyCommoditySwap.settlementCurrencyprotected IdentifiedCurrencyCommoditySwaptionUnderlying.settlementCurrencyFields in net.finmath.smartcontract.product.xml with type parameters of type IdentifiedCurrencyModifier and TypeFieldDescriptionprotected List<IdentifiedCurrency> GenericProduct.settlementCurrencyMethods in net.finmath.smartcontract.product.xml that return IdentifiedCurrencyModifier and TypeMethodDescriptionObjectFactory.createIdentifiedCurrency()Create an instance ofIdentifiedCurrencyDividendConditions.getCurrency()Gets the value of the currency property.LegAmount.getCurrency()Gets the value of the currency property.UnderlyingAsset.getCurrency()Gets the value of the currency property.FxStraddlePremium.getPaymentCurrency()Gets the value of the paymentCurrency property.FxFeature.getReferenceCurrency()Gets the value of the referenceCurrency property.CommodityExercise.getSettlementCurrency()Gets the value of the settlementCurrency property.CommodityExerciseBasket.getSettlementCurrency()Gets the value of the settlementCurrency property.CommodityPerformanceSwapBase.getSettlementCurrency()Gets the value of the settlementCurrency property.CommoditySwap.getSettlementCurrency()Gets the value of the settlementCurrency property.CommoditySwaptionUnderlying.getSettlementCurrency()Gets the value of the settlementCurrency property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type IdentifiedCurrencyModifier and TypeMethodDescriptionGenericProduct.getSettlementCurrency()Gets the value of the settlementCurrency property.Methods in net.finmath.smartcontract.product.xml with parameters of type IdentifiedCurrencyModifier and TypeMethodDescriptionvoidDividendConditions.setCurrency(IdentifiedCurrency value) Sets the value of the currency property.voidLegAmount.setCurrency(IdentifiedCurrency value) Sets the value of the currency property.voidUnderlyingAsset.setCurrency(IdentifiedCurrency value) Sets the value of the currency property.voidFxStraddlePremium.setPaymentCurrency(IdentifiedCurrency value) Sets the value of the paymentCurrency property.voidFxFeature.setReferenceCurrency(IdentifiedCurrency value) Sets the value of the referenceCurrency property.voidCommodityExercise.setSettlementCurrency(IdentifiedCurrency value) Sets the value of the settlementCurrency property.voidCommodityExerciseBasket.setSettlementCurrency(IdentifiedCurrency value) Sets the value of the settlementCurrency property.voidCommodityPerformanceSwapBase.setSettlementCurrency(IdentifiedCurrency value) Sets the value of the settlementCurrency property.voidCommoditySwap.setSettlementCurrency(IdentifiedCurrency value) Sets the value of the settlementCurrency property.voidCommoditySwaptionUnderlying.setSettlementCurrency(IdentifiedCurrency value) Sets the value of the settlementCurrency property.