Feature/extend personal finance tools 20250323 (#4478)

* Add Asseta

* Add Danti
pull/4479/head^2
Thomas Kaul 3 weeks ago committed by GitHub
parent 8920b60a72
commit 44f6efd427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save