@jjlmoya/utils-finance 1.1.0 → 1.2.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
CHANGED
|
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
|
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { LateInterestUI } from '../ui';
|
|
4
4
|
|
|
5
|
-
const slug = 'intereses-demora';
|
|
5
|
+
const slug = 'calculadora-intereses-demora';
|
|
6
6
|
const title = 'Calculadora de Intereses de Demora y Legales España 2026';
|
|
7
7
|
const description =
|
|
8
8
|
'Calcula intereses de demora tributarios (Hacienda) y legales por impagos. Simulador actualizado para 2025 y 2026 basado en la Ley de Presupuestos.';
|
|
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
|
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { MortgageUI } from '../ui';
|
|
4
4
|
|
|
5
|
-
const slug = '
|
|
5
|
+
const slug = 'hipoteca';
|
|
6
6
|
const title = 'Simulador de Hipoteca y Tabla de Amortización Francesa';
|
|
7
7
|
const description =
|
|
8
8
|
'Calcula tu cuota hipotecaria mensual, descubre cuánto pagarás en intereses y visualiza tu cuadro de amortización completo al instante.';
|