{/* Licensed to the Apache Software Foundation (ASF) under one */}
{/* or more contributor license agreements. See the NOTICE file */}
{/* distributed with this work for additional information */}
{/* regarding copyright ownership. The ASF licenses this file */}
{/* to you under the Apache License, Version 2.0 (the */}
{/* "License"); you may not use this file except in compliance */}
{/* with the License. You may obtain a copy of the License at */}
{/*  */}
{/* http://www.apache.org/licenses/LICENSE-2.0 */}
{/*  */}
{/* Unless required by applicable law or agreed to in writing, */}
{/* software distributed under the License is distributed on an */}
{/* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY */}
{/* KIND, either express or implied. See the License for the */}
{/* specific language governing permissions and limitations */}
{/* under the License. */}

import { Meta, Story, Canvas } from "@storybook/blocks";

<Meta title="Use cases/Loan Originations/Routing Decision Service/Overview" />

# Routing Decision Service

The following DRD has the Routing Decision Service, which uses the "Applicant data", "Bureau data" and "Requested product" as inputs and
encapsulate the requirements of the "Routing" decision.

<p align="center">
  <img src={"./routing-decision-service.png"} alt="Alt text" title="title" />
</p>

You can check the specificity of each decision below:

- [Afforadability calculation](/docs/use-cases-loan-originations-functions-affordability-calculation--overview)
- [Application risk score](/docs/use-cases-loan-originations-application-risk-score--overview)
- [Installment calculation](/docs/use-cases-loan-originations-functions-installment-calculation--overview)
- [Post-bureau affordability](/docs/use-cases-loan-originations-routing-decision-service-post-bureau-affordability--overview)
- [Post-bureau risk category](/docs/use-cases-loan-originations-routing-decision-service-post-bureau-risk-category--overview)
- [Required monthly installment](/docs/use-cases-loan-originations-required-monthly-installment--overview)
- [Routing](/docs/use-cases-loan-originations-routing-decision-service-routing--overview)

---

This example was picked from the [DMN 1.4 Spec](https://www.omg.org/spec/DMN/1.4/Beta1/PDF#page=180).
