Feature/respect cash balance in analysis (#203)

* Respect cash balance in in analysis

* Update changelog
This commit is contained in:
Thomas
2021-07-10 14:57:03 +02:00
committed by GitHub
parent 1135a5b335
commit f22991b090
15 changed files with 184 additions and 35 deletions

View File

@@ -15,6 +15,7 @@ export const currencyPairs: Partial<IDataGatheringItem>[] = [
];
export const ghostfolioScraperApiSymbolPrefix = '_GF_';
export const ghostfolioCashSymbol = `${ghostfolioScraperApiSymbolPrefix}CASH`;
export const locale = 'de-CH';