{{ conclusionBadgeText }}
结论:
重点结论(自动归纳)
反向临界点:{{ params.targetYears }} 年内躺平需要…
{{ rt.label }}
说明:各临界值基于当前其他参数单独反推(任选一项达标即可,不必全部满足);房价仅在你已勾选买房时给出。
现状收支(第1年口径)
{{ it.label }}{{ it.label.indexOf('工资') >= 0 ? '(到手,社保医保个人部分已扣)' : '' }}{{ formatY(it.val) }}/月
月收入合计{{ formatY(currentMonthlyIncome) }}/月
{{ it.label }}{{ formatY(it.val) }}/月
在职月支出合计(不含社保医保){{ formatY(expenseVersion === 'normal' ? currentMonthlyExpense : currentMonthlyExpenseNS) }}/月
辞职/躺平后月支出{{ expenseVersion === 'normal' ? '(无主职自缴社保总额'+formatY((+params.social||0))+' + 医保总额'+formatY((+params.medical||0))+')' : '(不缴社保医保,同在职)' }}{{ formatY(expenseVersion === 'normal' ? currentQuitExpense : currentQuitExpenseNS) }}/月
月结余(在职){{ formatY(currentMonthlyIncome - (expenseVersion === 'normal' ? currentMonthlyExpense : currentMonthlyExpenseNS)) }}/月
当前理财月收益(首年一次性支出后){{ formatY(currentMonthlyInvestIncome) }}/月
未来一次性大额支出(当年年初扣现金 → 动本金)
- 第 {{ e.year }} 年:{{ e.text }}
未启用结婚/买房/买车等一次性支出
对曲线的冲击:第 {{ biggestImpact.year }} 年年初集中支出后,年末现金由
{{ biggestImpact.cashBefore !== null ? formatY(biggestImpact.cashBefore) : '—' }} 降至
{{ formatY(biggestImpact.cashAfter) }};年理财收益由
{{ biggestImpact.intBefore !== null ? formatY(biggestImpact.intBefore) : '—' }} 降至
{{ formatY(biggestImpact.intAfter) }}——本金大幅减少,收益随之同步下降,随后再逐年回升。
三个里程碑({{ expenseVersion === 'normal' ? '正常缴社保医保' : '不缴社保医保' }},均在"继续攒钱"曲线上求)
{{ ms.label }}
{{ ms.yTxt }}
{{ ms.note }}({{ ms.extra }})
买房/买车最优时机求解
最优买房年份:第 {{ optimalResult.house }} 年(届时现金 {{ formatY(optimalResult.houseCash) }})
最优买车年份:第 {{ optimalResult.car }} 年(届时现金 {{ formatY(optimalResult.carCash) }})
目标:N 年后现金最大
最优买车年份:第 {{ optimalResult.car }} 年(届时现金 {{ formatY(optimalResult.carCash) }})
目标:N 年后现金最大
不干兼职(工资+理财)
{{ expenseVersion === 'normal' ? stagePartialText : stagePartialTextNS }}
{{ expenseVersion === 'normal' ? stagePartialNote : stagePartialNoteNS }}
只干兼职(辞职兼职+理财)
{{ expenseVersion === 'normal' ? stagePartTimeText : stagePartTimeTextNS }}
{{ expenseVersion === 'normal' ? stagePartTimeNote : stagePartTimeNoteNS }}
完全躺平(理财够支出)
{{ expenseVersion === 'normal' ? stageFullText : stageFullTextNS }}
{{ expenseVersion === 'normal' ? stageFullNote : stageFullNoteNS }}
躺平临界分析({{ expenseVersion === 'normal' ? '正常缴社保医保' : '不缴社保医保' }})
阶段 1:不干兼职
{{ expenseVersion === 'normal' ? stagePartialText : stagePartialTextNS }}
月工资(到手):{{ formatY(params.salary) }} + 理财收益
在职月支出:{{ formatY(expenseVersion === 'normal' ? currentMonthlyExpense : currentMonthlyExpenseNS) }}(社保医保已含在到手工资,单位部分公司缴)
第 {{ expenseVersion === 'normal' ? stagePartialYears : stagePartialYearsNS }} 年工资+理财覆盖在职支出 → 可不再做兼职
阶段 2:只干兼职
{{ expenseVersion === 'normal' ? stagePartTimeText : stagePartTimeTextNS }}
月兼职:{{ formatY(params.partTime) }} + 理财收益
辞职后月支出:{{ formatY(expenseVersion === 'normal' ? currentQuitExpense : currentQuitExpenseNS) }}{{ expenseVersion === 'normal' ? '(无主职需自缴社保/医保总额)' : '(不缴社保医保)' }}
第 {{ expenseVersion === 'normal' ? stagePartTimeYears : stagePartTimeYearsNS }} 年兼职+理财覆盖辞职后支出 → 可辞去主职
阶段 3:完全躺平
{{ expenseVersion === 'normal' ? stageFullText : stageFullTextNS }}
维持主职+兼职攒钱:
到第 {{ expenseVersion === 'normal' ? stageFullYears : stageFullYearsNS }} 年,理财月收益 {{ formatY(expenseVersion === 'normal' ? stageFullInvestAtN : stageFullInvestAtNNS) }} ≥ 辞职后月支出 {{ formatY(expenseVersion === 'normal' ? stageFullExpenseAtN : stageFullExpenseAtNNS) }},可停掉全部工作
分析期内理财月收益始终 < 辞职后月支出,需继续工作攒钱
若现在立即停工:月收益 {{ formatY(currentMonthlyInvestIncome) }} vs 辞职后月支出 {{ formatY(expenseVersion === 'normal' ? currentQuitExpense : currentQuitExpenseNS) }}
| 年 | 年龄 | 月工资 | 养老金 | 月支出 | 辞职后月支出 | 月结余 | 年末现金 | 月理财收益 | 阶段 |
|---|---|---|---|---|---|---|---|---|---|
| 第{{ d.year }}年 | {{ d.age }}岁 | {{ formatY(d.salary) }} | {{ d.pensionY ? formatY(d.pensionY) : '—' }} | {{ formatY(d.monthlyExpense) }} | {{ formatY(d.monthlyQuitExpense) }} | {{ formatY(d.surplus) }} | {{ formatY(d.cash) }} | {{ formatY(d.investMonthly) }} | {{ d.stageLabel }} |