@jjlmoya/utils-finance 1.3.0 → 1.6.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.
- package/package.json +2 -1
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +3 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tool/compoundInterest/i18n/de.ts +208 -0
- package/src/tool/compoundInterest/i18n/id.ts +208 -0
- package/src/tool/compoundInterest/i18n/it.ts +208 -0
- package/src/tool/compoundInterest/i18n/ja.ts +207 -0
- package/src/tool/compoundInterest/i18n/ko.ts +207 -0
- package/src/tool/compoundInterest/i18n/nl.ts +208 -0
- package/src/tool/compoundInterest/i18n/pl.ts +208 -0
- package/src/tool/compoundInterest/i18n/pt.ts +208 -0
- package/src/tool/compoundInterest/i18n/ru.ts +208 -0
- package/src/tool/compoundInterest/i18n/sv.ts +208 -0
- package/src/tool/compoundInterest/i18n/tr.ts +208 -0
- package/src/tool/compoundInterest/i18n/zh.ts +202 -0
- package/src/tool/compoundInterest/index.ts +15 -7
- package/src/tool/courtFeeCalculator/i18n/de.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/fr.ts +1 -1
- package/src/tool/courtFeeCalculator/i18n/id.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/it.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/ja.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/ko.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/nl.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/pl.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/pt.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/ru.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/sv.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/tr.ts +152 -0
- package/src/tool/courtFeeCalculator/i18n/zh.ts +152 -0
- package/src/tool/courtFeeCalculator/index.ts +16 -8
- package/src/tool/debtSnowball/i18n/de.ts +160 -0
- package/src/tool/debtSnowball/i18n/id.ts +160 -0
- package/src/tool/debtSnowball/i18n/it.ts +160 -0
- package/src/tool/debtSnowball/i18n/ja.ts +157 -0
- package/src/tool/debtSnowball/i18n/ko.ts +160 -0
- package/src/tool/debtSnowball/i18n/nl.ts +160 -0
- package/src/tool/debtSnowball/i18n/pl.ts +160 -0
- package/src/tool/debtSnowball/i18n/pt.ts +160 -0
- package/src/tool/debtSnowball/i18n/ru.ts +160 -0
- package/src/tool/debtSnowball/i18n/sv.ts +160 -0
- package/src/tool/debtSnowball/i18n/tr.ts +160 -0
- package/src/tool/debtSnowball/i18n/zh.ts +160 -0
- package/src/tool/debtSnowball/index.ts +17 -9
- package/src/tool/fireCalculator/component.astro +12 -3
- package/src/tool/fireCalculator/i18n/de.ts +261 -0
- package/src/tool/fireCalculator/i18n/en.ts +5 -5
- package/src/tool/fireCalculator/i18n/es.ts +2 -2
- package/src/tool/fireCalculator/i18n/fr.ts +5 -5
- package/src/tool/fireCalculator/i18n/id.ts +261 -0
- package/src/tool/fireCalculator/i18n/it.ts +261 -0
- package/src/tool/fireCalculator/i18n/ja.ts +261 -0
- package/src/tool/fireCalculator/i18n/ko.ts +261 -0
- package/src/tool/fireCalculator/i18n/nl.ts +261 -0
- package/src/tool/fireCalculator/i18n/pl.ts +261 -0
- package/src/tool/fireCalculator/i18n/pt.ts +261 -0
- package/src/tool/fireCalculator/i18n/ru.ts +261 -0
- package/src/tool/fireCalculator/i18n/sv.ts +261 -0
- package/src/tool/fireCalculator/i18n/tr.ts +261 -0
- package/src/tool/fireCalculator/i18n/zh.ts +261 -0
- package/src/tool/fireCalculator/index.ts +15 -7
- package/src/tool/ibanBicSwiftConverter/i18n/de.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/id.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/it.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/ja.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/ko.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/nl.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/pl.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/pt.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/ru.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/sv.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/tr.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/i18n/zh.ts +128 -0
- package/src/tool/ibanBicSwiftConverter/index.ts +15 -7
- package/src/tool/inflation/i18n/de.ts +297 -0
- package/src/tool/inflation/i18n/id.ts +297 -0
- package/src/tool/inflation/i18n/it.ts +297 -0
- package/src/tool/inflation/i18n/ja.ts +297 -0
- package/src/tool/inflation/i18n/ko.ts +297 -0
- package/src/tool/inflation/i18n/nl.ts +297 -0
- package/src/tool/inflation/i18n/pl.ts +297 -0
- package/src/tool/inflation/i18n/pt.ts +297 -0
- package/src/tool/inflation/i18n/ru.ts +297 -0
- package/src/tool/inflation/i18n/sv.ts +297 -0
- package/src/tool/inflation/i18n/tr.ts +297 -0
- package/src/tool/inflation/i18n/zh.ts +297 -0
- package/src/tool/inflation/index.ts +17 -9
- package/src/tool/lateInterest/i18n/de.ts +224 -0
- package/src/tool/lateInterest/i18n/id.ts +224 -0
- package/src/tool/lateInterest/i18n/it.ts +224 -0
- package/src/tool/lateInterest/i18n/ja.ts +224 -0
- package/src/tool/lateInterest/i18n/ko.ts +224 -0
- package/src/tool/lateInterest/i18n/nl.ts +224 -0
- package/src/tool/lateInterest/i18n/pl.ts +224 -0
- package/src/tool/lateInterest/i18n/pt.ts +224 -0
- package/src/tool/lateInterest/i18n/ru.ts +224 -0
- package/src/tool/lateInterest/i18n/sv.ts +224 -0
- package/src/tool/lateInterest/i18n/tr.ts +224 -0
- package/src/tool/lateInterest/i18n/zh.ts +224 -0
- package/src/tool/lateInterest/index.ts +17 -9
- package/src/tool/legalInterestRate/i18n/de.ts +143 -0
- package/src/tool/legalInterestRate/i18n/id.ts +143 -0
- package/src/tool/legalInterestRate/i18n/it.ts +143 -0
- package/src/tool/legalInterestRate/i18n/ja.ts +143 -0
- package/src/tool/legalInterestRate/i18n/ko.ts +143 -0
- package/src/tool/legalInterestRate/i18n/nl.ts +143 -0
- package/src/tool/legalInterestRate/i18n/pl.ts +143 -0
- package/src/tool/legalInterestRate/i18n/pt.ts +143 -0
- package/src/tool/legalInterestRate/i18n/ru.ts +143 -0
- package/src/tool/legalInterestRate/i18n/sv.ts +143 -0
- package/src/tool/legalInterestRate/i18n/tr.ts +143 -0
- package/src/tool/legalInterestRate/i18n/zh.ts +143 -0
- package/src/tool/legalInterestRate/index.ts +17 -9
- package/src/tool/lotteryOptimizer/i18n/de.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/id.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/it.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/ja.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/ko.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/nl.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/pl.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/pt.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/ru.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/sv.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/tr.ts +177 -0
- package/src/tool/lotteryOptimizer/i18n/zh.ts +177 -0
- package/src/tool/lotteryOptimizer/index.ts +17 -9
- package/src/tool/mortgage/i18n/de.ts +223 -0
- package/src/tool/mortgage/i18n/id.ts +219 -0
- package/src/tool/mortgage/i18n/it.ts +223 -0
- package/src/tool/mortgage/i18n/ja.ts +219 -0
- package/src/tool/mortgage/i18n/ko.ts +219 -0
- package/src/tool/mortgage/i18n/nl.ts +219 -0
- package/src/tool/mortgage/i18n/pl.ts +219 -0
- package/src/tool/mortgage/i18n/pt.ts +219 -0
- package/src/tool/mortgage/i18n/ru.ts +219 -0
- package/src/tool/mortgage/i18n/sv.ts +219 -0
- package/src/tool/mortgage/i18n/tr.ts +219 -0
- package/src/tool/mortgage/i18n/zh.ts +219 -0
- package/src/tool/mortgage/index.ts +15 -7
- package/src/tool/percentageCalculator/i18n/de.ts +229 -0
- package/src/tool/percentageCalculator/i18n/id.ts +229 -0
- package/src/tool/percentageCalculator/i18n/it.ts +229 -0
- package/src/tool/percentageCalculator/i18n/ja.ts +229 -0
- package/src/tool/percentageCalculator/i18n/ko.ts +229 -0
- package/src/tool/percentageCalculator/i18n/nl.ts +229 -0
- package/src/tool/percentageCalculator/i18n/pl.ts +229 -0
- package/src/tool/percentageCalculator/i18n/pt.ts +229 -0
- package/src/tool/percentageCalculator/i18n/ru.ts +229 -0
- package/src/tool/percentageCalculator/i18n/sv.ts +229 -0
- package/src/tool/percentageCalculator/i18n/tr.ts +229 -0
- package/src/tool/percentageCalculator/i18n/zh.ts +229 -0
- package/src/tool/percentageCalculator/index.ts +15 -7
- package/src/tool/rentIncreaseCalculator/i18n/de.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/id.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/it.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/ja.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/ko.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/nl.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/pl.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/pt.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/ru.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/sv.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/tr.ts +136 -0
- package/src/tool/rentIncreaseCalculator/i18n/zh.ts +136 -0
- package/src/tool/rentIncreaseCalculator/index.ts +17 -9
- package/src/types.ts +1 -1
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { CompoundInterestUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'interesse-composto';
|
|
6
|
+
const title = 'Calcolatore di Interesse Composto: Visualizza la tua ricchezza futura';
|
|
7
|
+
const description =
|
|
8
|
+
'Scopri come piccoli investimenti si trasformano in grandi fortune. Lo strumento definitivo per pianificare la tua libertà finanziaria e la tua pensione.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Cos’è l’interesse composto?',
|
|
13
|
+
answer:
|
|
14
|
+
'È l’interesse calcolato sul capitale iniziale e anche sugli interessi accumulati dei periodi precedenti. Ciò genera una crescita esponenziale dell’investimento nel tempo.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Qual è la differenza con l’interesse semplice?',
|
|
18
|
+
answer:
|
|
19
|
+
'Nell’interesse semplice, gli interessi sono calcolati solo sul capitale iniziale. Nel composto, gli interessi vengono reinvestiti, il che significa che „i tuoi interessi generano altri interessi”.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Cos’è la „Regola del 72”?',
|
|
23
|
+
answer:
|
|
24
|
+
'È una formula rapida per stimare quanto tempo impiegherà un investimento a raddoppiare: dividi 72 per il tasso di rendimento annuo. Ad esempio, all’8% annuo, raddoppierai i tuoi soldi in 9 anni.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Perché è importante iniziare a investire da giovani?',
|
|
28
|
+
answer:
|
|
29
|
+
'A causa dell’effetto esponenziale, il fattore più determinante non è la quantità di denaro risparmiata, ma il tempo. Iniziare qualche anno prima può portare a una ricchezza finale molto maggiore grazie alla capitalizzazione.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Inserire il capitale iniziale',
|
|
36
|
+
text: 'Scrivi la quantità di denaro con cui inizierai il tuo piano di investimento.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Definire i contributi periodici',
|
|
40
|
+
text: 'Indica quanto denaro risparmierai e investirai ogni mese o ogni anno in aggiunta.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Stimare il rendimento annuo',
|
|
44
|
+
text: 'Inserisci la percentuale di profitto annuo che prevedi di ottenere (es. 7% per l’S&P 500 storico).',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Regolare l’orizzonte temporale',
|
|
48
|
+
text: 'Scegli per quanti anni manterrai l’investimento per visualizzare la crescita esponenziale del tuo capitale.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'FinanceApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'it',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<CompoundInterestUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'Domande Frequenti',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: 'Fonti e Riferimenti',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'Investopedia: Compound Interest Definition',
|
|
96
|
+
url: 'https://www.investopedia.com/terms/c/compoundinterest.asp',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'Investopedia: Rule of 72',
|
|
100
|
+
url: 'https://www.investopedia.com/terms/r/ruleof72.asp',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: 'Khan Academy: Interest and Debt',
|
|
104
|
+
url: 'https://it.khanacademy.org/economics-finance-domain/core-finance/interest-tutorial',
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
howTo: howToData,
|
|
108
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
|
+
seo: [
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: 'La Magia dell’Interesse Composto: Costruisci la tua ricchezza in modo esponenziale',
|
|
113
|
+
level: 2,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'Albert Einstein lo definì l’„ottava meraviglia del mondo”. L’<strong>interesse composto</strong> è il meccanismo più potente per generare ricchezza a lungo termine. Non devi essere un esperto di finanza per approfittarne: serve solo tempo, pazienza e denaro investito.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: 'Interesse Semplice vs Composto: La metafora della palla di neve',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Immagina di avere una palla di neve in cima a una collina. L’<strong>interesse semplice</strong> è come far rotolare quella palla e dover aggiungere neve manualmente ogni metro per farla crescere. L’<strong>interesse composto</strong> è invece come lasciare che la palla rotoli da sola: raccoglie neve autonomamente e, più diventa grande, più superficie ha per raccogliere <em>ancora più</em> neve a ogni giro.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'comparative',
|
|
130
|
+
columns: 2,
|
|
131
|
+
items: [
|
|
132
|
+
{
|
|
133
|
+
title: 'Interesse Semplice',
|
|
134
|
+
description: 'Gli interessi sono calcolati sempre sul capitale iniziale.',
|
|
135
|
+
points: [
|
|
136
|
+
'Formula: Capitale × Tasso × Tempo',
|
|
137
|
+
'Crescita lineare e prevedibile',
|
|
138
|
+
'Utilizzato in prestiti a breve termine',
|
|
139
|
+
'Nessun reinvestimento dei profitti',
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: 'Interesse Composto',
|
|
144
|
+
description: 'Gli interessi si sommano al capitale e generano nuovi interessi.',
|
|
145
|
+
highlight: true,
|
|
146
|
+
points: [
|
|
147
|
+
'Formula: Capitale × (1 + Tasso)^Tempo',
|
|
148
|
+
'Crescita esponenziale accelerata',
|
|
149
|
+
'Base di ogni investimento a lungo termine',
|
|
150
|
+
'I tuoi profitti generano altri profitti',
|
|
151
|
+
],
|
|
152
|
+
},
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'paragraph',
|
|
157
|
+
html: 'Matematicamente, i tuoi profitti generano nuovi profitti. Nei primi anni sembra lento, ma superato il „punto di svolta”, la curva s’impenna verticalmente. È qui che si creano le vere fortune.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
type: 'title',
|
|
161
|
+
text: 'Perché il tempo è il tuo miglior alleato?',
|
|
162
|
+
level: 3,
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'paragraph',
|
|
166
|
+
html: 'Il fattore più determinante non è la quantità di denaro che investi, ma <strong>per quanti anni lo lasci crescere</strong>. Iniziare 10 anni prima può portare a una ricchezza finale 2 o 3 volte superiore, anche se investi meno denaro totale. Questo effetto esponenziale è il motivo per cui i giovani investitori hanno un vantaggio incomparabile.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'tip',
|
|
170
|
+
title: 'La Regola del 72',
|
|
171
|
+
html: '<p>Dividi 72 per il tuo rendimento annuo per sapere quanti anni impiegherai a <strong>raddoppiare i tuoi soldi</strong>.</p><p><em>Esempio: All’8%, raddoppi ogni 9 anni (72/8 = 9).</em></p><p>Questa formula magica funziona per qualsiasi tasso di rendimento e ti aiuta a stimare rapidamente la crescita dei tuoi investimenti.</p>',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: 'Consiglio 2026',
|
|
176
|
+
html: '<p>L’inflazione rimane un fattore. Assicurati che il tuo rendimento netto superi almeno il 2-3% annuo per non perdere potere d’acquisto. Investi in asset che crescono più velocemente dell’inflazione.</p>',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'title',
|
|
180
|
+
text: 'Frequenza di Capitalizzazione: È importante?',
|
|
181
|
+
level: 3,
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'paragraph',
|
|
185
|
+
html: 'L’interesse può capitalizzarsi annualmente, semestralmente, trimestralmente, mensilmente o perfino quotidianamente. Più <strong>frequente è la capitalizzazione</strong>, maggiore sarà l’effetto composto. Un medesimo capitale con lo stesso tasso crescerà di più se l’interesse si compone mensilmente rispetto a una composizione annuale.',
|
|
186
|
+
},
|
|
187
|
+
],
|
|
188
|
+
ui: {
|
|
189
|
+
labelTitle: 'Simulatore di Investimento',
|
|
190
|
+
labelRealtime: 'Tempo reale',
|
|
191
|
+
labelInitial: 'Capitale Iniziale',
|
|
192
|
+
labelMonthly: 'Contributo Mensile',
|
|
193
|
+
labelRate: 'Rend. Annuo',
|
|
194
|
+
labelYears: 'Anni',
|
|
195
|
+
labelMyMoney: 'I tuoi soldi',
|
|
196
|
+
labelProfit: 'Profitto (Interessi)',
|
|
197
|
+
labelTotal: 'Totale Accumulato',
|
|
198
|
+
labelYear: 'Anno',
|
|
199
|
+
labelPrincipal: 'I tuoi soldi (Capitale)',
|
|
200
|
+
labelInterest: 'Interessi Generati',
|
|
201
|
+
insightPrefix: '[TIP] Nell’anno ',
|
|
202
|
+
insightSuffix:
|
|
203
|
+
', i tuoi interessi annui generati supereranno i tuoi contributi. Il denaro lavora già più di te!',
|
|
204
|
+
currencySymbol: '€',
|
|
205
|
+
currencyCode: 'EUR',
|
|
206
|
+
currencyLocale: 'it-IT',
|
|
207
|
+
},
|
|
208
|
+
};
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { CompoundInterestUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'compound-interest-calculator';
|
|
6
|
+
const title = '複利計算機:将来の資産を可視化する';
|
|
7
|
+
const description =
|
|
8
|
+
'小さな投資がどのように大きな資産に変わるかを発見しましょう。財務的自由と引退計画を立てるための究極のツールです。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '複利とは何ですか?',
|
|
13
|
+
answer:
|
|
14
|
+
'元本だけでなく、それ以前の期間に発生した利息に対しても計算される利息のことです。これにより、時間の経過とともに投資が指数関数的に成長します。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '単利との違いは何ですか?',
|
|
18
|
+
answer:
|
|
19
|
+
'単利では、利息は当初の元本に対してのみ計算されます。複利では利息が再投資されるため、「利息がさらなる利息を生む」ことになります。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '「72の法則」とは何ですか?',
|
|
23
|
+
answer:
|
|
24
|
+
'投資が2倍になるまでにかかる時間を推定するための簡単な公式です。72を年利回りで割ります。例えば年利8%の場合、9年で資金が2倍になります。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'なぜ若いうちに投資を始めることが重要なのですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'指数関数的な効果があるため、決定的な要因は貯蓄額ではなく「時間」です。数年早く始めるだけで、複利効果により最終的な資産額が大幅に大きくなる可能性があります。',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '初期投資額を入力する',
|
|
36
|
+
text: '投資計画を開始する際の金額を入力します。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '定期的な積立額を設定する',
|
|
40
|
+
text: '毎月または毎年、追加で貯蓄・投資する金額を指定します。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '想定年利を入力する',
|
|
44
|
+
text: '期待する年間の収益率を入力します(例:歴史的なS&P 500の場合は7%)。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '投資期間を調整する',
|
|
48
|
+
text: '指数関数的な資産の成長を可視化するために、投資を維持する年数を選択します。',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'FinanceApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
83
|
+
inLanguage: 'ja',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<CompoundInterestUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'よくある質問',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: '情報源とリファレンス',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'Investopedia: Compound Interest Definition',
|
|
96
|
+
url: 'https://www.investopedia.com/terms/c/compoundinterest.asp',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'Investopedia: Rule of 72',
|
|
100
|
+
url: 'https://www.investopedia.com/terms/r/ruleof72.asp',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: '複利の計算 - Wikipedia',
|
|
104
|
+
url: 'https://ja.wikipedia.org/wiki/複利',
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
howTo: howToData,
|
|
108
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
|
+
seo: [
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: '複利の魔術:資産を指数関数的に築く',
|
|
113
|
+
level: 2,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'アルベルト・アインシュタインは複利を「世界最高の発明」と呼びました。<strong>複利</strong>は、長期的に富を築くための最も強力なメカニズムです。金融の専門家である必要はありません。必要なのは時間、忍耐、そして投資された資金だけです。',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: '単利 vs 複利:雪だるまの比喩',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: '丘の上で雪だるまを作っていると想像してください。<strong>単利</strong>は、その雪玉を転がしながら、大きくなるように1メートルごとに手作業で雪を追加していくようなものです。<strong>複利</strong>は、雪玉を自分から転がすようなものです。転がるうちに勝手に雪を拾い、大きくなればなるほど、一回転で<em>さらに多くの</em>雪を拾う面積が増えていきます。',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'comparative',
|
|
130
|
+
columns: 2,
|
|
131
|
+
items: [
|
|
132
|
+
{
|
|
133
|
+
title: '単利',
|
|
134
|
+
description: '利息は常に当初の元本に対してのみ計算されます。',
|
|
135
|
+
points: [
|
|
136
|
+
'公式:元本 × 利率 × 期間',
|
|
137
|
+
'線形で予測可能な成長',
|
|
138
|
+
'短期ローンなどで使用',
|
|
139
|
+
'利益の再投資なし',
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: '複利',
|
|
144
|
+
description: '利息が元本に加算され、新しい利息を生みます。',
|
|
145
|
+
highlight: true,
|
|
146
|
+
points: [
|
|
147
|
+
'公式:元本 × (1 + 利率)^期間',
|
|
148
|
+
'加速的な指数関数的成長',
|
|
149
|
+
'あらゆる長期投資の基礎',
|
|
150
|
+
'利益がさらなる利益を生む',
|
|
151
|
+
],
|
|
152
|
+
},
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'paragraph',
|
|
157
|
+
html: '数学的に、あなたの利益が新しい利益を生み出します。最初の数年間はゆっくりに見えますが、「ティッピングポイント(転換点)」を過ぎると、曲線は垂直に上昇します。ここで真の資産が形成されます。',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
type: 'title',
|
|
161
|
+
text: 'なぜ時間は最大の味方なのか?',
|
|
162
|
+
level: 3,
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'paragraph',
|
|
166
|
+
html: '最も決定的な要因は、投資する金額ではなく、<strong>何年間成長させ続けるか</strong>です。10年早く始めるだけで、合計の投資額が少なくても、最終的な資産が2倍、3倍になることがあります。この指数関数的な効果こそが、若い投資家が比類なき優位性を持つ理由です。',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'tip',
|
|
170
|
+
title: '72の法則',
|
|
171
|
+
html: '<p>72を年利回りで割ると、<strong>資金が2倍になる</strong>までにかかる年数がわかります。</p><p><em>例:年利8%の場合、9年ごとに倍になります(72 / 8 = 9)。</em></p><p>この魔法の公式はどんな収益率にも当てはまり、投資の成長を素早く推定するのに役立ちます。</p>',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: '2026年のアドバイス',
|
|
176
|
+
html: '<p>インフレは依然として考慮すべき要因です。購買力を失わないために、実質利回りが少なくとも年間2〜3%を超えるようにしましょう。インフレよりも速く成長する資産に投資してください。</p>',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'title',
|
|
180
|
+
text: '利息の計算頻度:重要ですか?',
|
|
181
|
+
level: 3,
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'paragraph',
|
|
185
|
+
html: '利息は、年、半年、四半期、月、あるいは毎日といった頻度で再投資(複利計算)されます。<strong>複利計算の頻度が高いほど</strong>、複利効果は大きくなります。同じ元本と同じ利率でも、年複利よりも月複利の方が資産はより大きく成長します。',
|
|
186
|
+
},
|
|
187
|
+
],
|
|
188
|
+
ui: {
|
|
189
|
+
labelTitle: '投資シミュレーター',
|
|
190
|
+
labelRealtime: 'リアルタイム',
|
|
191
|
+
labelInitial: '初期投資額',
|
|
192
|
+
labelMonthly: '毎月の積立額',
|
|
193
|
+
labelRate: '年利回り',
|
|
194
|
+
labelYears: '投資期間(年)',
|
|
195
|
+
labelMyMoney: '元本合計',
|
|
196
|
+
labelProfit: '投資収益(利息)',
|
|
197
|
+
labelTotal: '資産総額',
|
|
198
|
+
labelYear: '経過年数',
|
|
199
|
+
labelPrincipal: '元本',
|
|
200
|
+
labelInterest: '累積利息',
|
|
201
|
+
insightPrefix: '[TIP] ',
|
|
202
|
+
insightSuffix: '年目に、発生した年間利息が積立額を上回ります。あなたよりもお金が働いている状態です!',
|
|
203
|
+
currencySymbol: '¥',
|
|
204
|
+
currencyCode: 'JPY',
|
|
205
|
+
currencyLocale: 'ja-JP',
|
|
206
|
+
},
|
|
207
|
+
};
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { CompoundInterestUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'compound-interest-calculator';
|
|
6
|
+
const title = '복리 계산기: 미래의 자산을 시각화하세요';
|
|
7
|
+
const description =
|
|
8
|
+
'작은 투자가 어떻게 거대한 자산으로 변하는지 확인해 보세요. 재무적 자유와 은퇴 계획을 위한 궁극의 도구입니다.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '복리란 무엇인가요?',
|
|
13
|
+
answer:
|
|
14
|
+
'원금뿐만 아니라 이전 기간까지 발생한 이자에 대해서도 계산되는 이자를 의미합니다. 이는 시간이 지남에 따라 투자가 지수 함수적으로 성장하게 만듭니다.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '단리와의 차이점은 무엇인가요?',
|
|
18
|
+
answer:
|
|
19
|
+
"단리는 오직 원금에 대해서만 이자가 계산됩니다. 복리는 이자가 재투자되어 '이자가 또 다른 이자를 낳는' 구조를 가집니다.",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: "'72의 법칙'이란 무엇인가요?",
|
|
23
|
+
answer:
|
|
24
|
+
'투자가 두 배로 늘어나는 데 걸리는 시간을 추정하는 간편한 공식입니다. 72를 연수익률로 나눕니다. 예를 들어 연 8% 수익률이라면 9년 뒤에 원금이 두 배가 됩니다.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '왜 어릴 때부터 투자를 시작하는 것이 중요한가요?',
|
|
28
|
+
answer:
|
|
29
|
+
'지수 함수적 효과로 인해 가장 결정적인 요인은 저축액이 아닌 시간입니다. 몇 년 먼저 시작하는 것만으로도 복리 효과를 통해 최종 자산이 훨씬 더 커질 수 있습니다.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '초기 자본 입력하기',
|
|
36
|
+
text: '투자 계획을 시작할 때의 원금을 입력합니다.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '정기 적립액 설정하기',
|
|
40
|
+
text: '매월 또는 매년 추가로 저축하고 투자할 금액을 입력합니다.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '예상 연수익률 추정하기',
|
|
44
|
+
text: '기대하는 연간 수익률을 입력합니다 (예: 역사적인 S&P 500의 경우 7%).',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '투자 기간 조정하기',
|
|
48
|
+
text: '자산의 지수 함수적 성장을 확인하기 위해 투자를 유지할 기간(년)을 선택합니다.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'FinanceApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' },
|
|
83
|
+
inLanguage: 'ko',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<CompoundInterestUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: '자주 묻는 질문',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: '출처 및 참고 자료',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'Investopedia: Compound Interest Definition',
|
|
96
|
+
url: 'https://www.investopedia.com/terms/c/compoundinterest.asp',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'Investopedia: Rule of 72',
|
|
100
|
+
url: 'https://www.investopedia.com/terms/r/ruleof72.asp',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: '복리의 개념 - 위키백과',
|
|
104
|
+
url: 'https://ko.wikipedia.org/wiki/복리',
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
howTo: howToData,
|
|
108
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
|
+
seo: [
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: '복리의 마법: 자산을 지수 함수적으로 쌓아가는 법',
|
|
113
|
+
level: 2,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: '알베르트 아인슈타인은 복리를 "세계 8대 불가사의"라고 불렀습니다. <strong>복리</strong>는 장기적으로 자산을 증식시키는 가장 강력한 메커니즘입니다. 금융 전문가가 될 필요는 없습니다. 오직 시간과 인내심, 그리고 투자된 자금만 있으면 됩니다.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: '단리 vs 복리: 눈덩이 비유',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: '언덕 꼭대기에서 눈덩이를 굴리고 있다고 상상해 보세요. <strong>단리</strong>는 눈덩이를 굴리면서 매 미터마다 수동으로 눈을 덧붙여 키우는 것과 같습니다. 반면 <strong>복리</strong>는 눈덩이가 스스로 구르게 두는 것과 같습니다. 스스로 눈을 뭉치며 커지고, 커질수록 매 회전마다 <em>더 많은</em> 눈을 뭉칠 수 있는 면적이 넓어집니다.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'comparative',
|
|
130
|
+
columns: 2,
|
|
131
|
+
items: [
|
|
132
|
+
{
|
|
133
|
+
title: '단리',
|
|
134
|
+
description: '이자는 항상 처음 초기 원금에 대해서만 계산됩니다.',
|
|
135
|
+
points: [
|
|
136
|
+
'공식: 원금 × 이율 × 기간',
|
|
137
|
+
'선형적이고 예측 가능한 성장',
|
|
138
|
+
'단기 대출 등에 흔히 사용',
|
|
139
|
+
'수익의 재투자 없음',
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: '복리',
|
|
144
|
+
description: '이자가 원금에 합산되어 새로운 이자를 창출합니다.',
|
|
145
|
+
highlight: true,
|
|
146
|
+
points: [
|
|
147
|
+
'공식: 원금 × (1 + 이율)^기간',
|
|
148
|
+
'가속화되는 지수 함수적 성장',
|
|
149
|
+
'모든 장기 투자의 기초',
|
|
150
|
+
'수익이 또 다른 수익을 창출',
|
|
151
|
+
],
|
|
152
|
+
},
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'paragraph',
|
|
157
|
+
html: '수학적으로 수익이 새로운 수익을 낳습니다. 초기 몇 년은 느려 보일 수 있지만, "임계점"을 지나는 순간 곡선은 가파르게 상승합니다. 진정한 부는 바로 여기서 탄생합니다.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
type: 'title',
|
|
161
|
+
text: '왜 시간이 최고의 아군인가요?',
|
|
162
|
+
level: 3,
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'paragraph',
|
|
166
|
+
html: '가장 결정적인 요인은 투자하는 금액이 아니라 <strong>얼마나 오랫동안 성장하게 두느냐</strong>입니다. 10년 일찍 시작하는 것만으로도 전체 투자 금액이 적더라도 최종 자산이 2~3배 더 커질 수 있습니다. 이러한 지수 함수적 효과가 젊은 투자자들이 압도적인 우위를 점하는 이유입니다.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'tip',
|
|
170
|
+
title: '72의 법칙',
|
|
171
|
+
html: '<p>72를 연수익률로 나누면 <strong>원금이 두 배가 되는 데</strong> 걸리는 시간을 알 수 있습니다.</p><p><em>예: 수익률 8%일 때, 9년마다 원금이 두 배가 됩니다 (72/8 = 9).</em></p><p>이 마법의 공식은 어떤 수익률에도 적용되며 투자의 성장을 빠르게 추정하는 데 도움을 줍니다.',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'tip',
|
|
175
|
+
title: '2026년 조언',
|
|
176
|
+
html: '<p>인플레이션은 여전히 중요한 요소입니다. 구매력을 잃지 않으려면 실질 수익률이 최소 연 2~3%를 넘도록 하세요. 인플레이션보다 빠르게 성장하는 자산에 투자하십시오.</p>',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'title',
|
|
180
|
+
text: '복리 빈도: 정말 중요한가요?',
|
|
181
|
+
level: 3,
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'paragraph',
|
|
185
|
+
html: '이자는 연간, 반기별, 분기별, 월간 또는 매일 복리로 계산될 수 있습니다. <strong>복리 빈도가 높을수록</strong> 복리 효과는 커집니다. 동일한 원금과 수익률이라도 연 복리보다 월 복리로 계산될 때 자산은 더 크게 성장합니다.',
|
|
186
|
+
},
|
|
187
|
+
],
|
|
188
|
+
ui: {
|
|
189
|
+
labelTitle: '투자 시뮬레이터',
|
|
190
|
+
labelRealtime: '실시간',
|
|
191
|
+
labelInitial: '초기 적립액',
|
|
192
|
+
labelMonthly: '월 적립액',
|
|
193
|
+
labelRate: '연수익률',
|
|
194
|
+
labelYears: '투자 기간 (년)',
|
|
195
|
+
labelMyMoney: '내 원금',
|
|
196
|
+
labelProfit: '투자 수익 (이자)',
|
|
197
|
+
labelTotal: '최종 자산 총액',
|
|
198
|
+
labelYear: '연차',
|
|
199
|
+
labelPrincipal: '내 원금 (원금)',
|
|
200
|
+
labelInterest: '발생 이자',
|
|
201
|
+
insightPrefix: '[TIP] ',
|
|
202
|
+
insightSuffix: '년째 되는 해에, 연간 발생 이자가 적립액을 넘어섭니다. 돈이 당신보다 더 열심히 일하고 있어요!',
|
|
203
|
+
currencySymbol: '₩',
|
|
204
|
+
currencyCode: 'KRW',
|
|
205
|
+
currencyLocale: 'ko-KR',
|
|
206
|
+
},
|
|
207
|
+
};
|