Uses of Class
org.episteme.social.economics.money.Currency
Packages that use Currency
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes for monetary and financial operations.
Provides the
org.episteme.social.politics module.-
Uses of Currency in org.episteme.social.economics
Methods in org.episteme.social.economics that return CurrencyMethods in org.episteme.social.economics with parameters of type CurrencyModifier and TypeMethodDescriptionBank.getConverted(Money amount, Currency target) PortfolioData.getTotalPortfolioValue(Currency targetCurrency) Constructors in org.episteme.social.economics with parameters of type Currency -
Uses of Currency in org.episteme.social.economics.money
Fields in org.episteme.social.economics.money declared as CurrencyModifier and TypeFieldDescriptionstatic final CurrencyCurrencies.AEDUAE Dirhamstatic final CurrencyCurrencies.ARSArgentine Pesostatic final CurrencyCurrencies.AUDAustralian Dollarstatic final CurrencyCurrency.AUDAustralian Dollar (A$)static final CurrencyCurrencies.BRLBrazilian Realstatic final CurrencyCurrencies.BTCBitcoinstatic final CurrencyCurrency.BTCBitcoin (₿) - Conceptualstatic final CurrencyCurrencies.CADCanadian Dollarstatic final CurrencyCurrency.CADCanadian Dollar (C$)static final CurrencyCurrencies.CHFSwiss Francstatic final CurrencyCurrency.CHFSwiss Franc (CHF)static final CurrencyCurrencies.CLPChilean Pesostatic final CurrencyCurrencies.CNYChinese Yuan Renminbistatic final CurrencyCurrency.CNYChinese Yuan (¥)static final CurrencyCurrencies.COPColombian Pesostatic final CurrencyCurrencies.CZKCzech Korunastatic final CurrencyCurrencies.DKKDanish Kronestatic final CurrencyCurrencies.EGPEgyptian Poundstatic final CurrencyCurrencies.ETHEthereumstatic final CurrencyCurrencies.EUREurostatic final CurrencyCurrency.EUREuro (€)static final CurrencyCurrencies.EUROEuro aliasstatic final CurrencyCurrencies.GBPBritish Pound Sterlingstatic final CurrencyCurrency.GBPBritish Pound (£)static final CurrencyCurrencies.HKDHong Kong Dollarstatic final CurrencyCurrency.HKDHong Kong Dollar (HK$)static final CurrencyCurrencies.HUFHungarian Forintstatic final CurrencyCurrencies.IDRIndonesian Rupiahstatic final CurrencyCurrencies.ILSIsraeli Shekelstatic final CurrencyCurrencies.INRIndian Rupeestatic final CurrencyCurrency.INRIndian Rupee (₹)static final CurrencyCurrencies.JPYJapanese Yenstatic final CurrencyCurrency.JPYJapanese Yen (¥)static final CurrencyCurrencies.KRWSouth Korean Wonstatic final CurrencyCurrency.KRWKorean Republic Won (₩)static final CurrencyCurrencies.MXNMexican Pesostatic final CurrencyCurrencies.MYRMalaysian Ringgitstatic final CurrencyCurrencies.NOKNorwegian Kronestatic final CurrencyCurrencies.NZDNew Zealand Dollarstatic final CurrencyCurrencies.PENPeruvian Solstatic final CurrencyCurrencies.PHPPhilippine Pesostatic final CurrencyCurrencies.PLNPolish Zlotystatic final CurrencyCurrencies.POUND_STERLINGBritish Pound aliasstatic final CurrencyCurrencies.RUBRussian Rublestatic final CurrencyCurrency.RUBRussian Ruble (₽)static final CurrencyCurrencies.SARSaudi Riyalstatic final CurrencyCurrencies.SEKSwedish Kronastatic final CurrencyCurrencies.SGDSingapore Dollarstatic final CurrencyCurrencies.THBThai Bahtstatic final CurrencyCurrencies.TRYTurkish Lirastatic final CurrencyCurrencies.TWDTaiwan Dollarstatic final CurrencyCurrency.TWDTaiwanese dollar (NT$)static final CurrencyCurrencies.US_DOLLARUS Dollar aliasstatic final CurrencyCurrencies.USDUnited States Dollarstatic final CurrencyCurrency.USDUnited State dollar ($)static final CurrencyCurrencies.VNDVietnamese Dongstatic final CurrencyCurrencies.XAGSilver (troy ounce)static final CurrencyCurrencies.XAUGold (troy ounce)static final CurrencyCurrencies.XDRSDR (Special Drawing Rights - IMF)static final CurrencyCurrencies.XPDPalladiumstatic final CurrencyCurrencies.XPTPlatinumstatic final CurrencyCurrencies.XTSTesting currencystatic final CurrencyCurrencies.XXXNo currencystatic final CurrencyCurrencies.YENJapanese Yen aliasstatic final CurrencyCurrencies.ZARSouth African RandMethods in org.episteme.social.economics.money that return CurrencyModifier and TypeMethodDescriptionstatic CurrencyReturns the currency for the given ISO code.Account.getCurrency()Returns the account currency.Check.getCurrency()Returns the currency of this check.Coin.getCurrency()Returns the currency.Money.getCurrency()static CurrencyCurrency.getReferenceCurrency()static Currencystatic CurrencyCurrencies.requireCode(String code) Returns the currency for the given ISO code, throwing if not found.Methods in org.episteme.social.economics.money that return types with arguments of type CurrencyModifier and TypeMethodDescriptionstatic Collection<Currency> Currencies.all()Returns all registered currencies.Wallet.getCurrencies()Returns all currencies in the wallet.Methods in org.episteme.social.economics.money with parameters of type CurrencyModifier and TypeMethodDescriptionWallet.getBalance(Currency currency) Returns the balance for a specific currency.ChangeSource.getConverted(Money amount, Currency target) Converts an amount from one currency to another.default RealChangeSource.getExchangeRate(Currency source, Currency target) Returns the current exchange rate between two currencies.default doubleChangeSource.getExchangeRateValue(Currency source, Currency target) Returns the current exchange rate between two currencies as double.Calculates the total value in a target currency.static voidCurrency.setReferenceCurrency(Currency currency) Sets the reference currency.static Moneystatic MoneybooleanWithdraws a specific amount from the wallet.booleanWithdraws a specific amount from the wallet.Constructors in org.episteme.social.economics.money with parameters of type CurrencyModifierConstructorDescriptionCreates a new Account with a name and currency.Check(Identification identification, Account emitter, Organization receiver, TimeCoordinate emission, double amount, Currency currency) Creates a new Check from amount and currency.Coin(double value, Identification identification, TimeCoordinate emission, Currency currency) Creates a new Coin from amount and currency. -
Uses of Currency in org.episteme.social.politics
Methods in org.episteme.social.politics that return CurrencyMethods in org.episteme.social.politics with parameters of type Currency