Browse Source

Feature/extend personal finance tools 20250810 (part 2) (#5354)

* Add PocketGuard

* Various updates
pull/5363/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
670d25fc36
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      libs/common/src/lib/personal-finance-tools.ts

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

@ -57,7 +57,7 @@ export const personalFinanceTools: Product[] = [
founded: 2016,
key: 'atominvest',
name: 'Atominvest',
origin: 'London',
origin: 'United Kingdom',
slogan: 'Portfolio Management'
},
{
@ -139,6 +139,7 @@ export const personalFinanceTools: Product[] = [
founded: 2011,
key: 'cobalt',
name: 'Cobalt',
origin: 'United States',
slogan: 'Next-Level Portfolio Monitoring'
},
{
@ -683,6 +684,16 @@ export const personalFinanceTools: Product[] = [
origin: 'Italy',
slogan: 'Your Personal Finance Hub'
},
{
founded: 2015,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'pocketguard',
name: 'PocketGuard',
origin: 'United States',
pricingPerYear: '$74.99',
slogan: 'Budgeting App & Finance Planner'
},
{
founded: 2008,
hasFreePlan: true,

Loading…
Cancel
Save