From d236ecfe8501201a344d8e345a186f294ca1b032 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:29:01 +0200 Subject: [PATCH] Feature/extend personal finance tools 20240914 (#3767) * Add Buxfer * Add Moneydance * Add Banktivity * Add Microsoft Money * Add Masttro * Add WealthPosition --- libs/common/src/lib/personal-finance-tools.ts | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/libs/common/src/lib/personal-finance-tools.ts b/libs/common/src/lib/personal-finance-tools.ts index ec1d78564..29fcc391e 100644 --- a/libs/common/src/lib/personal-finance-tools.ts +++ b/libs/common/src/lib/personal-finance-tools.ts @@ -44,6 +44,15 @@ export const personalFinanceTools: Product[] = [ pricingPerYear: '$120', slogan: 'Analyze and track your portfolio.' }, + { + hasFreePlan: false, + hasSelfHostingAbility: true, + key: 'banktivity', + name: 'Banktivity', + origin: 'United States', + pricingPerYear: '$59.99', + slogan: 'Proactive money management app for macOS & iOS' + }, { founded: 2022, hasFreePlan: true, @@ -62,6 +71,17 @@ export const personalFinanceTools: Product[] = [ pricingPerYear: '$100', slogan: 'Stock Portfolio Tracker for Smart Investors' }, + { + founded: 2007, + hasFreePlan: false, + hasSelfHostingAbility: false, + key: 'buxfer', + name: 'Buxfer', + origin: 'United States', + pricingPerYear: '$48', + regions: ['Global'], + slogan: 'Take control of your financial future' + }, { founded: 2013, hasFreePlan: true, @@ -329,6 +349,13 @@ export const personalFinanceTools: Product[] = [ regions: ['Global'], slogan: 'Track your investments' }, + { + founded: 2010, + key: 'masttro', + name: 'Masttro', + origin: 'United States', + slogan: 'Your platform for wealth in full view' + }, { founded: 2021, hasSelfHostingAbility: false, @@ -352,6 +379,14 @@ export const personalFinanceTools: Product[] = [ regions: ['Canada', 'United States'], slogan: 'The smartest way to track your crypto' }, + { + founded: 1991, + hasSelfHostingAbility: true, + key: 'microsoft-money', + name: 'Microsoft Money', + note: 'Microsoft Money was discontinued in 2010', + origin: 'United States' + }, { founded: 2019, hasFreePlan: false, @@ -362,6 +397,16 @@ export const personalFinanceTools: Product[] = [ pricingPerYear: '$99.99', slogan: 'The modern way to manage your money' }, + { + founded: 1999, + hasFreePlan: false, + hasSelfHostingAbility: true, + key: 'moneydance', + name: 'Moneydance', + origin: 'Scotland', + pricingPerYear: '$100', + slogan: 'Personal Finance Manager for Mac, Windows, and Linux' + }, { hasFreePlan: false, hasSelfHostingAbility: false, @@ -640,6 +685,14 @@ export const personalFinanceTools: Product[] = [ pricingPerYear: '$50', slogan: 'See all your investments in one place' }, + { + founded: 2018, + hasFreePlan: true, + key: 'wealthposition', + name: 'WealthPosition', + pricingPerYear: '$60', + slogan: 'Personal Finance & Budgeting App' + }, { founded: 2018, hasSelfHostingAbility: false,