new ROLCurrency(), 10000.0),
new Date(1, Month.July, 2005),
maxDate);
add(new ExchangeRate(
new PENCurrency(),
new PEICurrency(), 1000000.0),
new Date(1, Month.July, 1991),
maxDate);
add(new ExchangeRate(
new PEICurrency(),
new PEHCurrency(), 1000.0),
new Date(1, Month.February, 1985),
maxDate);
}