fire-planner/tests/fixtures/reddit/example_002.json

22 lines
651 B
JSON
Raw Normal View History

{
"post": {
"reddit_id": "fx002",
"source_sub": "leanfire",
"url": "https://reddit.com/fx002",
"title": "Pulled the trigger in Manchester — leanFIRE at 44",
"body": "Net worth £620k, single, no kids. Spending ~£18k/yr in Manchester (UK). Not strictly retired — doing freelance one day a week. Lean by choice, not by force.",
"created_at": "2026-02-12"
},
"expected": {
"country": "United Kingdom",
"city": "Manchester",
"portfolio_native": 620000,
"annual_exp_native": 18000,
"raw_currency": "GBP",
"age": 44,
"family_size": 1,
"fi_status": "leanFIRE",
"is_retired": false
}
}