Browse Source
Feature/extend personal finance tools 20250810 (#5353)
* Add Atominvest
* Add Cobalt
main
Thomas Kaul
12 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
13 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
|
|
@ -53,6 +53,13 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
origin: 'United States', |
|
|
|
slogan: 'The Intelligent Family Office Suite' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2016, |
|
|
|
key: 'atominvest', |
|
|
|
name: 'Atominvest', |
|
|
|
origin: 'London', |
|
|
|
slogan: 'Portfolio Management' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2020, |
|
|
|
hasFreePlan: true, |
|
|
@ -128,6 +135,12 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
name: 'CleverBilling', |
|
|
|
slogan: 'Toma el control total de tus finanzas.' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2011, |
|
|
|
key: 'cobalt', |
|
|
|
name: 'Cobalt', |
|
|
|
slogan: 'Next-Level Portfolio Monitoring' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2017, |
|
|
|
hasFreePlan: true, |
|
|
|