Browse Source

Task/extend personal finance tools (20260709) (#7284)

Extend personal finance tools
pull/7289/head^2
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
d083c80ece
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      libs/common/src/lib/personal-finance-tools.ts

9
libs/common/src/lib/personal-finance-tools.ts

@ -14,6 +14,13 @@ export const personalFinanceTools: Product[] = [
slogan: 'Lifetime Personal Finance Control, One Single Payment.', slogan: 'Lifetime Personal Finance Control, One Single Payment.',
url: 'https://www.mechcad.net' url: 'https://www.mechcad.net'
}, },
{
categories: ['WEALTH_MANAGEMENT'],
key: 'akkuro',
name: 'Akkuro',
slogan: 'Composable Banking',
url: 'https://akkuro.com'
},
{ {
categories: ['ETF_TRACKING', 'STOCK_TRACKING'], categories: ['ETF_TRACKING', 'STOCK_TRACKING'],
founded: 2023, founded: 2023,
@ -215,7 +222,7 @@ export const personalFinanceTools: Product[] = [
name: 'Buxfer', name: 'Buxfer',
origin: 'US', origin: 'US',
platforms: ['WEB'], platforms: ['WEB'],
pricingPerYear: '$48', pricingPerYear: '$96',
regions: ['Global'], regions: ['Global'],
slogan: 'Take control of your financial future', slogan: 'Take control of your financial future',
url: 'https://www.buxfer.com' url: 'https://www.buxfer.com'

Loading…
Cancel
Save