From 0073ed535d137a40a17d5ae37fddfc2948e15dce Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:04:58 +0100 Subject: [PATCH] Add TODOs --- ...rtfolio-calculator-btcusd-buy-and-sell-partially.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/src/app/portfolio/portfolio-calculator-btcusd-buy-and-sell-partially.spec.ts b/apps/api/src/app/portfolio/portfolio-calculator-btcusd-buy-and-sell-partially.spec.ts index dfaff1afe..7c590ead5 100644 --- a/apps/api/src/app/portfolio/portfolio-calculator-btcusd-buy-and-sell-partially.spec.ts +++ b/apps/api/src/app/portfolio/portfolio-calculator-btcusd-buy-and-sell-partially.spec.ts @@ -38,7 +38,7 @@ describe('PortfolioCalculator', () => { currency: 'CHF', orders: [ { - currency: 'CHF', + currency: 'CHF', // TODO: Change to USD date: '2015-01-01', dataSource: 'YAHOO', fee: new Big(0), @@ -49,7 +49,7 @@ describe('PortfolioCalculator', () => { unitPrice: new Big(320.43) }, { - currency: 'CHF', + currency: 'CHF', // TODO: Change to USD date: '2017-12-31', dataSource: 'YAHOO', fee: new Big(0), @@ -98,7 +98,7 @@ describe('PortfolioCalculator', () => { positions: [ { averagePrice: new Big('320.43'), - currency: 'CHF', + currency: 'CHF', // TODO: Change to USD dataSource: 'YAHOO', fee: new Big('0'), firstBuyDate: '2015-01-01',