Skip to content

Commit

Permalink
README: change format on section
Browse files Browse the repository at this point in the history
Add information section to make it better visible
  • Loading branch information
ChrisRBe committed Apr 7, 2022
1 parent a4e013b commit 5809d76
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,18 @@ optional arguments:
./parse-account-statements.py --type mintos src/test/testdata/mintos.csv
```

> ⚠ If you are using the --aggregate=monthly option, please note that this application aggregates always on the
> last day of the month. This can lead to import issues in Portfolio Performance when importing data for
> the current month.
>
> E.g. import date is the 15th of a July, the account statement contains data with a date of 31st of July.
>
> Account activity for a "future date" will be ignored/ not imported by Portfolio Performance.
>
> Please note, that this behaviour on this application side is intentional to avoid importing account activity multiple
> times in Portfolio Performance.
## ⚠ Information

⚠ If you are using the --aggregate=monthly option, please note that this aggregates account activities
always on then last day of the month. This can lead to import issues in Portfolio Performance when importing
data for the current month.

E.g. import date is the 15th of a July, the account statement contains data with a date of 31st of July.

Account activity for a "future date" will be ignored/ not imported by Portfolio Performance.

Please note, that this behaviour on application side is intentional to avoid importing account activity
multiple times in Portfolio Performance.

## Currently supported formats

Expand Down

0 comments on commit 5809d76

Please sign in to comment.