Browse Source
Feature/extend personal finance tools 20250323 (#4478)
* Add Asseta
* Add Danti
pull/4479/head^2
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
18 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
-
libs/ui/src/lib/i18n.ts
|
|
@ -44,6 +44,15 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '$120', |
|
|
|
slogan: 'Analyze and track your portfolio.' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2022, |
|
|
|
hasFreePlan: false, |
|
|
|
key: 'asseta', |
|
|
|
languages: ['English'], |
|
|
|
name: 'Asseta', |
|
|
|
origin: 'United States', |
|
|
|
slogan: 'The Intelligent Family Office Suite' |
|
|
|
}, |
|
|
|
{ |
|
|
|
hasFreePlan: false, |
|
|
|
hasSelfHostingAbility: true, |
|
|
@ -149,6 +158,14 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '$70', |
|
|
|
slogan: 'Do money better with Copilot' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2023, |
|
|
|
hasFreePlan: false, |
|
|
|
key: 'danti', |
|
|
|
name: 'Danti', |
|
|
|
origin: 'United Kingdom', |
|
|
|
slogan: 'Digitising Generational Wealth' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2020, |
|
|
|
key: 'de.fi', |
|
|
|
|
|
@ -93,6 +93,7 @@ const locales = { |
|
|
|
Switzerland: $localize`Switzerland`, |
|
|
|
Thailand: $localize`Thailand`, |
|
|
|
Ukraine: $localize`Ukraine`, |
|
|
|
'United Kingdom': $localize`United Kingdom`, |
|
|
|
'United States': $localize`United States`, |
|
|
|
|
|
|
|
// Fear and Greed Index
|
|
|
|