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
+
+
+## Supported outputs
+
+You can retrieve the data read and enriched by this feature by [downloading a report in an Excel format](/lending/features/excel-download-overview) or generating a Credit Model report via [endpoints of our API](/lending-api#/operations/generate-report).
+
From a0d1531e223b35086df3485c3b06bb325138449d Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Mon, 17 Nov 2025 19:16:37 +0000
Subject: [PATCH 03/26] url change to credit model overview
---
sidebars/lending.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sidebars/lending.js b/sidebars/lending.js
index 876b80f9d..cf56d1128 100644
--- a/sidebars/lending.js
+++ b/sidebars/lending.js
@@ -51,7 +51,7 @@ module.exports = [
items: [
{
type: "doc",
- id: "lending/premium-products/credit-model",
+ id: "lending/premium-products/credit-model-overview",
label: "Credit model",
},
],
From 5629ce0edf4b6c3076f3e26f1b2bf21c7e241998 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Mon, 17 Nov 2025 19:57:22 +0000
Subject: [PATCH 04/26] sidebar change to avoid double prem products
---
sidebars/lending.js | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/sidebars/lending.js b/sidebars/lending.js
index cf56d1128..d0106f339 100644
--- a/sidebars/lending.js
+++ b/sidebars/lending.js
@@ -40,22 +40,15 @@ module.exports = [
"lending/features/accounts-payable-overview",
"lending/features/company-info-overview",
"lending/features/excel-download-overview",
- {
- type: "category",
- label: "Premium products",
+{
+ type: "link",
+ label: "Credit model",
customProps: {
hr: true,
section: "Premium products",
},
- collapsed: true,
- items: [
- {
- type: "doc",
- id: "lending/premium-products/credit-model-overview",
- label: "Credit model",
- },
- ],
- },
+},
+"lending/premium-products/credit-model-overview",
{
type: "category",
label: "Loan writeback",
From f32683f284ef2f29390004acb07ad50c96cacbfb Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Mon, 17 Nov 2025 20:00:01 +0000
Subject: [PATCH 05/26] fixing error
---
sidebars/lending.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sidebars/lending.js b/sidebars/lending.js
index d0106f339..9193de7ad 100644
--- a/sidebars/lending.js
+++ b/sidebars/lending.js
@@ -42,7 +42,9 @@ module.exports = [
"lending/features/excel-download-overview",
{
type: "link",
- label: "Credit model",
+ label: "Premium products",
+ href: "#",
+ className: "sidebar-section",
customProps: {
hr: true,
section: "Premium products",
From ce414e994a15cc3e0c8b707d4f3d8bc90232c764 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Tue, 18 Nov 2025 09:19:19 +0000
Subject: [PATCH 06/26] sidebar fix
---
sidebars/lending.js | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/sidebars/lending.js b/sidebars/lending.js
index 9193de7ad..d46e9b5de 100644
--- a/sidebars/lending.js
+++ b/sidebars/lending.js
@@ -41,16 +41,14 @@ module.exports = [
"lending/features/company-info-overview",
"lending/features/excel-download-overview",
{
- type: "link",
- label: "Premium products",
- href: "#",
- className: "sidebar-section",
- customProps: {
- hr: true,
- section: "Premium products",
+ type: "link",
+ href: "/lending/premium-products/credit-model-overvie",
+ label: "Credit model",
+ customProps: {
+ hr: true,
+ section: "Premium products",
+ },
},
-},
-"lending/premium-products/credit-model-overview",
{
type: "category",
label: "Loan writeback",
From 7515bcee2c9fa8f0f6bedfb7916d7c74de6125f0 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Tue, 18 Nov 2025 09:21:18 +0000
Subject: [PATCH 07/26] url fix
---
sidebars/lending.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sidebars/lending.js b/sidebars/lending.js
index d46e9b5de..9f4177644 100644
--- a/sidebars/lending.js
+++ b/sidebars/lending.js
@@ -42,7 +42,7 @@ module.exports = [
"lending/features/excel-download-overview",
{
type: "link",
- href: "/lending/premium-products/credit-model-overvie",
+ href: "/lending/premium-products/credit-model-overview",
label: "Credit model",
customProps: {
hr: true,
From b42c86fd2c7140b11319e57f3a3301abd5e01fc6 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Wed, 19 Nov 2025 11:10:52 +0000
Subject: [PATCH 08/26] added sidebar
---
docs/lending/premium-products/credit-model-overview.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index 5859a6b08..24e3adb61 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -1,5 +1,6 @@
---
title: "Credit Model overview"
+displayed_sidebar: "lending"
sidebar_label: "Credit Model"
description: "Access detailed assessment of financial health and creditworthiness of a business"
image: "/img/banners/social/lending.png"
From 273866b76d42af63ad672ffe9b26e3c04edcdb2e Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Thu, 20 Nov 2025 14:35:53 +0000
Subject: [PATCH 09/26] rewording
---
.../premium-products/credit-model-overview.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index 24e3adb61..9918a28fb 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -1,8 +1,8 @@
---
-title: "Credit Model overview"
+title: "Credit model overview"
displayed_sidebar: "lending"
sidebar_label: "Credit Model"
-description: "Access detailed assessment of financial health and creditworthiness of a business"
+description: "Access a detailed, data-driven assessment of a business's financial health and creditworthiness"
image: "/img/banners/social/lending.png"
---
@@ -12,7 +12,7 @@ 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.
+The **Credit Model** provides an intuitive way to interpret, visualize, and analyze a borrower’s accounting and banking data. It offers a holistic view of financial performance to support credit decisions and other financial evaluations.
## Notable features
@@ -20,13 +20,13 @@ The credit model contains a wide variety of features to enhance the underwriting
- **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.
+- **Credit Score:** a customizable credit score to align the model with the metrics most important to your analysis.
-- **Accounting Score:** grading of a borrower’s bookkeeping.
+- **Accounting Score:** an evaluation of the quality and completeness of a business’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.
+- **Bank Summary:** bank transaction data converted into a cash-based profit and loss statement.
- **Debt Summary:** breakdown of existing debt with historical and projected repayment terms.
From 4d1f1d1027bc2d42cc15bb62fab7fbdb682766e9 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Thu, 20 Nov 2025 14:52:04 +0000
Subject: [PATCH 10/26] added iframes
---
docs/lending/premium-products/credit-model-overview.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index 9918a28fb..4037301d7 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -36,14 +36,20 @@ The credit model contains a wide variety of features to enhance the underwriting
## Feature components
-Need to change the link
+
+
## Supported outputs
You can retrieve the data read and enriched by this feature by [downloading a report in an Excel format](/lending/features/excel-download-overview) or generating a Credit Model report via [endpoints of our API](/lending-api#/operations/generate-report).
From f41efb6f951e4b085bd584f3c0d83b14602fbae1 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Thu, 20 Nov 2025 15:33:23 +0000
Subject: [PATCH 11/26] wip the other sections
---
.../premium-products/credit-model-overview.md | 42 +++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index 4037301d7..513febaac 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -50,7 +50,49 @@ The credit model contains a wide variety of features to enhance the underwriting
style={{ height: "200px" }}
/>
+## Derived insights
+
+tbc
+
## Supported outputs
You can retrieve the data read and enriched by this feature by [downloading a report in an Excel format](/lending/features/excel-download-overview) or generating a Credit Model report via [endpoints of our API](/lending-api#/operations/generate-report).
+## Get started
+
+Once you have the Lending solution enabled, contact your Account Manager or our support team to enable Credit Model report.
+
+#### Configure data sources
+
+Follow the respective guides to set up and enable accounting integrations that will serve as a data source for the feature:
+
+
+
+#### Enable data types
+
+See how to [enable data types](/core-concepts/data-type-settings#override-the-default-sync-settings) and ensure the following data types have been switched on:
+
+Accounting:
+- Company `companies`
+- Proft and loss `profitAndLoss`
+- Balance sheet `balanceSheet`
+- Bills `bills`
+- Bill payments `billPayments`
+- Invoices `invoices`
+- Payments `payments`
+- Credit notes `creditNotes`
+- Bill payments `billPayments`
+
+Banking:
+- Banking transactions `banking-transactions`
+- Banking accounts `banking-accounts`
+
+Credit Model report is an asynch report meaning it would start a new sync when the genration is started.
+
+#### Configure webhooks
+
+We recommend you subscribe to the following webhooks if you are using an API solution.
+
+* reports.creditModel.generate.successful
+
+* reports.creditModel.generate.unsuccessful
\ No newline at end of file
From 053ead12e6d4dc420c8ad205bcec3731943cf270 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Thu, 20 Nov 2025 15:44:55 +0000
Subject: [PATCH 12/26] webhooks added
---
docs/lending/premium-products/credit-model-overview.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index 513febaac..b9eecb2a2 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -93,6 +93,10 @@ Credit Model report is an asynch report meaning it would start a new sync when t
We recommend you subscribe to the following webhooks if you are using an API solution.
-* reports.creditModel.generate.successful
+- [`reports.creditModel.generate.successful`](/webhooks/reports.creditModel.generate.successful/post)
-* reports.creditModel.generate.unsuccessful
\ No newline at end of file
+The webhook is returned when the report is successfully generated.
+
+- [`reports.creditModel.generate.unsuccessful`](/webhooks/reports.creditModel.generate.unsuccessful/post)
+
+The webhook is returned the report generation has failed.
From 033be9eb370ce6bf0aa6312d3c820125c5779822 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Thu, 20 Nov 2025 16:11:39 +0000
Subject: [PATCH 13/26] webhooks update
---
docs/lending/premium-products/credit-model-overview.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index b9eecb2a2..adef95055 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -72,7 +72,7 @@ Follow the respective guides to set up and enable accounting integrations that w
See how to [enable data types](/core-concepts/data-type-settings#override-the-default-sync-settings) and ensure the following data types have been switched on:
-Accounting:
+##### Accounting:
- Company `companies`
- Proft and loss `profitAndLoss`
- Balance sheet `balanceSheet`
@@ -83,7 +83,7 @@ Accounting:
- Credit notes `creditNotes`
- Bill payments `billPayments`
-Banking:
+##### Banking:
- Banking transactions `banking-transactions`
- Banking accounts `banking-accounts`
From 2ca6d31ab1198344ac5e42d7dcc61e7a257bf004 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Thu, 20 Nov 2025 16:21:14 +0000
Subject: [PATCH 14/26] updated enable data types section
---
docs/lending/premium-products/credit-model-overview.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index adef95055..d8092fa4a 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -73,21 +73,22 @@ Follow the respective guides to set up and enable accounting integrations that w
See how to [enable data types](/core-concepts/data-type-settings#override-the-default-sync-settings) and ensure the following data types have been switched on:
##### Accounting:
-- Company `companies`
-- Proft and loss `profitAndLoss`
+- Company `company`
+- Profit and loss `profitAndLoss`
- Balance sheet `balanceSheet`
- Bills `bills`
- Bill payments `billPayments`
+- Suppliers `suppliers`
+- Customers `customers`
- Invoices `invoices`
- Payments `payments`
- Credit notes `creditNotes`
-- Bill payments `billPayments`
##### Banking:
- Banking transactions `banking-transactions`
- Banking accounts `banking-accounts`
-Credit Model report is an asynch report meaning it would start a new sync when the genration is started.
+The Credit Model report is generated asynchronously. Initiating the report will trigger a new data sync.
#### Configure webhooks
From 07711414151c6982280e4f18195cf67b32b69603 Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Wed, 26 Nov 2025 11:48:39 +0000
Subject: [PATCH 15/26] added derived highlights
---
.../premium-products/credit-model-overview.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index d8092fa4a..6a2a1161f 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -52,7 +52,17 @@ The credit model contains a wide variety of features to enhance the underwriting
## Derived insights
-tbc
+- **Key Highlights:** a detailed outline of the company’s best performing and most material financial metrics
+- **Key Risks:** a detailed outline of the company’s worst performing and most material financial metrics
+- **Proforma Cash Runway:** prediction of cash runway – considering historical burn, upcoming capital injections, and future debt payments
+- **Knockout Rules:** custom alerts when certain financial metrics reach given thresholds
+- **Accounting Issues:** explanation of any poor bookkeeping practices
+- **Closed Books Indicator:** estimation of the most recent accounting period officially closed by a business
+- **Debt Repayment Schedule:** implied terms of a company’s credit cards and debt facilities, including payment, frequency, maturity, balance, and more.
+- **Accounts Receivable Aging:** automated aging schedule from unpaid customer invoices
+- **Accounts Payable Aging:** automated aging schedule from unpaid supplier bills
+- **Customer Summary:** full overview of customer repayment behavior, including percentage of on time payments, breakdown of repayment terms, and customer concentration
+- **Repayment Summary:** full overview of supplier repayment behavior, including percentage of on time payments, breakdown of repayment terms, and supplier concentration
## Supported outputs
From 3122e3aab89e6f1af69c295ff65968e5e387788f Mon Sep 17 00:00:00 2001
From: ivasiutkova <134383523+ivasiutkova@users.noreply.github.com>
Date: Wed, 26 Nov 2025 12:03:04 +0000
Subject: [PATCH 16/26] feature components added
---
docs/lending/premium-products/credit-model-overview.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/lending/premium-products/credit-model-overview.md b/docs/lending/premium-products/credit-model-overview.md
index 6a2a1161f..83e7c5933 100644
--- a/docs/lending/premium-products/credit-model-overview.md
+++ b/docs/lending/premium-products/credit-model-overview.md
@@ -16,7 +16,7 @@ The **Credit Model** provides an intuitive way to interpret, visualize, and anal
## Notable features
-The credit model contains a wide variety of features to enhance the underwriting process:
+The Credit Model contains a wide variety of features to enhance the underwriting process:
- **Dashboard:** all-encompassing view of a borrower’s financial health.
@@ -36,6 +36,10 @@ The credit model contains a wide variety of features to enhance the underwriting
## Feature components
+The Credit Model report can be based on Accounting and/or Banking data sources.
+
+### Accounting components supported across integrations
+
+### Banking components supported across integrations
+