{/* 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/Bureau Strategy Decision Service/Overview" />

# Bureau Strategy Decision Service

The following DRD has the Bureau Strategy Decision Service which uses the "Applicant data" and "Requested product" as inputs and
encapsulate the requirements of the "Strategy" and "Bureau call type" decisions.

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

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)
- [Bureau call type](/docs/use-cases-loan-originations-bureau-strategy-decision-service-bureau-call-type--overview)
- [Eligibility](/docs/use-cases-loan-originations-bureau-strategy-decision-service-eligibility--overview)
- [Pre-bureau affordability](/docs/use-cases-loan-originations-bureau-strategy-decision-service-pre-bureau-affordability--overview)
- [Pre-bureau risk category](/docs/use-cases-loan-originations-bureau-strategy-decision-service-pre-bureau-risk-category--overview)
- [Required monthly installment](/docs/use-cases-loan-originations-required-monthly-installment--overview)
- [Strategy](/docs/use-cases-loan-originations-bureau-strategy-decision-service-strategy--overview)

---

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