Files @ 8dede9d1398c
Branch filter:

Location: NPO-Accounting/oxrlib/tests/historical2.json

Brett Smith
historical: Swap Ledger and Beancount formatters in the class hierarchy.

This makes sense for a couple of reasons:

* The Beancount formatter has "less features" than the Ledger formatter, so
this is a more "logical" organization of the hierarchy anyway. Note how
this eliminates the need for the BeancountFormatter.__init__ override to
turn off Ledger features.

* Any future work will probably be focused on the Beancount formatter, so
this reduces the amount of code you have to understand and hold in your
head to do that.
{
    "disclaimer": "https://openexchangerates.org/terms/",
    "license": "https://openexchangerates.org/license/",
    "timestamp": 982256400,
    "base": "USD",
    "rates": {
        "AED": 3.76246,
        "ALL": 144.529739,
        "ANG": 1.97,
        "RUB": 57.0736,
        "USD": 1
    }
}