Add currency module structure
Models:
- Currency pairs (eg. EUR-USD)
- Exchange rates - specific price at a specific point in time
API methods:
- get all currency pairs
- get actual rates
- get historical rates
- convert specific amount of money
Extra capabilities:
- load real exchange rates from API (future)