@jjlmoya/utils-finance 1.4.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +158 -0
  3. package/src/category/i18n/id.ts +158 -0
  4. package/src/category/i18n/it.ts +158 -0
  5. package/src/category/i18n/ja.ts +158 -0
  6. package/src/category/i18n/ko.ts +158 -0
  7. package/src/category/i18n/nl.ts +158 -0
  8. package/src/category/i18n/pl.ts +158 -0
  9. package/src/category/i18n/pt.ts +158 -0
  10. package/src/category/i18n/ru.ts +158 -0
  11. package/src/category/i18n/sv.ts +158 -0
  12. package/src/category/i18n/tr.ts +158 -0
  13. package/src/category/i18n/zh.ts +158 -0
  14. package/src/category/index.ts +13 -1
  15. package/src/tests/category_validation.test.ts +73 -0
  16. package/src/tests/faq_count.test.ts +1 -1
  17. package/src/tests/i18n_coverage.test.ts +36 -0
  18. package/src/tests/locale_completeness.test.ts +3 -0
  19. package/src/tests/slug_language_code_format.test.ts +23 -0
  20. package/src/tests/slug_uniqueness.test.ts +81 -0
  21. package/src/tests/title_quality.test.ts +1 -1
  22. package/src/tool/compoundInterest/i18n/de.ts +208 -0
  23. package/src/tool/compoundInterest/i18n/id.ts +208 -0
  24. package/src/tool/compoundInterest/i18n/it.ts +208 -0
  25. package/src/tool/compoundInterest/i18n/ja.ts +207 -0
  26. package/src/tool/compoundInterest/i18n/ko.ts +207 -0
  27. package/src/tool/compoundInterest/i18n/nl.ts +208 -0
  28. package/src/tool/compoundInterest/i18n/pl.ts +208 -0
  29. package/src/tool/compoundInterest/i18n/pt.ts +208 -0
  30. package/src/tool/compoundInterest/i18n/ru.ts +208 -0
  31. package/src/tool/compoundInterest/i18n/sv.ts +208 -0
  32. package/src/tool/compoundInterest/i18n/tr.ts +208 -0
  33. package/src/tool/compoundInterest/i18n/zh.ts +202 -0
  34. package/src/tool/compoundInterest/index.ts +15 -7
  35. package/src/tool/courtFeeCalculator/i18n/de.ts +152 -0
  36. package/src/tool/courtFeeCalculator/i18n/fr.ts +1 -1
  37. package/src/tool/courtFeeCalculator/i18n/id.ts +152 -0
  38. package/src/tool/courtFeeCalculator/i18n/it.ts +152 -0
  39. package/src/tool/courtFeeCalculator/i18n/ja.ts +152 -0
  40. package/src/tool/courtFeeCalculator/i18n/ko.ts +152 -0
  41. package/src/tool/courtFeeCalculator/i18n/nl.ts +152 -0
  42. package/src/tool/courtFeeCalculator/i18n/pl.ts +152 -0
  43. package/src/tool/courtFeeCalculator/i18n/pt.ts +152 -0
  44. package/src/tool/courtFeeCalculator/i18n/ru.ts +152 -0
  45. package/src/tool/courtFeeCalculator/i18n/sv.ts +152 -0
  46. package/src/tool/courtFeeCalculator/i18n/tr.ts +152 -0
  47. package/src/tool/courtFeeCalculator/i18n/zh.ts +152 -0
  48. package/src/tool/courtFeeCalculator/index.ts +16 -8
  49. package/src/tool/debtSnowball/i18n/de.ts +160 -0
  50. package/src/tool/debtSnowball/i18n/id.ts +160 -0
  51. package/src/tool/debtSnowball/i18n/it.ts +160 -0
  52. package/src/tool/debtSnowball/i18n/ja.ts +157 -0
  53. package/src/tool/debtSnowball/i18n/ko.ts +160 -0
  54. package/src/tool/debtSnowball/i18n/nl.ts +160 -0
  55. package/src/tool/debtSnowball/i18n/pl.ts +160 -0
  56. package/src/tool/debtSnowball/i18n/pt.ts +160 -0
  57. package/src/tool/debtSnowball/i18n/ru.ts +160 -0
  58. package/src/tool/debtSnowball/i18n/sv.ts +160 -0
  59. package/src/tool/debtSnowball/i18n/tr.ts +160 -0
  60. package/src/tool/debtSnowball/i18n/zh.ts +160 -0
  61. package/src/tool/debtSnowball/index.ts +17 -9
  62. package/src/tool/fireCalculator/i18n/de.ts +261 -0
  63. package/src/tool/fireCalculator/i18n/id.ts +261 -0
  64. package/src/tool/fireCalculator/i18n/it.ts +261 -0
  65. package/src/tool/fireCalculator/i18n/ja.ts +261 -0
  66. package/src/tool/fireCalculator/i18n/ko.ts +261 -0
  67. package/src/tool/fireCalculator/i18n/nl.ts +261 -0
  68. package/src/tool/fireCalculator/i18n/pl.ts +261 -0
  69. package/src/tool/fireCalculator/i18n/pt.ts +261 -0
  70. package/src/tool/fireCalculator/i18n/ru.ts +261 -0
  71. package/src/tool/fireCalculator/i18n/sv.ts +261 -0
  72. package/src/tool/fireCalculator/i18n/tr.ts +261 -0
  73. package/src/tool/fireCalculator/i18n/zh.ts +261 -0
  74. package/src/tool/fireCalculator/index.ts +15 -7
  75. package/src/tool/ibanBicSwiftConverter/i18n/de.ts +128 -0
  76. package/src/tool/ibanBicSwiftConverter/i18n/id.ts +128 -0
  77. package/src/tool/ibanBicSwiftConverter/i18n/it.ts +128 -0
  78. package/src/tool/ibanBicSwiftConverter/i18n/ja.ts +128 -0
  79. package/src/tool/ibanBicSwiftConverter/i18n/ko.ts +128 -0
  80. package/src/tool/ibanBicSwiftConverter/i18n/nl.ts +128 -0
  81. package/src/tool/ibanBicSwiftConverter/i18n/pl.ts +128 -0
  82. package/src/tool/ibanBicSwiftConverter/i18n/pt.ts +128 -0
  83. package/src/tool/ibanBicSwiftConverter/i18n/ru.ts +128 -0
  84. package/src/tool/ibanBicSwiftConverter/i18n/sv.ts +128 -0
  85. package/src/tool/ibanBicSwiftConverter/i18n/tr.ts +128 -0
  86. package/src/tool/ibanBicSwiftConverter/i18n/zh.ts +128 -0
  87. package/src/tool/ibanBicSwiftConverter/index.ts +15 -7
  88. package/src/tool/inflation/i18n/de.ts +297 -0
  89. package/src/tool/inflation/i18n/id.ts +297 -0
  90. package/src/tool/inflation/i18n/it.ts +297 -0
  91. package/src/tool/inflation/i18n/ja.ts +297 -0
  92. package/src/tool/inflation/i18n/ko.ts +297 -0
  93. package/src/tool/inflation/i18n/nl.ts +297 -0
  94. package/src/tool/inflation/i18n/pl.ts +297 -0
  95. package/src/tool/inflation/i18n/pt.ts +297 -0
  96. package/src/tool/inflation/i18n/ru.ts +297 -0
  97. package/src/tool/inflation/i18n/sv.ts +297 -0
  98. package/src/tool/inflation/i18n/tr.ts +297 -0
  99. package/src/tool/inflation/i18n/zh.ts +297 -0
  100. package/src/tool/inflation/index.ts +17 -9
  101. package/src/tool/lateInterest/i18n/de.ts +224 -0
  102. package/src/tool/lateInterest/i18n/id.ts +224 -0
  103. package/src/tool/lateInterest/i18n/it.ts +224 -0
  104. package/src/tool/lateInterest/i18n/ja.ts +224 -0
  105. package/src/tool/lateInterest/i18n/ko.ts +224 -0
  106. package/src/tool/lateInterest/i18n/nl.ts +224 -0
  107. package/src/tool/lateInterest/i18n/pl.ts +224 -0
  108. package/src/tool/lateInterest/i18n/pt.ts +224 -0
  109. package/src/tool/lateInterest/i18n/ru.ts +224 -0
  110. package/src/tool/lateInterest/i18n/sv.ts +224 -0
  111. package/src/tool/lateInterest/i18n/tr.ts +224 -0
  112. package/src/tool/lateInterest/i18n/zh.ts +224 -0
  113. package/src/tool/lateInterest/index.ts +17 -9
  114. package/src/tool/legalInterestRate/i18n/de.ts +143 -0
  115. package/src/tool/legalInterestRate/i18n/id.ts +143 -0
  116. package/src/tool/legalInterestRate/i18n/it.ts +143 -0
  117. package/src/tool/legalInterestRate/i18n/ja.ts +143 -0
  118. package/src/tool/legalInterestRate/i18n/ko.ts +143 -0
  119. package/src/tool/legalInterestRate/i18n/nl.ts +143 -0
  120. package/src/tool/legalInterestRate/i18n/pl.ts +143 -0
  121. package/src/tool/legalInterestRate/i18n/pt.ts +143 -0
  122. package/src/tool/legalInterestRate/i18n/ru.ts +143 -0
  123. package/src/tool/legalInterestRate/i18n/sv.ts +143 -0
  124. package/src/tool/legalInterestRate/i18n/tr.ts +143 -0
  125. package/src/tool/legalInterestRate/i18n/zh.ts +143 -0
  126. package/src/tool/legalInterestRate/index.ts +17 -9
  127. package/src/tool/lotteryOptimizer/i18n/de.ts +177 -0
  128. package/src/tool/lotteryOptimizer/i18n/id.ts +177 -0
  129. package/src/tool/lotteryOptimizer/i18n/it.ts +177 -0
  130. package/src/tool/lotteryOptimizer/i18n/ja.ts +177 -0
  131. package/src/tool/lotteryOptimizer/i18n/ko.ts +177 -0
  132. package/src/tool/lotteryOptimizer/i18n/nl.ts +177 -0
  133. package/src/tool/lotteryOptimizer/i18n/pl.ts +177 -0
  134. package/src/tool/lotteryOptimizer/i18n/pt.ts +177 -0
  135. package/src/tool/lotteryOptimizer/i18n/ru.ts +177 -0
  136. package/src/tool/lotteryOptimizer/i18n/sv.ts +177 -0
  137. package/src/tool/lotteryOptimizer/i18n/tr.ts +177 -0
  138. package/src/tool/lotteryOptimizer/i18n/zh.ts +177 -0
  139. package/src/tool/lotteryOptimizer/index.ts +17 -9
  140. package/src/tool/mortgage/i18n/de.ts +223 -0
  141. package/src/tool/mortgage/i18n/id.ts +219 -0
  142. package/src/tool/mortgage/i18n/it.ts +223 -0
  143. package/src/tool/mortgage/i18n/ja.ts +219 -0
  144. package/src/tool/mortgage/i18n/ko.ts +219 -0
  145. package/src/tool/mortgage/i18n/nl.ts +219 -0
  146. package/src/tool/mortgage/i18n/pl.ts +219 -0
  147. package/src/tool/mortgage/i18n/pt.ts +219 -0
  148. package/src/tool/mortgage/i18n/ru.ts +219 -0
  149. package/src/tool/mortgage/i18n/sv.ts +219 -0
  150. package/src/tool/mortgage/i18n/tr.ts +219 -0
  151. package/src/tool/mortgage/i18n/zh.ts +219 -0
  152. package/src/tool/mortgage/index.ts +15 -7
  153. package/src/tool/percentageCalculator/i18n/de.ts +229 -0
  154. package/src/tool/percentageCalculator/i18n/id.ts +229 -0
  155. package/src/tool/percentageCalculator/i18n/it.ts +229 -0
  156. package/src/tool/percentageCalculator/i18n/ja.ts +229 -0
  157. package/src/tool/percentageCalculator/i18n/ko.ts +229 -0
  158. package/src/tool/percentageCalculator/i18n/nl.ts +229 -0
  159. package/src/tool/percentageCalculator/i18n/pl.ts +229 -0
  160. package/src/tool/percentageCalculator/i18n/pt.ts +229 -0
  161. package/src/tool/percentageCalculator/i18n/ru.ts +229 -0
  162. package/src/tool/percentageCalculator/i18n/sv.ts +229 -0
  163. package/src/tool/percentageCalculator/i18n/tr.ts +229 -0
  164. package/src/tool/percentageCalculator/i18n/zh.ts +229 -0
  165. package/src/tool/percentageCalculator/index.ts +15 -7
  166. package/src/tool/rentIncreaseCalculator/i18n/de.ts +136 -0
  167. package/src/tool/rentIncreaseCalculator/i18n/id.ts +136 -0
  168. package/src/tool/rentIncreaseCalculator/i18n/it.ts +136 -0
  169. package/src/tool/rentIncreaseCalculator/i18n/ja.ts +136 -0
  170. package/src/tool/rentIncreaseCalculator/i18n/ko.ts +136 -0
  171. package/src/tool/rentIncreaseCalculator/i18n/nl.ts +136 -0
  172. package/src/tool/rentIncreaseCalculator/i18n/pl.ts +136 -0
  173. package/src/tool/rentIncreaseCalculator/i18n/pt.ts +136 -0
  174. package/src/tool/rentIncreaseCalculator/i18n/ru.ts +136 -0
  175. package/src/tool/rentIncreaseCalculator/i18n/sv.ts +136 -0
  176. package/src/tool/rentIncreaseCalculator/i18n/tr.ts +136 -0
  177. package/src/tool/rentIncreaseCalculator/i18n/zh.ts +136 -0
  178. package/src/tool/rentIncreaseCalculator/index.ts +17 -9
  179. package/src/types.ts +1 -1
@@ -0,0 +1,158 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'finance',
5
+ title: '정밀 금융 도구 및 계산기',
6
+ description: '무료 온라인 도구로 재정을 최적화하세요. 주택담보대출 시뮬레이터, 복리 계산기, 임대료 업데이트, 2026년 업데이트된 연체이자.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: '개인 금융 엔지니어링: 수학 기반 의사결정',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: '금융적 자유는 운이 아닌 계획과 <strong>정밀한 분석 도구</strong>의 활용을 통해 달성됩니다. 이 섹션에서는 복잡한 은행, 세금, 법적 프로세스를 명확히 하기 위한 <strong>무료 온라인 계산기</strong> 모음을 제공합니다. 돈의 시간 가치와 이자율의 영향을 이해하는 것은 2026년의 모든 저축자나 투자자에게 기본적입니다.',
16
+ },
17
+ {
18
+ type: 'paragraph',
19
+ html: '역사적 인플레이션 영향 계산부터 국제 IBAN 코드의 기술적 검증까지, 당사의 유틸리티는 표준화된 금융 공식을 적용하여 자본을 완전히 제어할 수 있도록 합니다.',
20
+ },
21
+ {
22
+ type: 'title',
23
+ text: '투자 및 자산: 복리의 힘',
24
+ level: 2,
25
+ },
26
+ {
27
+ type: 'paragraph',
28
+ html: '아인슈타인이 세계의 여덟 번째 불가사의라고 부른 <strong>복리</strong>는 장기적인 자산 성장의 열쇠입니다. 당사의 계산기는 수익을 재투자하면 지수적 성장이 어떻게 발생하는지 시각화하고, 위험 프로파일에 기반한 현실적인 저축 목표를 정의하는 데 도움을 줍니다.',
29
+ },
30
+ {
31
+ type: 'paragraph',
32
+ html: '저축을 맥락화하기 위해 <strong>역사적 인플레이션</strong> 시뮬레이터는 과거 시대의 구매력을 현재 가치로 변환하여 돈이 실제로 얼마나 가치를 잃었는지 이해할 수 있게 합니다.',
33
+ },
34
+ {
35
+ type: 'title',
36
+ text: '주택 금융: 모기지와 임대',
37
+ level: 2,
38
+ },
39
+ {
40
+ type: 'paragraph',
41
+ html: '주택은 보통 가계 예산에서 가장 큰 지출입니다. <strong>모기지 시뮬레이터</strong>는 완전한 상각 테이블을 생성하여 이자율 변화의 영향을 예측할 수 있습니다. 임차인의 경우 <strong>임대료 업데이트 계산기</strong>는 현재 법적 한도를 적용하여 임대료가 법을 준수하는지 확인합니다.',
42
+ },
43
+ {
44
+ type: 'title',
45
+ text: '금융법 및 연체이자',
46
+ level: 2,
47
+ },
48
+ {
49
+ type: 'paragraph',
50
+ html: '법적·세금 영역에서 기한과 비율은 중요합니다. 민사 또는 세금 채무에 대한 <strong>법정이자율(2026년 3.25%)</strong>과 연체이자를 계산하는 업데이트된 도구를 제공하여 정보 부족으로 인한 불필요한 가산금을 방지합니다.',
51
+ },
52
+ {
53
+ type: 'title',
54
+ text: '은행 데이터 및 퍼센트 관리',
55
+ level: 2,
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: '일상 업무는 속도가 필요합니다. <strong>IBAN에서 BIC/SWIFT 변환기</strong>는 안전한 국제 송금을 위해 계좌 구조를 검증하고, 고급 퍼센트 계산기는 대량 변동, 비율, 자동 부가가치세 계산을 해결합니다.',
60
+ },
61
+ {
62
+ type: 'list',
63
+ items: [
64
+ '<strong>업데이트된 데이터:</strong> 2026년에 개정된 이자율, CPI 한도 및 세무 변수.',
65
+ '<strong>완전한 개인정보 보호:</strong> 개인 금융 데이터는 서버 저장 없이 브라우저에서만 처리됩니다.',
66
+ '<strong>수학적 엄격성:</strong> 유럽 은행 기준에 따른 상각 및 실질 이자 계산 알고리즘.',
67
+ '<strong>법적 투명성:</strong> 현행 법률에 적응된 도구.',
68
+ ],
69
+ },
70
+ {
71
+ type: 'tip',
72
+ title: '전략적 저축 조언',
73
+ html: '<p><strong>2026년 전략:</strong> 지속적인 인플레이션 환경에서 현금을 놀리는 것은 보장된 손실입니다. 복리 시뮬레이터를 사용하여 소폭의 수익률 증가가 은퇴금에 얼마나 극적인 영향을 미치는지 평가하세요.</p>',
74
+ },
75
+ {
76
+ type: 'title',
77
+ text: '분산 투자 및 위험 관리: 최적 포트폴리오',
78
+ level: 2,
79
+ },
80
+ {
81
+ type: 'paragraph',
82
+ html: '위험은 제거할 수 없지만 관리할 수 있습니다. 분산 투자는 기본 전략입니다: 모든 달걀을 한 바구니에 담지 마세요. 당사의 도구는 다양한 비율(주식 60%, 채권 30%, 현금 10%)로 가상 포트폴리오를 모델링하고 다양한 시장 시나리오에서의 역사적 성과를 예측할 수 있습니다.',
83
+ },
84
+ {
85
+ type: 'title',
86
+ text: '수익성 분석: ROI 및 회수 기간',
87
+ level: 2,
88
+ },
89
+ {
90
+ type: 'paragraph',
91
+ html: '모든 투자가 동일하지는 않습니다. 연간 5%를 돌려주지만 손익분기점 도달에 10년이 걸리는 투자는 2년 내 10%를 돌려주는 투자와 다릅니다. 당사의 ROI 및 회수 기간 계산기는 기회를 객관적으로 비교할 수 있습니다.',
92
+ },
93
+ {
94
+ type: 'title',
95
+ text: '세금 및 공제: 세금 최적화',
96
+ level: 2,
97
+ },
98
+ {
99
+ type: 'paragraph',
100
+ html: '세금은 많은 사람들의 부의 절반 이상을 소비합니다. 어떤 비용이 공제 가능한지, 어떤 투자가 과세 이연을 생성하는지(연금 계획), 환급을 어떻게 청구하는지를 아는 것이 수동적 납세자와 능동적 납세자의 차이입니다.',
101
+ },
102
+ {
103
+ type: 'title',
104
+ text: '암호화폐 및 디지털 자산: 환전 및 평가',
105
+ level: 2,
106
+ },
107
+ {
108
+ type: 'paragraph',
109
+ html: '금융의 미래에는 디지털 자산이 포함됩니다. 당사의 암호화폐 변환기는 비트코인, 이더리움 및 스테이블코인에 대한 실시간 평가를 계산할 수 있어, 불투명한 제3자 애플리케이션에 의존하지 않고 의사결정을 용이하게 합니다.',
110
+ },
111
+ {
112
+ type: 'title',
113
+ text: '조기 은퇴 계획: FIRE (재정적 독립, 조기 은퇴)',
114
+ level: 2,
115
+ },
116
+ {
117
+ type: 'paragraph',
118
+ html: '대부분의 사람들은 기본적으로 65세까지 일합니다. <strong>FIRE 조기 은퇴 계산기</strong>는 4% 규칙(자본의 4%를 매년 무기한으로 지출할 수 있음)을 사용하여 축적해야 하는 자본을 계산합니다.',
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: '인플레이션 조정 수익률과 실질 수익성',
123
+ level: 2,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: '작년에 투자가 7% 수익을 냈습니다. 좋아 보입니다. 하지만 인플레이션이 5%였다면 실질 수익률은 2%에 불과합니다. 당사의 <strong>실질 수익률 계산기</strong>는 역사적 또는 예상 인플레이션에 따라 수익률을 조정하여 투자의 진정한 구매력을 보여줍니다.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: '거래 비용 및 투자 수수료',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: '모든 주식 구매에는 수수료가 있습니다. $1,000을 투자하고 1% 수수료를 지불하면 $990만 투자한 것입니다. 30년의 기간에 걸쳐 이러한 수수료는 최종 수익률을 크게 잠식합니다. 당사의 <strong>수수료 영향 분석기</strong>는 다양한 비용 구조가 수익률에 어떻게 영향을 미치는지 보여줍니다.',
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: '개인 금융 주권을 향해',
141
+ level: 2,
142
+ },
143
+ {
144
+ type: 'paragraph',
145
+ html: '금융의 미래는 <strong>자체 보관과 기술적 이해</strong>입니다. 은행이 말하는 것을 신뢰하는 것만으로는 더 이상 충분하지 않습니다. 이 도구들은 모든 센트, 모든 이자 청구, 모든 계약을 감사할 수 있는 능력을 제공하여 수학적 지식이 제공하는 자신감으로 금융 시스템을 탐색할 수 있습니다.',
146
+ },
147
+ {
148
+ type: 'stats',
149
+ items: [
150
+ { value: '3.25%', label: '법정이자', icon: 'mdi:bank' },
151
+ { value: '역사적', label: '인플레이션', icon: 'mdi:trending-up' },
152
+ { value: '기술적', label: '상각', icon: 'mdi:calculator' },
153
+ { value: '지수적', label: '투자', icon: 'mdi:chart-line' },
154
+ ],
155
+ columns: 2,
156
+ },
157
+ ],
158
+ };
@@ -0,0 +1,158 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'financien',
5
+ title: 'Precisie Financiële Tools & Calculators',
6
+ description: 'Optimaliseer je financiën met gratis online tools. Hypotheeksimulatoren, samengestelde renteberekening, huurupdates en achterstandsrente bijgewerkt voor 2026.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Persoonlijk Financieel Engineeren: Beslissingen op Basis van Wiskunde',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'Financiële vrijheid wordt niet bereikt door geluk, maar door planning en het gebruik van <strong>nauwkeurige analytische tools</strong>. In deze sectie bieden we een suite van <strong>gratis online calculators</strong> ontworpen om complexe bank-, belasting- en juridische processen te demystificeren. Het begrijpen van de tijdswaarde van geld en de impact van rentetarieven is fundamenteel voor elke spaarder of investeerder in 2026.',
16
+ },
17
+ {
18
+ type: 'paragraph',
19
+ html: 'Van het berekenen van de impact van historische inflatie tot de technische validatie van internationale IBAN-codes, passen onze utilities gestandaardiseerde financiële formules toe zodat je de volledige controle over je kapitaal behoudt.',
20
+ },
21
+ {
22
+ type: 'title',
23
+ text: 'Investering & Vermogen: De Kracht van Samengestelde Rente',
24
+ level: 2,
25
+ },
26
+ {
27
+ type: 'paragraph',
28
+ html: 'Door Einstein beschouwd als het achtste wereldwonder, is <strong>samengestelde rente</strong> de sleutel tot vermogensgroei op lange termijn. Onze calculator laat je visualiseren hoe het herinvesteren van rendementen exponentiële groei genereert, en helpt je realistische spaardoelen te definiëren op basis van je risicoprofiel.',
29
+ },
30
+ {
31
+ type: 'paragraph',
32
+ html: 'Om je spaargeld in context te plaatsen, vertaalt de simulator voor <strong>historische inflatie</strong> de koopkracht van vroegere tijdperken naar huidige waarden, zodat je begrijpt hoeveel waarde je geld echt heeft verloren.',
33
+ },
34
+ {
35
+ type: 'title',
36
+ text: 'Woningfinanciering: Hypotheken en Huur',
37
+ level: 2,
38
+ },
39
+ {
40
+ type: 'paragraph',
41
+ html: 'Wonen is doorgaans de grootste uitgave in een huishoudbudget. De <strong>hypotheeksimulator</strong> genereert volledige afschrijvingstabellen waarmee je de impact van renteveranderingen kunt anticiperen. Voor huurders past de <strong>huurupdatecalculator</strong> actuele wettelijke limieten toe om te garanderen dat je huur aan de wet voldoet.',
42
+ },
43
+ {
44
+ type: 'title',
45
+ text: 'Financieel Recht & Achterstandsrente',
46
+ level: 2,
47
+ },
48
+ {
49
+ type: 'paragraph',
50
+ html: 'In het juridische en fiscale domein zijn deadlines en percentages kritiek. We bieden bijgewerkte tools om de <strong>wettelijke rentevoet (3,25% in 2026)</strong> en achterstandsrente voor civiele of fiscale schulden te berekenen, waardoor onnodige toeslagen door gebrek aan informatie worden voorkomen.',
51
+ },
52
+ {
53
+ type: 'title',
54
+ text: 'Bankgegevens & Percentagebeheer',
55
+ level: 2,
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'Dagelijkse operaties vereisen snelheid. De <strong>IBAN naar BIC/SWIFT-converter</strong> valideert je rekeningstructuur voor veilige internationale overboekingen, terwijl onze geavanceerde percentagecalculator bulkvariaties, verhoudingen en automatische btw-berekeningen oplost.',
60
+ },
61
+ {
62
+ type: 'list',
63
+ items: [
64
+ '<strong>Bijgewerkte Gegevens:</strong> Rentetarieven, CPI-limieten en belastingvariabelen herzien voor 2026.',
65
+ '<strong>Volledige Privacy:</strong> Je persoonlijke financiële gegevens worden strikt in de browser verwerkt zonder serveropslag.',
66
+ '<strong>Wiskundige Nauwkeurigheid:</strong> Afschrijvings- en reëlere renteberekeningstalgoritmen volgens Europese bankstandaarden.',
67
+ '<strong>Juridische Transparantie:</strong> Tools aangepast aan de huidige wetgeving.',
68
+ ],
69
+ },
70
+ {
71
+ type: 'tip',
72
+ title: 'Strategisch Spaartip',
73
+ html: '<p><strong>Strategie 2026:</strong> In een omgeving van aanhoudende inflatie is contant geld bewaren een gegarandeerd verlies. Gebruik de samengestelde rentesimulator om te evalueren hoe kleine verhogingen in het rendement je pensioenfonds drastisch beïnvloeden.</p>',
74
+ },
75
+ {
76
+ type: 'title',
77
+ text: 'Diversificatie & Risicobeheer: Optimale Portfolio',
78
+ level: 2,
79
+ },
80
+ {
81
+ type: 'paragraph',
82
+ html: 'Risico kan niet worden geëlimineerd, maar wel worden beheerd. Diversificatie is de fundamentele strategie: leg niet alle eieren in één mand. Onze tools laten je een hypothetische portfolio modelleren met verschillende proporties (60% aandelen, 30% obligaties, 10% contant) en de historische prestaties projecteren onder verschillende marktscenario\'s.',
83
+ },
84
+ {
85
+ type: 'title',
86
+ text: 'Winstgevendheidsanalyse: ROI en Terugverdienperiode',
87
+ level: 2,
88
+ },
89
+ {
90
+ type: 'paragraph',
91
+ html: 'Niet alle investeringen zijn gelijk. Een investering die 5% per jaar oplevert maar 10 jaar nodig heeft om de break-even te bereiken is anders dan een die 10% in 2 jaar oplevert. Onze ROI- en terugverdienperiode-calculators laten je kansen objectief vergelijken.',
92
+ },
93
+ {
94
+ type: 'title',
95
+ text: 'Belasting & Aftrekposten: Belastingoptimalisatie',
96
+ level: 2,
97
+ },
98
+ {
99
+ type: 'paragraph',
100
+ html: 'Belastingen consumeren meer dan de helft van het vermogen van veel mensen. Weten welke uitgaven aftrekbaar zijn, welke investeringen uitgestelde belastingen genereren (pensioenplannen) en hoe terugbetalingen worden geclaimd, is het verschil tussen een passieve en een actieve belastingbetaler.',
101
+ },
102
+ {
103
+ type: 'title',
104
+ text: 'Cryptocurrencies & Digitale Assets: Conversie en Waardering',
105
+ level: 2,
106
+ },
107
+ {
108
+ type: 'paragraph',
109
+ html: 'De toekomst van de financiën omvat digitale activa. Onze cryptocurrency-converter laat je real-time waarderingen berekenen voor Bitcoin, Ethereum en stablecoins, waardoor de besluitvorming wordt vergemakkelijkt zonder afhankelijk te zijn van ondoorzichtige toepassingen van derden.',
110
+ },
111
+ {
112
+ type: 'title',
113
+ text: 'Vroegpensioenplanning: FIRE (Financiële Onafhankelijkheid, Eerder Pensioen)',
114
+ level: 2,
115
+ },
116
+ {
117
+ type: 'paragraph',
118
+ html: 'De meeste mensen werken standaard tot hun 65e. De <strong>FIRE vroegpensioencalculator</strong> gebruikt de 4%-regel (je kunt 4% van je kapitaal jaarlijks oneindig lang besteden) om te berekenen hoeveel kapitaal je moet opbouwen.',
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Inflatiegecorrigeerde Rendementen en Reële Winstgevendheid',
123
+ level: 2,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Je investering leverde vorig jaar 7% op. Klinkt goed. Maar als de inflatie 5% was, was je reële rendement slechts 2%. Onze <strong>reëlerendementsberekening</strong> past rendementen aan voor historische of geprojecteerde inflatie, toont de ware koopkracht van je investering.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Transactiekosten en Investeringskosten',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Elke aandelenaankoop heeft een commissie. Als je $1.000 investeert en 1% commissie betaalt, heb je slechts $990 geïnvesteerd. Over een horizon van 30 jaar eroderen deze commissies je eindrendement aanzienlijk. Onze <strong>kostenimpactanalyser</strong> toont hoe verschillende kostenstructuren je rendement beïnvloeden.',
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: 'Naar Persoonlijke Financiële Soevereiniteit',
141
+ level: 2,
142
+ },
143
+ {
144
+ type: 'paragraph',
145
+ html: 'De toekomst van de financiën is <strong>zelfsupport en technisch begrip</strong>. Vertrouwen op wat de bank zegt is niet langer genoeg. Deze tools geven je de mogelijkheid om elke cent, elke renteaanrekening en elk contract te auditen, zodat je het financiële systeem kunt navigeren met het vertrouwen dat wiskundige kennis biedt.',
146
+ },
147
+ {
148
+ type: 'stats',
149
+ items: [
150
+ { value: '3,25%', label: 'Wettelijke Rente', icon: 'mdi:bank' },
151
+ { value: 'Historisch', label: 'Inflatie', icon: 'mdi:trending-up' },
152
+ { value: 'Technisch', label: 'Afschrijving', icon: 'mdi:calculator' },
153
+ { value: 'Exponentieel', label: 'Investering', icon: 'mdi:chart-line' },
154
+ ],
155
+ columns: 2,
156
+ },
157
+ ],
158
+ };
@@ -0,0 +1,158 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'finanse',
5
+ title: 'Precyzyjne Narzędzia i Kalkulatory Finansowe',
6
+ description: 'Zoptymalizuj swoje finanse dzięki bezpłatnym narzędziom online. Symulatory kredytów hipotecznych, kalkulator odsetek składanych, aktualizacje czynszu i odsetki za zwłokę zaktualizowane na 2026.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Osobista Inżynieria Finansowa: Decyzje na Podstawie Matematyki',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'Wolność finansowa nie jest osiągana przez szczęście, ale przez planowanie i korzystanie z <strong>precyzyjnych narzędzi analitycznych</strong>. W tej sekcji oferujemy zestaw <strong>bezpłatnych kalkulatorów online</strong> zaprojektowanych w celu wyjaśnienia złożonych procesów bankowych, podatkowych i prawnych. Rozumienie wartości pieniądza w czasie i wpływu stóp procentowych jest fundamentalne dla każdego oszczędzającego lub inwestora w 2026 roku.',
16
+ },
17
+ {
18
+ type: 'paragraph',
19
+ html: 'Od obliczania wpływu historycznej inflacji po techniczną walidację międzynarodowych kodów IBAN, nasze narzędzia stosują standaryzowane wzory finansowe, dzięki czemu zachowujesz pełną kontrolę nad swoim kapitałem.',
20
+ },
21
+ {
22
+ type: 'title',
23
+ text: 'Inwestycje i Majątek: Moc Odsetek Składanych',
24
+ level: 2,
25
+ },
26
+ {
27
+ type: 'paragraph',
28
+ html: 'Uważane przez Einsteina za ósmy cud świata, <strong>odsetki składane</strong> są kluczem do długoterminowego wzrostu majątku. Nasz kalkulator pozwala wizualizować, jak reinwestowanie zysków generuje wzrost wykładniczy, pomagając określić realistyczne cele oszczędnościowe oparte na profilu ryzyka.',
29
+ },
30
+ {
31
+ type: 'paragraph',
32
+ html: 'Aby kontekstualizować oszczędności, symulator <strong>historycznej inflacji</strong> tłumaczy siłę nabywczą minionych epok na obecne wartości, pozwalając zrozumieć, ile wartości naprawdę straciły pieniądze.',
33
+ },
34
+ {
35
+ type: 'title',
36
+ text: 'Finanse Mieszkaniowe: Kredyty Hipoteczne i Czynsz',
37
+ level: 2,
38
+ },
39
+ {
40
+ type: 'paragraph',
41
+ html: 'Mieszkanie jest zazwyczaj największym wydatkiem w budżecie domowym. <strong>Symulator kredytu hipotecznego</strong> generuje pełne tabele amortyzacji, pozwalając przewidzieć wpływ zmian stóp procentowych. Dla najemców <strong>kalkulator aktualizacji czynszu</strong> stosuje aktualne limity prawne, aby upewnić się, że czynsz jest zgodny z prawem.',
42
+ },
43
+ {
44
+ type: 'title',
45
+ text: 'Prawo Finansowe i Odsetki za Zwłokę',
46
+ level: 2,
47
+ },
48
+ {
49
+ type: 'paragraph',
50
+ html: 'W dziedzinie prawnej i podatkowej terminy i procenty mają kluczowe znaczenie. Zapewniamy zaktualizowane narzędzia do obliczania <strong>ustawowej stopy procentowej (3,25% w 2026)</strong> i odsetek za zwłokę w przypadku długów cywilnych lub podatkowych, zapobiegając niepotrzebnym dopłatom z powodu braku informacji.',
51
+ },
52
+ {
53
+ type: 'title',
54
+ text: 'Dane Bankowe i Zarządzanie Procentami',
55
+ level: 2,
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'Codzienne operacje wymagają szybkości. <strong>Konwerter IBAN na BIC/SWIFT</strong> weryfikuje strukturę konta dla bezpiecznych przelewów międzynarodowych, podczas gdy zaawansowany kalkulator procentowy rozwiązuje zbiorcze zmiany, proporcje i automatyczne obliczenia VAT.',
60
+ },
61
+ {
62
+ type: 'list',
63
+ items: [
64
+ '<strong>Zaktualizowane Dane:</strong> Stopy procentowe, limity CPI i zmienne podatkowe zaktualizowane na 2026.',
65
+ '<strong>Pełna Prywatność:</strong> Twoje osobiste dane finansowe są przetwarzane wyłącznie w przeglądarce bez przechowywania na serwerze.',
66
+ '<strong>Rygor Matematyczny:</strong> Algorytmy amortyzacji i obliczeń realnych odsetek zgodne z europejskimi standardami bankowymi.',
67
+ '<strong>Prawna Transparentność:</strong> Narzędzia dostosowane do obowiązującego ustawodawstwa.',
68
+ ],
69
+ },
70
+ {
71
+ type: 'tip',
72
+ title: 'Strategiczna Rada Oszczędnościowa',
73
+ html: '<p><strong>Strategia 2026:</strong> W środowisku trwałej inflacji trzymanie gotówki bezczynnie jest gwarantowaną stratą. Użyj symulatora odsetek składanych, aby ocenić, jak małe zwiększenia stopy zwrotu dramatycznie wpływają na emeryturę.</p>',
74
+ },
75
+ {
76
+ type: 'title',
77
+ text: 'Dywersyfikacja i Zarządzanie Ryzykiem: Optymalny Portfel',
78
+ level: 2,
79
+ },
80
+ {
81
+ type: 'paragraph',
82
+ html: 'Ryzyka nie można wyeliminować, ale można nim zarządzać. Dywersyfikacja jest podstawową strategią: nie wkładaj wszystkich jajek do jednego koszyka. Nasze narzędzia pozwalają modelować hipotetyczny portfel z różnymi proporcjami (60% akcji, 30% obligacji, 10% gotówki) i prognozować jego historyczne wyniki w różnych scenariuszach rynkowych.',
83
+ },
84
+ {
85
+ type: 'title',
86
+ text: 'Analiza Rentowności: ROI i Okres Zwrotu',
87
+ level: 2,
88
+ },
89
+ {
90
+ type: 'paragraph',
91
+ html: 'Nie wszystkie inwestycje są sobie równe. Inwestycja, która przynosi 5% rocznie, ale potrzebuje 10 lat, aby osiągnąć próg rentowności, różni się od tej, która przynosi 10% w ciągu 2 lat. Nasze kalkulatory ROI i okresu zwrotu pozwalają obiektywnie porównywać możliwości.',
92
+ },
93
+ {
94
+ type: 'title',
95
+ text: 'Podatki i Odliczenia: Optymalizacja Podatkowa',
96
+ level: 2,
97
+ },
98
+ {
99
+ type: 'paragraph',
100
+ html: 'Podatki pochłaniają ponad połowę majątku wielu ludzi. Wiedza o tym, które wydatki są odliczalne, które inwestycje generują odroczone podatki (plany emerytalne) i jak ubiegać się o zwroty, stanowi różnicę między biernym a aktywnym podatnikiem.',
101
+ },
102
+ {
103
+ type: 'title',
104
+ text: 'Kryptowaluty i Aktywa Cyfrowe: Konwersja i Wycena',
105
+ level: 2,
106
+ },
107
+ {
108
+ type: 'paragraph',
109
+ html: 'Przyszłość finansów obejmuje aktywa cyfrowe. Nasz konwerter kryptowalut umożliwia obliczanie wycen w czasie rzeczywistym dla Bitcoina, Ethereum i stablecoinów, ułatwiając podejmowanie decyzji bez polegania na nieprzejrzystych aplikacjach stron trzecich.',
110
+ },
111
+ {
112
+ type: 'title',
113
+ text: 'Planowanie Wczesnej Emerytury: FIRE (Niezależność Finansowa, Wcześniejsza Emerytura)',
114
+ level: 2,
115
+ },
116
+ {
117
+ type: 'paragraph',
118
+ html: 'Większość ludzi pracuje domyślnie do 65. roku życia. <strong>Kalkulator wczesnej emerytury FIRE</strong> używa zasady 4% (możesz wydawać 4% kapitału rocznie bezterminowo), aby obliczyć, ile kapitału musisz zgromadzić.',
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Zwroty Skorygowane o Inflację i Realna Rentowność',
123
+ level: 2,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Twoja inwestycja przyniosła 7% w zeszłym roku. Brzmi dobrze. Ale jeśli inflacja wyniosła 5%, realna stopa zwrotu wynosiła zaledwie 2%. Nasz <strong>kalkulator realnego zwrotu</strong> dostosowuje zwroty do historycznej lub prognozowanej inflacji, pokazując prawdziwą siłę nabywczą inwestycji.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Koszty Transakcji i Opłaty Inwestycyjne',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Każdy zakup akcji wiąże się z prowizją. Jeśli inwestujesz 1000 $ i płacisz 1% prowizji, zainwestowałeś tylko 990 $. W perspektywie 30 lat prowizje te znacząco zmniejszają końcowy zwrot. Nasz <strong>analizator wpływu opłat</strong> pokazuje, jak różne struktury kosztów wpływają na zwrot.',
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: 'W Kierunku Osobistej Suwerenności Finansowej',
141
+ level: 2,
142
+ },
143
+ {
144
+ type: 'paragraph',
145
+ html: 'Przyszłość finansów to <strong>samodzielna opieka i techniczna wiedza</strong>. Zaufanie temu, co mówi bank, już nie wystarcza. Te narzędzia dają ci możliwość audytu każdego centa, każdej opłaty odsetkowej i każdej umowy, co pozwala poruszać się po systemie finansowym z pewnością, jaką daje wiedza matematyczna.',
146
+ },
147
+ {
148
+ type: 'stats',
149
+ items: [
150
+ { value: '3,25%', label: 'Odsetki Ustawowe', icon: 'mdi:bank' },
151
+ { value: 'Historyczna', label: 'Inflacja', icon: 'mdi:trending-up' },
152
+ { value: 'Techniczne', label: 'Amortyzacja', icon: 'mdi:calculator' },
153
+ { value: 'Wykładnicza', label: 'Inwestycja', icon: 'mdi:chart-line' },
154
+ ],
155
+ columns: 2,
156
+ },
157
+ ],
158
+ };
@@ -0,0 +1,158 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'financas',
5
+ title: 'Ferramentas e Calculadoras Financeiras de Precisão',
6
+ description: 'Otimize suas finanças com ferramentas online gratuitas. Simuladores de hipoteca, calculadora de juros compostos, atualizações de aluguel e juros de mora atualizados para 2026.',
7
+ seo: [
8
+ {
9
+ type: 'title',
10
+ text: 'Engenharia Financeira Pessoal: Decisões Baseadas em Matemática',
11
+ level: 2,
12
+ },
13
+ {
14
+ type: 'paragraph',
15
+ html: 'A liberdade financeira não é alcançada pela sorte, mas pelo planejamento e pelo uso de <strong>ferramentas analíticas precisas</strong>. Nesta seção, oferecemos uma suíte de <strong>calculadoras online gratuitas</strong> projetadas para desmistificar processos bancários, fiscais e legais complexos. Entender o valor temporal do dinheiro e o impacto das taxas de juros é fundamental para qualquer poupador ou investidor em 2026.',
16
+ },
17
+ {
18
+ type: 'paragraph',
19
+ html: 'Do cálculo do impacto da inflação histórica à validação técnica de códigos IBAN internacionais, nossas utilidades aplicam fórmulas financeiras padronizadas para que você mantenha o controle total do seu capital.',
20
+ },
21
+ {
22
+ type: 'title',
23
+ text: 'Investimento e Patrimônio: O Poder dos Juros Compostos',
24
+ level: 2,
25
+ },
26
+ {
27
+ type: 'paragraph',
28
+ html: 'Considerado por Einstein como a oitava maravilha do mundo, os <strong>juros compostos</strong> são a chave para o crescimento patrimonial de longo prazo. Nossa calculadora permite visualizar como o reinvestimento dos rendimentos gera crescimento exponencial, ajudando a definir metas de poupança realistas com base no seu perfil de risco.',
29
+ },
30
+ {
31
+ type: 'paragraph',
32
+ html: 'Para contextualizar suas economias, o simulador de <strong>inflação histórica</strong> traduz o poder de compra de épocas passadas em valores atuais, permitindo entender quanto valor seu dinheiro realmente perdeu.',
33
+ },
34
+ {
35
+ type: 'title',
36
+ text: 'Finanças Imobiliárias: Hipotecas e Aluguel',
37
+ level: 2,
38
+ },
39
+ {
40
+ type: 'paragraph',
41
+ html: 'A moradia geralmente é a maior despesa no orçamento doméstico. O <strong>simulador de hipoteca</strong> gera tabelas de amortização completas, permitindo antecipar o impacto das mudanças nas taxas de juros. Para inquilinos, a <strong>calculadora de atualização de aluguel</strong> aplica os limites legais vigentes para garantir que o aluguel está em conformidade com a lei.',
42
+ },
43
+ {
44
+ type: 'title',
45
+ text: 'Direito Financeiro e Juros de Mora',
46
+ level: 2,
47
+ },
48
+ {
49
+ type: 'paragraph',
50
+ html: 'No domínio legal e fiscal, prazos e percentuais são críticos. Fornecemos ferramentas atualizadas para calcular a <strong>taxa de juros legal (3,25% em 2026)</strong> e juros de mora para dívidas civis ou tributárias, prevenindo acréscimos desnecessários por falta de informação.',
51
+ },
52
+ {
53
+ type: 'title',
54
+ text: 'Dados Bancários e Gestão de Percentuais',
55
+ level: 2,
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'As operações do dia a dia exigem agilidade. O <strong>conversor de IBAN para BIC/SWIFT</strong> valida a estrutura da sua conta para transferências internacionais seguras, enquanto nossa calculadora avançada de percentuais resolve variações em massa, proporções e cálculos automáticos de IVA.',
60
+ },
61
+ {
62
+ type: 'list',
63
+ items: [
64
+ '<strong>Dados Atualizados:</strong> Taxas de juros, limites de IPC e variáveis fiscais revisados para 2026.',
65
+ '<strong>Privacidade Total:</strong> Seus dados financeiros pessoais são processados estritamente no navegador sem armazenamento em servidor.',
66
+ '<strong>Rigor Matemático:</strong> Algoritmos de amortização e cálculo de juros reais seguindo padrões bancários europeus.',
67
+ '<strong>Transparência Legal:</strong> Ferramentas adaptadas à legislação vigente.',
68
+ ],
69
+ },
70
+ {
71
+ type: 'tip',
72
+ title: 'Conselho Estratégico de Poupança',
73
+ html: '<p><strong>Estratégia 2026:</strong> Em um ambiente de inflação persistente, manter dinheiro parado é uma perda garantida. Use o simulador de juros compostos para avaliar como pequenos aumentos na taxa de retorno impactam dramaticamente sua aposentadoria.</p>',
74
+ },
75
+ {
76
+ type: 'title',
77
+ text: 'Diversificação e Gestão de Risco: Portfólio Ótimo',
78
+ level: 2,
79
+ },
80
+ {
81
+ type: 'paragraph',
82
+ html: 'O risco não pode ser eliminado, mas pode ser gerenciado. A diversificação é a estratégia fundamental: não coloque todos os ovos numa cesta só. Nossas ferramentas permitem modelar um portfólio hipotético com diferentes proporções (60% ações, 30% títulos, 10% dinheiro) e projetar seu desempenho histórico em diferentes cenários de mercado.',
83
+ },
84
+ {
85
+ type: 'title',
86
+ text: 'Análise de Rentabilidade: ROI e Período de Payback',
87
+ level: 2,
88
+ },
89
+ {
90
+ type: 'paragraph',
91
+ html: 'Nem todos os investimentos são iguais. Um investimento que retorna 5% ao ano mas leva 10 anos para empatar é diferente de um que retorna 10% em 2 anos. Nossas calculadoras de ROI e período de payback permitem comparar oportunidades objetivamente.',
92
+ },
93
+ {
94
+ type: 'title',
95
+ text: 'Tributação e Deduções: Otimização Fiscal',
96
+ level: 2,
97
+ },
98
+ {
99
+ type: 'paragraph',
100
+ html: 'Os impostos consomem mais da metade do patrimônio de muitas pessoas. Saber quais despesas são dedutíveis, quais investimentos geram impostos diferidos (planos de previdência) e como solicitar reembolsos é a diferença entre ser um contribuinte passivo e ativo.',
101
+ },
102
+ {
103
+ type: 'title',
104
+ text: 'Criptomoedas e Ativos Digitais: Conversão e Valoração',
105
+ level: 2,
106
+ },
107
+ {
108
+ type: 'paragraph',
109
+ html: 'O futuro das finanças inclui ativos digitais. Nossa conversor de criptomoedas permite calcular avaliações em tempo real para Bitcoin, Ethereum e stablecoins, facilitando a tomada de decisões sem depender de aplicativos de terceiros opacos.',
110
+ },
111
+ {
112
+ type: 'title',
113
+ text: 'Planejamento de Aposentadoria Antecipada: FIRE (Independência Financeira, Aposentadoria Antecipada)',
114
+ level: 2,
115
+ },
116
+ {
117
+ type: 'paragraph',
118
+ html: 'A maioria das pessoas trabalha até os 65 por padrão. A <strong>calculadora FIRE de aposentadoria antecipada</strong> usa a regra dos 4% (você pode gastar 4% do seu capital anualmente indefinidamente) para calcular quanto capital você precisa acumular.',
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Retornos Ajustados à Inflação e Rentabilidade Real',
123
+ level: 2,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Seu investimento retornou 7% no ano passado. Parece bom. Mas se a inflação foi de 5%, seu retorno real foi de apenas 2%. Nossa <strong>calculadora de retorno real</strong> ajusta os retornos pela inflação histórica ou projetada, mostrando o verdadeiro poder de compra do seu investimento.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Custos de Transação e Taxas de Investimento',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Cada compra de ações tem uma comissão. Se você investir $1.000 e pagar 1% de comissão, investiu apenas $990. Em um horizonte de 30 anos, essas comissões corroem significativamente seu retorno final. Nosso <strong>analisador de impacto de taxas</strong> mostra como diferentes estruturas de custo afetam seu retorno.',
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: 'Rumo à Soberania Financeira Pessoal',
141
+ level: 2,
142
+ },
143
+ {
144
+ type: 'paragraph',
145
+ html: 'O futuro das finanças é <strong>autocustódia e compreensão técnica</strong>. Confiar no que o banco diz não é mais suficiente. Essas ferramentas dão a você a capacidade de auditar cada centavo, cada cobrança de juros e cada contrato, permitindo navegar pelo sistema financeiro com a confiança que o conhecimento matemático proporciona.',
146
+ },
147
+ {
148
+ type: 'stats',
149
+ items: [
150
+ { value: '3,25%', label: 'Juros Legais', icon: 'mdi:bank' },
151
+ { value: 'Histórica', label: 'Inflação', icon: 'mdi:trending-up' },
152
+ { value: 'Técnica', label: 'Amortização', icon: 'mdi:calculator' },
153
+ { value: 'Exponencial', label: 'Investimento', icon: 'mdi:chart-line' },
154
+ ],
155
+ columns: 2,
156
+ },
157
+ ],
158
+ };