actualizar-simulador-hipotecas-espana

Updates a Spanish mortgage simulator data.json with INE statistics and bank rate comparisons.

Updated Apr 18, 2018
One-click install
npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-simulador-hipotecas-espana-emirodgar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: actualizar-simulador-hipotecas-espana
Source: https://github.com/Emirodgar/w-emirodgar-es/tree/main/.claude/skills/actualizar-simulador-hipotecas-espana
Command: npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-simulador-hipotecas-espana-emirodgar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a public Spanish mortgage market panel current requires manually checking INE press releases and multiple bank websites each month, then editing a JSON dataset by hand without breaking its schema. ## Core Features & Use Cases - INE Indicator Updates: Refreshes the average mortgage rate, average loan amount, monthly mortgage count, and fixed/variable/mixed split from the latest INE "Estadística de Hipotecas" release, appending new months to the historical series. - Bank Offer Comparison: Verifies TIN/TAE offers from 5-6 major banks (CaixaBank, Santander, BBVA, Sabadell, ING, Bankinter) via live web search and records consultation dates and bonus conditions. - Executive Summary & FAQ: Rewrites a 4-6 sentence neutral executive summary and keeps an auto-generated FAQPage/JSON-LD section aligned with current figures. - Use Case: A site owner says "actualiza el simulador de hipotecas" and gets the dataset refreshed with the newest INE month, re-verified bank offers, and a change summary, without touching the Euríbor data that lives in the separate MacroData España panel. ## Quick Start Ask the assistant to update the mortgage simulator with the latest INE data and current bank offers.

Frequently Asked Questions about actualizar-simulador-hipotecas-espana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update a Spanish mortgage simulator with the latest INE data?▼

Run the update workflow, which searches the latest INE "Estadística de Hipotecas" press release for the average rate, loan amount, mortgage count, and fixed-rate share, then appends the new month to historicalData and refreshes the indicators in data.json.

How are bank mortgage offers (TIN/TAE) verified and updated?▼

Each bank's public website or comparator is checked via web search for the advertised bonified TIN/TAE, and the entry is updated with current conditions and a fresh fechaConsulta. Offers are re-verified on every run, never reused from previous executions.

Does this panel store the Euríbor rate in its own data file?▼

No. The panel fetches the Euríbor and recession risk thermometer live from the MacroData España dataset at runtime. If the Euríbor looks outdated, the fix belongs in the MacroData España update workflow, not in this data.json.

Can I change the interest rate scenario probabilities in the calculator?▼

The three scenarios and their probabilities are computed at runtime from MacroData España risk components with fixed weights, so they need no maintenance. Changing the formula requires an explicit user request and editing computeTipoEscenarios() in index.html.

Why is the FAQ section not stored in data.json?▼

The FAQ with FAQPage/JSON-LD markup is generated dynamically in index.html from current indicators, bank offers, live Euríbor, and scenario probabilities, so it stays aligned with the data automatically. It is only edited when explicitly adding or rewording questions.