Browse Source

Various updates

pull/5326/head
Thomas Kaul 2 weeks ago
parent
commit
fcb9255b22
  1. 15
      libs/common/src/lib/personal-finance-tools.ts

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

@ -107,7 +107,7 @@ export const personalFinanceTools: Product[] = [
key: 'capitally',
name: 'Capitally',
origin: 'Poland',
pricingPerYear: '€50',
pricingPerYear: '€80',
slogan: 'Optimize your investments performance'
},
{
@ -163,7 +163,7 @@ export const personalFinanceTools: Product[] = [
key: 'copilot-money',
name: 'Copilot Money',
origin: 'United States',
pricingPerYear: '$70',
pricingPerYear: '$95',
slogan: 'Do money better with Copilot'
},
{
@ -450,7 +450,7 @@ export const personalFinanceTools: Product[] = [
key: 'kubera',
name: 'Kubera®',
origin: 'United States',
pricingPerYear: '$150',
pricingPerYear: '$249',
slogan: 'The Time Machine for your Net Worth'
},
{
@ -493,7 +493,10 @@ export const personalFinanceTools: Product[] = [
},
{
founded: 2021,
hasFreePlan: false,
hasSelfHostingAbility: true,
isArchived: true,
isOpenSource: true,
key: 'maybe-finance',
languages: ['English'],
name: 'Maybe Finance',
@ -609,7 +612,7 @@ export const personalFinanceTools: Product[] = [
name: 'Parqet',
note: 'Originally named as Tresor One',
origin: 'Germany',
pricingPerYear: '€88',
pricingPerYear: '€99.99',
regions: ['Austria', 'Germany', 'Switzerland'],
slogan: 'Dein Vermögen immer im Blick'
},
@ -989,7 +992,7 @@ export const personalFinanceTools: Product[] = [
key: 'ynab',
name: 'YNAB (You Need a Budget)',
origin: 'United States',
pricingPerYear: '$99',
pricingPerYear: '$109',
slogan: 'Change Your Relationship With Money'
},
{
@ -999,7 +1002,7 @@ export const personalFinanceTools: Product[] = [
key: 'ziggma',
name: 'Ziggma',
origin: 'United States',
pricingPerYear: '$90',
pricingPerYear: '$84',
slogan: 'Your solution for investing success'
}
];

Loading…
Cancel
Save