static double euroToDollar(double d) { ret exchangeRatesAgainstEuro().get("USD")*d; }