static double dollarToEuro(double d) { ret d/exchangeRatesAgainstEuro().get("USD"); }