From c4784982a3da500b6e19111528579d98f804430b Mon Sep 17 00:00:00 2001 From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:38:43 +0000 Subject: [PATCH 01/26] WIP - adding a new section for the sidebar --- sidebars/lending.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sidebars/lending.js b/sidebars/lending.js index ca10be3bd..876b80f9d 100644 --- a/sidebars/lending.js +++ b/sidebars/lending.js @@ -40,6 +40,22 @@ module.exports = [ "lending/features/accounts-payable-overview", "lending/features/company-info-overview", "lending/features/excel-download-overview", + { + type: "category", + label: "Premium products", + customProps: { + hr: true, + section: "Premium products", + }, + collapsed: true, + items: [ + { + type: "doc", + id: "lending/premium-products/credit-model", + label: "Credit model", + }, + ], + }, { type: "category", label: "Loan writeback", From cf8d72b55a3f4c25247688e27dec0f58711350f7 Mon Sep 17 00:00:00 2001 From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:05:37 +0000 Subject: [PATCH 02/26] WIP Credit Model page --- .../premium-products/credit-model-overview.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/lending/premium-products/credit-model-overview.md diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md new file mode 100644 index 000000000..5859a6b08 --- /dev/null +++ b/docs/lending/premium-products/credit-model-overview.md @@ -0,0 +1,49 @@ +--- +title: "Credit Model overview" +sidebar_label: "Credit Model" +description: "Access detailed assessment of financial health and creditworthiness of a business" +image: "/img/banners/social/lending.png" +--- + +import Products from "@components/Products"; +import { IntegrationsList } from "@components/Integrations"; +import { accountingIntegrations } from "@components/Integrations/integrations"; +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; + +Our **Credit Model** is the easiest way to digest, visualize, and analyze a borrower’s accounting and banking data. It is designed to give the user a holistic view of a borrower’s financial health when making credit decisions or other financial evaluations. + +## Notable features + +The credit model contains a wide variety of features to enhance the underwriting process: + +- **Dashboard:** all-encompassing view of a borrower’s financial health. + +- **Credit score:** customizable credit score to align the model with the metrics most important to your analysis. + +- **Accounting Score:** grading of a borrower’s bookkeeping. + +- **Financial Summary:** automatically spread financial statements with calculated metrics and ratios. + +- **Bank Summary:** conversion of bank data into a cash-based profit and loss statement. + +- **Debt Summary:** breakdown of existing debt with historical and projected repayment terms. + +- **Customer Summary:** terms, concentration, and punctuality of a borrower’s receivables. + +- **Repayment Summary:** terms, concentration, and punctuality of a borrower’s payables. + +## Feature components + +Need to change the link +