Uses of Class
org.episteme.core.util.UnavailableDataException
Packages that use UnavailableDataException
Package
Description
Provides classes for monetary and financial operations.
-
Uses of UnavailableDataException in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that throw UnavailableDataExceptionModifier and TypeMethodDescriptionbooleanFetches updated quote data from this source.default QuoteQuoteSource.fetchBySymbol(String symbol) Fetches a quote for the given symbol.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.default SymbolSource.SymbolInfoSymbolSource.getSymbolInfo(String symbol) Returns detailed information about a specific symbol.Calculates the total value in a target currency.Searches for symbols matching the given expression.