@jjlmoya/utils-finance 1.1.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 (133) hide show
  1. package/package.json +64 -0
  2. package/src/category/i18n/en.ts +159 -0
  3. package/src/category/i18n/es.ts +159 -0
  4. package/src/category/i18n/fr.ts +159 -0
  5. package/src/category/index.ts +24 -0
  6. package/src/category/seo.astro +15 -0
  7. package/src/components/PreviewNavSidebar.astro +116 -0
  8. package/src/components/PreviewToolbar.astro +143 -0
  9. package/src/data.ts +11 -0
  10. package/src/env.d.ts +5 -0
  11. package/src/index.ts +32 -0
  12. package/src/layouts/PreviewLayout.astro +117 -0
  13. package/src/pages/[locale]/[slug].astro +146 -0
  14. package/src/pages/[locale].astro +251 -0
  15. package/src/pages/index.astro +4 -0
  16. package/src/tests/faq_count.test.ts +19 -0
  17. package/src/tests/locale_completeness.test.ts +39 -0
  18. package/src/tests/mocks/astro_mock.js +2 -0
  19. package/src/tests/no_h1_in_components.test.ts +48 -0
  20. package/src/tests/schemas_fulfillment.test.ts +23 -0
  21. package/src/tests/seo_length.test.ts +23 -0
  22. package/src/tests/title_quality.test.ts +55 -0
  23. package/src/tests/tool_validation.test.ts +17 -0
  24. package/src/tool/compoundInterest/bibliography.astro +14 -0
  25. package/src/tool/compoundInterest/component.astro +697 -0
  26. package/src/tool/compoundInterest/i18n/en.ts +212 -0
  27. package/src/tool/compoundInterest/i18n/es.ts +212 -0
  28. package/src/tool/compoundInterest/i18n/fr.ts +212 -0
  29. package/src/tool/compoundInterest/index.ts +34 -0
  30. package/src/tool/compoundInterest/logic.ts +40 -0
  31. package/src/tool/compoundInterest/seo.astro +14 -0
  32. package/src/tool/compoundInterest/ui.ts +19 -0
  33. package/src/tool/courtFeeCalculator/bibliography.astro +14 -0
  34. package/src/tool/courtFeeCalculator/component.astro +427 -0
  35. package/src/tool/courtFeeCalculator/i18n/en.ts +268 -0
  36. package/src/tool/courtFeeCalculator/i18n/es.ts +268 -0
  37. package/src/tool/courtFeeCalculator/i18n/fr.ts +268 -0
  38. package/src/tool/courtFeeCalculator/index.ts +33 -0
  39. package/src/tool/courtFeeCalculator/logic.ts +86 -0
  40. package/src/tool/courtFeeCalculator/seo.astro +14 -0
  41. package/src/tool/courtFeeCalculator/ui.ts +31 -0
  42. package/src/tool/debtSnowball/bibliography.astro +14 -0
  43. package/src/tool/debtSnowball/component.astro +1052 -0
  44. package/src/tool/debtSnowball/i18n/en.ts +288 -0
  45. package/src/tool/debtSnowball/i18n/es.ts +288 -0
  46. package/src/tool/debtSnowball/i18n/fr.ts +288 -0
  47. package/src/tool/debtSnowball/index.ts +37 -0
  48. package/src/tool/debtSnowball/logic.ts +156 -0
  49. package/src/tool/debtSnowball/seo.astro +14 -0
  50. package/src/tool/debtSnowball/ui.ts +49 -0
  51. package/src/tool/fireCalculator/bibliography.astro +14 -0
  52. package/src/tool/fireCalculator/component.astro +689 -0
  53. package/src/tool/fireCalculator/i18n/en.ts +261 -0
  54. package/src/tool/fireCalculator/i18n/es.ts +261 -0
  55. package/src/tool/fireCalculator/i18n/fr.ts +261 -0
  56. package/src/tool/fireCalculator/index.ts +33 -0
  57. package/src/tool/fireCalculator/logic.ts +108 -0
  58. package/src/tool/fireCalculator/seo.astro +14 -0
  59. package/src/tool/fireCalculator/ui.ts +33 -0
  60. package/src/tool/ibanBicSwiftConverter/bibliography.astro +14 -0
  61. package/src/tool/ibanBicSwiftConverter/component.astro +581 -0
  62. package/src/tool/ibanBicSwiftConverter/i18n/en.ts +167 -0
  63. package/src/tool/ibanBicSwiftConverter/i18n/es.ts +216 -0
  64. package/src/tool/ibanBicSwiftConverter/i18n/fr.ts +167 -0
  65. package/src/tool/ibanBicSwiftConverter/index.ts +33 -0
  66. package/src/tool/ibanBicSwiftConverter/logic.ts +101 -0
  67. package/src/tool/ibanBicSwiftConverter/seo.astro +14 -0
  68. package/src/tool/ibanBicSwiftConverter/ui.ts +17 -0
  69. package/src/tool/inflation/bibliography.astro +14 -0
  70. package/src/tool/inflation/component.astro +400 -0
  71. package/src/tool/inflation/i18n/en.ts +301 -0
  72. package/src/tool/inflation/i18n/es.ts +301 -0
  73. package/src/tool/inflation/i18n/fr.ts +301 -0
  74. package/src/tool/inflation/index.ts +34 -0
  75. package/src/tool/inflation/logic.ts +92 -0
  76. package/src/tool/inflation/seo.astro +14 -0
  77. package/src/tool/inflation/ui.ts +17 -0
  78. package/src/tool/lateInterest/bibliography.astro +14 -0
  79. package/src/tool/lateInterest/component.astro +655 -0
  80. package/src/tool/lateInterest/i18n/en.ts +255 -0
  81. package/src/tool/lateInterest/i18n/es.ts +224 -0
  82. package/src/tool/lateInterest/i18n/fr.ts +224 -0
  83. package/src/tool/lateInterest/index.ts +34 -0
  84. package/src/tool/lateInterest/logic.ts +89 -0
  85. package/src/tool/lateInterest/seo.astro +14 -0
  86. package/src/tool/lateInterest/ui.ts +33 -0
  87. package/src/tool/legalInterestRate/bibliography.astro +14 -0
  88. package/src/tool/legalInterestRate/component.astro +650 -0
  89. package/src/tool/legalInterestRate/i18n/en.ts +159 -0
  90. package/src/tool/legalInterestRate/i18n/es.ts +159 -0
  91. package/src/tool/legalInterestRate/i18n/fr.ts +159 -0
  92. package/src/tool/legalInterestRate/index.ts +33 -0
  93. package/src/tool/legalInterestRate/logic.ts +29 -0
  94. package/src/tool/legalInterestRate/seo.astro +14 -0
  95. package/src/tool/legalInterestRate/ui.ts +23 -0
  96. package/src/tool/lotteryOptimizer/bibliography.astro +14 -0
  97. package/src/tool/lotteryOptimizer/component.astro +863 -0
  98. package/src/tool/lotteryOptimizer/i18n/en.ts +188 -0
  99. package/src/tool/lotteryOptimizer/i18n/es.ts +281 -0
  100. package/src/tool/lotteryOptimizer/i18n/fr.ts +188 -0
  101. package/src/tool/lotteryOptimizer/index.ts +33 -0
  102. package/src/tool/lotteryOptimizer/logic.ts +133 -0
  103. package/src/tool/lotteryOptimizer/seo.astro +14 -0
  104. package/src/tool/lotteryOptimizer/ui.ts +33 -0
  105. package/src/tool/mortgage/bibliography.astro +14 -0
  106. package/src/tool/mortgage/component.astro +1030 -0
  107. package/src/tool/mortgage/i18n/en.ts +227 -0
  108. package/src/tool/mortgage/i18n/es.ts +227 -0
  109. package/src/tool/mortgage/i18n/fr.ts +227 -0
  110. package/src/tool/mortgage/index.ts +34 -0
  111. package/src/tool/mortgage/logic.ts +118 -0
  112. package/src/tool/mortgage/seo.astro +14 -0
  113. package/src/tool/mortgage/ui.ts +35 -0
  114. package/src/tool/percentageCalculator/bibliography.astro +14 -0
  115. package/src/tool/percentageCalculator/component.astro +640 -0
  116. package/src/tool/percentageCalculator/i18n/en.ts +233 -0
  117. package/src/tool/percentageCalculator/i18n/es.ts +233 -0
  118. package/src/tool/percentageCalculator/i18n/fr.ts +233 -0
  119. package/src/tool/percentageCalculator/index.ts +34 -0
  120. package/src/tool/percentageCalculator/logic.ts +48 -0
  121. package/src/tool/percentageCalculator/seo.astro +14 -0
  122. package/src/tool/percentageCalculator/ui.ts +30 -0
  123. package/src/tool/rentIncreaseCalculator/bibliography.astro +14 -0
  124. package/src/tool/rentIncreaseCalculator/component.astro +587 -0
  125. package/src/tool/rentIncreaseCalculator/i18n/en.ts +159 -0
  126. package/src/tool/rentIncreaseCalculator/i18n/es.ts +220 -0
  127. package/src/tool/rentIncreaseCalculator/i18n/fr.ts +159 -0
  128. package/src/tool/rentIncreaseCalculator/index.ts +33 -0
  129. package/src/tool/rentIncreaseCalculator/logic.ts +43 -0
  130. package/src/tool/rentIncreaseCalculator/seo.astro +14 -0
  131. package/src/tool/rentIncreaseCalculator/ui.ts +19 -0
  132. package/src/tools.ts +16 -0
  133. package/src/types.ts +74 -0
@@ -0,0 +1,268 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { CourtFeeCalculatorUI } from '../ui';
4
+
5
+ const slug = 'spanish-court-fees-calculator';
6
+ const title = 'Spanish Court Fees Calculator';
7
+ const description = 'Calculate exact judicial fees for Spanish companies under Law 10/2012. Automatic Form 696 calculator with exemptions and calculations.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Are individuals exempt from paying judicial fees in Spain?',
12
+ answer: 'Yes, since 2016 individuals are completely exempt from paying judicial fees in Spain across all jurisdictional orders.',
13
+ },
14
+ {
15
+ question: 'What is the maximum court fee amount?',
16
+ answer: 'The variable fee is capped at 10,000 euros. Combined with the fixed fee, the total maximum varies depending on the type of procedure.',
17
+ },
18
+ {
19
+ question: 'What is Form 696?',
20
+ answer: 'It is the official Tax Authority form used for self-assessment of the fee for the exercise of jurisdictional authority in Spain.',
21
+ },
22
+ {
23
+ question: 'Are there judicial fees in criminal proceedings?',
24
+ answer: 'No, there are no judicial fees for criminal proceedings in Spain.',
25
+ },
26
+ {
27
+ question: 'How is the variable fee calculated?',
28
+ answer: 'The variable fee is 0.5% of the claim amount up to 1 million euros. Above that, it is 0.25%. The maximum is 10,000 euros.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ {
34
+ name: 'Select the taxpayer type',
35
+ text: 'Indicate whether you are an individual (exempt) or a legal entity (company). Individuals do not pay fees.',
36
+ },
37
+ {
38
+ name: 'Choose jurisdiction and procedure',
39
+ text: 'Select the jurisdictional order (Civil, Administrative or Social) and the type of procedure.',
40
+ },
41
+ {
42
+ name: 'Enter the claim amount',
43
+ text: 'Write the total amount claimed in the lawsuit. For social order, this field does not apply.',
44
+ },
45
+ {
46
+ name: 'View the breakdown',
47
+ text: 'Get automatic calculation with fixed fee, variable fee and total for Form 696.',
48
+ },
49
+ ];
50
+
51
+ const bibliographyData = [
52
+ {
53
+ name: 'Law 10/2012 on Judicial Fees (Spanish Official Gazette)',
54
+ url: 'https://www.boe.es/buscar/act.php?id=BOE-A-2012-14301',
55
+ },
56
+ {
57
+ name: 'Constitutional Court Ruling 140/2016 on Judicial Fees',
58
+ url: 'https://www.boe.es/buscar/doc.php?id=BOE-A-2016-7905',
59
+ },
60
+ {
61
+ name: 'Spanish Tax Authority - Form 696',
62
+ url: 'https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GC07.shtml',
63
+ },
64
+ {
65
+ name: 'General Council of the Judiciary - Fee Information',
66
+ url: 'https://www.cgpj.es/es/Inicio',
67
+ },
68
+ ];
69
+
70
+ const seoData = [
71
+ {
72
+ type: 'title',
73
+ text: 'Spanish Court Fees Calculator: Complete Guide',
74
+ level: 2,
75
+ },
76
+ {
77
+ type: 'paragraph',
78
+ html: 'The <strong>Spanish Court Fees Calculator</strong> is a technical tool designed to precisely determine the fiscal cost of jurisdictional authority in Spain. Since the reform of Law 10/2012, calculating these fees has become a critical task for the procedural planning of companies and legal professionals.',
79
+ },
80
+ {
81
+ type: 'card',
82
+ title: 'Key Aspects of Court Fees',
83
+ html: '<ul><li>Mandatory only for <strong>legal entities</strong> (companies).</li><li>Subject to <strong>Form 696</strong> from the Tax Authority.</li><li>Composed of a <strong>fixed fee</strong> and a <strong>variable fee</strong>.</li><li>Variable fee cap set at <strong>€10,000</strong>.</li></ul>',
84
+ },
85
+ {
86
+ type: 'card',
87
+ html: '<p>This utility simulates tax self-assessment, breaking down amounts according to the jurisdictional order (Civil, Administrative, or Social) and the claim amount, allowing you to predict the financial impact before initiating litigation.</p>',
88
+ },
89
+ {
90
+ type: 'title',
91
+ text: 'Who Must Pay Court Fees in 2026?',
92
+ level: 2,
93
+ },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'Current law, following the historic <strong>Constitutional Court Ruling 140/2016</strong>, establishes a clear exemption framework that protects individual citizens\' access to justice.',
97
+ },
98
+ {
99
+ type: 'list',
100
+ items: [
101
+ '<strong>Individuals:</strong> Enjoy absolute exemption in all jurisdictional orders.',
102
+ '<strong>Legal Entities:</strong> Are the primary taxpayers liable for the fee.',
103
+ '<strong>Special Entities:</strong> Public benefit organizations and government agencies are exempt.',
104
+ ],
105
+ },
106
+ {
107
+ type: 'title',
108
+ text: 'Technical Fee Structure',
109
+ level: 3,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: 'The mathematical calculation our tool performs divides into two mandatory components that are added to obtain the total for Form 696.',
114
+ },
115
+ {
116
+ type: 'title',
117
+ text: '1. Fixed Fee by Procedure',
118
+ level: 4,
119
+ },
120
+ {
121
+ type: 'paragraph',
122
+ html: 'Determined by the type of legal action filed. An ordinary civil judgment carries a fee of €300, while a cassation appeal to the Supreme Court reaches €1,200.',
123
+ },
124
+ {
125
+ type: 'title',
126
+ text: '2. Variable Fee by Claim Amount',
127
+ level: 4,
128
+ },
129
+ {
130
+ type: 'paragraph',
131
+ html: 'Applied to the taxable base of the lawsuit. For companies, tax rates are applied in scaled brackets.',
132
+ },
133
+ {
134
+ type: 'table',
135
+ headers: ['Claim Amount Range', 'Applicable Rate'],
136
+ rows: [
137
+ ['Up to €1,000,000', '<strong>0.50%</strong>'],
138
+ ['Exceeding €1,000,000', '<strong>0.25%</strong>'],
139
+ ['Variable Maximum Limit', '<strong>€10,000</strong>'],
140
+ ],
141
+ },
142
+ {
143
+ type: 'title',
144
+ text: 'Fees in Specific Jurisdictional Orders',
145
+ level: 2,
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Civil Jurisdiction',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'The area with the highest volume of assessments. Covers monitoring, verbal, ordinary proceedings and executions. Our calculator automatically adjusts the fixed fee based on the complexity of the selected procedure.',
155
+ },
156
+ {
157
+ type: 'title',
158
+ text: 'Administrative Litigation Order',
159
+ level: 3,
160
+ },
161
+ {
162
+ type: 'paragraph',
163
+ html: 'Applies in disputes against the Administration. Amounts vary depending on whether it is an abbreviated procedure (€200) or an ordinary one (€350), plus the corresponding variable brackets.',
164
+ },
165
+ {
166
+ type: 'tip',
167
+ title: 'Legal Reference',
168
+ html: '<p>Always consult Law 10/2012 for special cases of partial exemption or discounts for use of electronic means.</p>',
169
+ },
170
+ {
171
+ type: 'title',
172
+ text: 'Consequences of Non-Payment',
173
+ level: 2,
174
+ },
175
+ {
176
+ type: 'paragraph',
177
+ html: 'Filing a lawsuit by an obligated party without the corresponding payment receipt results in a correction request. Failure to meet this 10-day deadline results in definitive dismissal of the proceedings.',
178
+ },
179
+ {
180
+ type: 'card',
181
+ title: 'Advantages of Prior Simulation',
182
+ html: '<ul><li>Absolute precision in quantifying procedural expenses.</li><li>Avoids delays from errors in Form 696 self-assessment.</li><li>Optimizes financial decision-making in legal strategy.</li></ul>',
183
+ },
184
+ {
185
+ type: 'paragraph',
186
+ html: 'Our <strong>Spanish Court Fees Calculator</strong> ensures that professionals and companies operate with data updated to 2026, meeting the technical rigor required by modern legal practice.',
187
+ },
188
+ ];
189
+
190
+ const faqSchema: WithContext<FAQPage> = {
191
+ '@context': 'https://schema.org',
192
+ '@type': 'FAQPage',
193
+ mainEntity: faqData.map((item) => ({
194
+ '@type': 'Question',
195
+ name: item.question,
196
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
197
+ })),
198
+ };
199
+
200
+ const howToSchema: WithContext<HowTo> = {
201
+ '@context': 'https://schema.org',
202
+ '@type': 'HowTo',
203
+ name: title,
204
+ description,
205
+ step: howToData.map((step, i) => ({
206
+ '@type': 'HowToStep',
207
+ position: i + 1,
208
+ name: step.name,
209
+ text: step.text,
210
+ })),
211
+ };
212
+
213
+ const appSchema: WithContext<SoftwareApplication> = {
214
+ '@context': 'https://schema.org',
215
+ '@type': 'SoftwareApplication',
216
+ name: title,
217
+ description,
218
+ applicationCategory: 'FinanceApplication',
219
+ offers: {
220
+ '@type': 'Offer',
221
+ price: '0',
222
+ priceCurrency: 'EUR',
223
+ },
224
+ };
225
+
226
+ export const content: ToolLocaleContent<CourtFeeCalculatorUI> = {
227
+ slug,
228
+ title,
229
+ description,
230
+ faqTitle: 'Frequently Asked Questions',
231
+ bibliographyTitle: 'Sources and References',
232
+ ui: {
233
+ labelTitle: 'Spanish Court Fees Calculator',
234
+ labelDescription: 'Calculate the exact Form 696 amount based on jurisdiction, procedure and claim amount. For Spanish companies and professionals.',
235
+ labelLegalParameters: 'Legal Parameters',
236
+ labelEntityType: 'Taxpayer Type',
237
+ labelJurisdiction: 'Jurisdiction',
238
+ labelProcedure: 'Procedure Type',
239
+ labelClaimAmount: 'Claim Amount',
240
+ labelEstimatedSettlement: 'Estimated Settlement',
241
+ labelExemptSubject: 'Exempt Subject',
242
+ labelFixedQuote: 'Fixed Fee (Procedural)',
243
+ labelVariableQuote: 'Variable Fee (0.5% / 0.25%)',
244
+ labelTaxableBase: 'Taxable Base',
245
+ labelCopySettlement: 'Copy Settlement',
246
+ labelEntityJuridica: 'Legal Entity (LLC, Corp)',
247
+ labelEntityFisica: 'Individual (Exempt)',
248
+ labelCivilOrder: 'Civil Order',
249
+ labelAdministrativeOrder: 'Administrative',
250
+ labelSocialOrder: 'Social Order',
251
+ labelModel696: 'Form 696',
252
+ labelOrdinary: 'Ordinary Judgment',
253
+ labelVerbal: 'Verbal / Monitoring Judgment',
254
+ labelExecutive: 'Executive',
255
+ labelAppeal: 'Appeal',
256
+ labelCassation: 'Cassation',
257
+ labelAbbreviated: 'Abbreviated',
258
+ labelSupplication: 'Supplication',
259
+ currencySymbol: '€',
260
+ currencyCode: 'EUR',
261
+ currencyLocale: 'en-US',
262
+ },
263
+ faq: faqData,
264
+ howTo: howToData,
265
+ bibliography: bibliographyData,
266
+ seo: seoData,
267
+ schemas: [faqSchema, howToSchema, appSchema],
268
+ };
@@ -0,0 +1,268 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { CourtFeeCalculatorUI } from '../ui';
4
+
5
+ const slug = 'calculadora-tasas-judiciales';
6
+ const title = 'Calculadora de Tasas Judiciales';
7
+ const description = 'Calcula el importe exacto de tasas judiciales para empresas según la Ley 10/2012. Simulador para Modelo 696 con exenciones y cálculos automáticos.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '¿Están exentos los particulares de pagar tasas judiciales?',
12
+ answer: 'Sí, desde 2016 las personas físicas están totalmente exentas del pago de tasas judiciales en España en todos los órdenes jurisdiccionales.',
13
+ },
14
+ {
15
+ question: '¿Cuál es el importe máximo de la tasa judicial?',
16
+ answer: 'La cuota variable está limitada a un máximo de 10.000 euros. Sumando la cuota fija, el total máximo puede ser superior dependiendo del tipo de procedimiento.',
17
+ },
18
+ {
19
+ question: '¿Qué es el Modelo 696?',
20
+ answer: 'Es el formulario oficial de la Agencia Tributaria que se utiliza para la autoliquidación de la tasa por el ejercicio de la potestad jurisdiccional.',
21
+ },
22
+ {
23
+ question: '¿Se paga tasa en el orden penal?',
24
+ answer: 'No, en España no existen tasas judiciales para los procesos en el orden penal.',
25
+ },
26
+ {
27
+ question: '¿Cómo se calcula la cuota variable?',
28
+ answer: 'La cuota variable es el 0,5% de la cuantía del litigio hasta 1 millón de euros. A partir de ahí, es el 0,25%. El máximo es 10.000 euros.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ {
34
+ name: 'Selecciona el sujeto pasivo',
35
+ text: 'Indica si eres persona física (exento) o jurídica (empresa). Las personas físicas no pagan tasas.',
36
+ },
37
+ {
38
+ name: 'Elige la jurisdicción y proceso',
39
+ text: 'Selecciona el orden jurisdiccional (Civil, Contencioso-Administrativo o Social) y el tipo de procedimiento.',
40
+ },
41
+ {
42
+ name: 'Introduce la cuantía',
43
+ text: 'Escribe el importe total que se reclama en la demanda. Para orden social, este campo no aplica.',
44
+ },
45
+ {
46
+ name: 'Visualiza el desglose',
47
+ text: 'Obtén el cálculo automático con cuota fija, variable y total para el Modelo 696.',
48
+ },
49
+ ];
50
+
51
+ const bibliographyData = [
52
+ {
53
+ name: 'Ley 10/2012 de Tasas Judiciales (BOE)',
54
+ url: 'https://www.boe.es/buscar/act.php?id=BOE-A-2012-14301',
55
+ },
56
+ {
57
+ name: 'Sentencia TC 140/2016 sobre Tasas Judiciales',
58
+ url: 'https://www.boe.es/buscar/doc.php?id=BOE-A-2016-7905',
59
+ },
60
+ {
61
+ name: 'Agencia Tributaria - Modelo 696',
62
+ url: 'https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GC07.shtml',
63
+ },
64
+ {
65
+ name: 'Consejo General del Poder Judicial - Información de Tasas',
66
+ url: 'https://www.cgpj.es/es/Inicio',
67
+ },
68
+ ];
69
+
70
+ const seoData = [
71
+ {
72
+ type: 'title',
73
+ text: 'Calculadora de Tasas Judiciales en España: Guía Completa',
74
+ level: 2,
75
+ },
76
+ {
77
+ type: 'paragraph',
78
+ html: 'La <strong>Calculadora de Tasas Judiciales</strong> es una herramienta técnica diseñada para determinar con precisión el coste fiscal de la potestad jurisdiccional en España. Desde la reforma de la Ley 10/2012, el cálculo de estas tasas se ha vuelto una tarea crítica para la planificación procesal de empresas y profesionales del derecho.',
79
+ },
80
+ {
81
+ type: 'card',
82
+ title: 'Aspectos Clave de la Tasa Judicial',
83
+ html: '<ul><li>Obligatoria solo para <strong>personas jurídicas</strong> (empresas).</li><li>Sujeta al <strong>Modelo 696</strong> de la Agencia Tributaria.</li><li>Compuesta por una <strong>cuota fija</strong> y una <strong>cuota variable</strong>.</li><li>Límite máximo de la cuota variable fijado en <strong>10.000 €</strong>.</li></ul>',
84
+ },
85
+ {
86
+ type: 'card',
87
+ html: '<p>Esta utilidad simula la autoliquidación del tributo, desglosando los importes según el orden (Civil, Contencioso o Social) y la cuantía reclamada, permitiendo prever el impacto financiero antes de iniciar el litigio.</p>',
88
+ },
89
+ {
90
+ type: 'title',
91
+ text: '¿Quién debe pagar Tasas Judiciales en 2026?',
92
+ level: 2,
93
+ },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'La normativa actual, tras la histórica <strong>Sentencia del Tribunal Constitucional 140/2016</strong>, establece un marco claro de exenciones que protegen el acceso a la justicia de los ciudadanos individuales.',
97
+ },
98
+ {
99
+ type: 'list',
100
+ items: [
101
+ '<strong>Personas Físicas:</strong> Disfrutan de una exención absoluta en todos los órdenes.',
102
+ '<strong>Personas Jurídicas:</strong> Son los sujetos pasivos principales del tributo.',
103
+ '<strong>Sujetos Especiales:</strong> Entidades de utilidad pública y administraciones están exentas.',
104
+ ],
105
+ },
106
+ {
107
+ type: 'title',
108
+ text: 'Estructura Técnica de la Tasa',
109
+ level: 3,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: 'El cálculo matemático que realiza nuestra herramienta se divide en dos componentes obligatorios que se suman para obtener el total del Modelo 696.',
114
+ },
115
+ {
116
+ type: 'title',
117
+ text: '1. Cuota Fija por Procedimiento',
118
+ level: 4,
119
+ },
120
+ {
121
+ type: 'paragraph',
122
+ html: 'Se determina por el tipo de acción judicial interpuesta. Un juicio ordinario civil conlleva una tasa de 300 €, mientras que un recurso de casación ante el Tribunal Supremo asciende a 1.200 €.',
123
+ },
124
+ {
125
+ type: 'title',
126
+ text: '2. Cuota Variable por Cuantía',
127
+ level: 4,
128
+ },
129
+ {
130
+ type: 'paragraph',
131
+ html: 'Se aplica sobre la base imponible del pleito. Para las sociedades, los tipos de gravamen se aplican de forma escalonada.',
132
+ },
133
+ {
134
+ type: 'table',
135
+ headers: ['Tramo de Cuantía', 'Tipo Aplicable'],
136
+ rows: [
137
+ ['Hasta 1.000.000 €', '<strong>0,50%</strong>'],
138
+ ['Exceso de 1.000.000 €', '<strong>0,25%</strong>'],
139
+ ['Límite Máximo Variable', '<strong>10.000 €</strong>'],
140
+ ],
141
+ },
142
+ {
143
+ type: 'title',
144
+ text: 'Tasas en Órdenes Jurisdiccionales Específicos',
145
+ level: 2,
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Jurisdicción Civil',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'Es el ámbito con mayor volumen de liquidaciones. Abarca procesos monitorios, verbales, ordinarios y ejecuciones. Nuestra calculadora ajusta automáticamente la tasa fija según la complejidad del proceso elegido.',
155
+ },
156
+ {
157
+ type: 'title',
158
+ text: 'Orden Contencioso-Administrativo',
159
+ level: 3,
160
+ },
161
+ {
162
+ type: 'paragraph',
163
+ html: 'Aplica en litigios contra la Administración. Los importes varían si se trata de un procedimiento abreviado (200 €) o un ordinario (350 €), además de los tramos variables correspondientes.',
164
+ },
165
+ {
166
+ type: 'tip',
167
+ title: 'Referencia Legal',
168
+ html: '<p>Consulte siempre la Ley 10/2012 para casos especiales de exención parcial o bonificaciones por uso de medios telemáticos.</p>',
169
+ },
170
+ {
171
+ type: 'title',
172
+ text: 'Consecuencias de la Omisión del Pago',
173
+ level: 2,
174
+ },
175
+ {
176
+ type: 'paragraph',
177
+ html: 'La presentación de una demanda por un sujeto obligado sin el correspondiente justificante de pago conlleva un requerimiento de subsanación. El incumplimiento de este plazo de 10 días resulta en el archivo definitivo de las actuaciones.',
178
+ },
179
+ {
180
+ type: 'card',
181
+ title: 'Ventajas de la Simulación Previa',
182
+ html: '<ul><li>Precisión total en la cuantificación de gastos procesales.</li><li>Evita retrasos por errores en la autoliquidación del Modelo 696.</li><li>Optimiza la toma de decisiones financieras en la estrategia legal.</li></ul>',
183
+ },
184
+ {
185
+ type: 'paragraph',
186
+ html: 'Nuestra <strong>Calculadora de Tasas Judiciales</strong> garantiza que profesionales y empresas operen con datos actualizados a 2026, cumpliendo con el rigor técnico que exige la práctica jurídica moderna.',
187
+ },
188
+ ];
189
+
190
+ const faqSchema: WithContext<FAQPage> = {
191
+ '@context': 'https://schema.org',
192
+ '@type': 'FAQPage',
193
+ mainEntity: faqData.map((item) => ({
194
+ '@type': 'Question',
195
+ name: item.question,
196
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
197
+ })),
198
+ };
199
+
200
+ const howToSchema: WithContext<HowTo> = {
201
+ '@context': 'https://schema.org',
202
+ '@type': 'HowTo',
203
+ name: title,
204
+ description,
205
+ step: howToData.map((step, i) => ({
206
+ '@type': 'HowToStep',
207
+ position: i + 1,
208
+ name: step.name,
209
+ text: step.text,
210
+ })),
211
+ };
212
+
213
+ const appSchema: WithContext<SoftwareApplication> = {
214
+ '@context': 'https://schema.org',
215
+ '@type': 'SoftwareApplication',
216
+ name: title,
217
+ description,
218
+ applicationCategory: 'FinanceApplication',
219
+ offers: {
220
+ '@type': 'Offer',
221
+ price: '0',
222
+ priceCurrency: 'EUR',
223
+ },
224
+ };
225
+
226
+ export const content: ToolLocaleContent<CourtFeeCalculatorUI> = {
227
+ slug,
228
+ title,
229
+ description,
230
+ faqTitle: 'Preguntas Frecuentes',
231
+ bibliographyTitle: 'Fuentes y Referencias',
232
+ ui: {
233
+ labelTitle: 'Calculadora de Tasas Judiciales',
234
+ labelDescription: 'Calcula el importe exacto del Modelo 696 según jurisdicción, procedimiento y cuantía. Para empresas y profesionales españoles.',
235
+ labelLegalParameters: 'Parámetros Legales',
236
+ labelEntityType: 'Sujeto Pasivo',
237
+ labelJurisdiction: 'Jurisdicción',
238
+ labelProcedure: 'Tipo de Proceso',
239
+ labelClaimAmount: 'Cuantía del Litigio',
240
+ labelEstimatedSettlement: 'Liquidación Estimada',
241
+ labelExemptSubject: 'Sujeto Exento',
242
+ labelFixedQuote: 'Cuota Fija (Procesal)',
243
+ labelVariableQuote: 'Cuota Variable (0,5% / 0,25%)',
244
+ labelTaxableBase: 'Base Imponible',
245
+ labelCopySettlement: 'Copiar Liquidación',
246
+ labelEntityJuridica: 'Persona Jurídica (S.L., S.A.)',
247
+ labelEntityFisica: 'Persona Física (Exento)',
248
+ labelCivilOrder: 'Orden Civil',
249
+ labelAdministrativeOrder: 'Contencioso-Administrativo',
250
+ labelSocialOrder: 'Orden Social',
251
+ labelModel696: 'Modelo 696 AEAT',
252
+ labelOrdinary: 'Juicio Ordinario',
253
+ labelVerbal: 'Juicio Verbal / Monitorio',
254
+ labelExecutive: 'Ejecutivo',
255
+ labelAppeal: 'Apelación',
256
+ labelCassation: 'Casación',
257
+ labelAbbreviated: 'Abreviado',
258
+ labelSupplication: 'Suplicación',
259
+ currencySymbol: '€',
260
+ currencyCode: 'EUR',
261
+ currencyLocale: 'es-ES',
262
+ },
263
+ faq: faqData,
264
+ howTo: howToData,
265
+ bibliography: bibliographyData,
266
+ seo: seoData,
267
+ schemas: [faqSchema, howToSchema, appSchema],
268
+ };