mincong-h / finance-toolkit

Finance Toolkit
3 stars 1 forks source link

Add currency symbol for all files #67

Closed mincong-h closed 2 years ago

mincong-h commented 2 years ago

Description

Since the integration of Revolut (https://www.revolut.com/), Finance toolkit needs to support multiple currencies, mainly US Dollar (USD) and Euro (EUR). We need to specify the currency symbol in each CSV file to clarify the symbol being used. To make the file easy to understand, the column of currency symbol (Currency) is placed right after the column of amount (Amount).

Testing

Tested in unit tests and tested manually using the real data.

mincong-h commented 2 years ago

This is related to https://github.com/mincong-h/finance-toolkit/issues/56