XML

住宅ローンの種類 - XML

住宅ローンは金利タイプによって変動金利型、固定期間選択型、全期間固定金利型に分類されます。変動金利型は市場金利に連動して変動し、一般的に最も低金利ですが金利上昇リスクがあります。固定期間選択型は当初期間のみ金利が固定され、その後変動または再選択が可能です。全期間固定金利型(フラット35など)は返済期間全体で金利が固定され、返済額の確定性が高いのが特徴です。それぞれのタイプにはメリット・デメリットがあり、借入者のライフプランやリスク許容度に応じて選択する必要があります。

住宅ローン 変動金利 固定金利 フラット35 金利 住宅金融 住宅購入
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>variable-rate</slug>
    <name>変動金利型</name>
    <description>市場金利に連動して金利が変動する住宅ローンタイプです。</description>
    <features>[&quot;lowest_rate&quot;,&quot;market_linked&quot;,&quot;5year_rule&quot;,&quot;125_rule&quot;]</features>
    <interestRateRange>0.595%~0.975%</interestRateRange>
  </item>
  <item>
    <code>02</code>
    <slug>fixed-period-selectable</slug>
    <name>固定期間選択型</name>
    <description>当初期間のみ金利が固定され、その後変動または再固定を選択できる住宅ローンタイプです。</description>
    <features>[&quot;initial_fixed&quot;,&quot;flexible_after&quot;,&quot;middle_rate&quot;]</features>
    <interestRateRange>1.85%~3.10%</interestRateRange>
  </item>
  <item>
    <code>03</code>
    <slug>flat35</slug>
    <name>フラット35(全期間固定金利型)</name>
    <description>住宅金融支援機構と民間金融機関が提携して提供する最長35年の全期間固定金利住宅ローンです。</description>
    <features>[&quot;full_term_fixed&quot;,&quot;no_guarantee_fee&quot;,&quot;flexible_screening&quot;,&quot;flat35s_discount&quot;]</features>
    <interestRateRange>1.26%~2.26%</interestRateRange>
  </item>
  <item>
    <code>04</code>
    <slug>flat20</slug>
    <name>フラット20</name>
    <description>フラット35の20年固定金利版で、より低金利で借入可能な住宅ローンです。</description>
    <features>[&quot;20year_fixed&quot;,&quot;lower_rate_than_flat35&quot;,&quot;no_guarantee_fee&quot;]</features>
    <interestRateRange>0.91%~1.91%</interestRateRange>
  </item>
  <item>
    <code>05</code>
    <slug>flat50</slug>
    <name>フラット50</name>
    <description>最長50年の返済期間を選択できる全期間固定金利住宅ローンです。</description>
    <features>[&quot;50year_term&quot;,&quot;lower_monthly_payment&quot;,&quot;long_term&quot;]</features>
    <interestRateRange>1.50%~2.50%</interestRateRange>
  </item>
  <item>
    <code>06</code>
    <slug>step-up-repayment</slug>
    <name>ステップアップ返済型</name>
    <description>当初は低い返済額から始まり、年齢や勤続年数に応じて返済額が段階的に増える住宅ローンです。</description>
    <features>[&quot;gradual_increase&quot;,&quot;youth_targeted&quot;,&quot;income_growth_assumed&quot;]</features>
    <interestRateRange>変動金利または固定金利と同水準</interestRateRange>
  </item>
</items>