Credit Model docs#1704
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Overall readability score: 57.62 (🔴 -0.02)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for Codat's Credit Model feature, a premium lending product that provides data-driven assessment of business financial health and creditworthiness.
Key changes:
- Created new Credit Model overview documentation page
- Added Credit Model navigation link to the lending sidebar under "Premium products" section
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| sidebars/lending.js | Added Credit Model link under Premium products section in the lending sidebar |
| docs/lending/premium-products/credit-model-overview.md | New comprehensive documentation covering Credit Model features, components, insights, and setup instructions |
| frameborder="0" | ||
| className="googleSheets" | ||
| style={{ height: "450px" }} | ||
| /> | ||
|
|
||
| ### Banking components supported across integrations | ||
|
|
||
| <iframe | ||
| src="https://docs.google.com/spreadsheets/d/1VEE7uUH_Q4ZGReonOqfZVT6V4-C40rwsMNEp2K7hOhQ/pubhtml?gid=1760315404&single=true&widget=true&headers=false" | ||
| frameborder="0" | ||
| className="googleSheets" | ||
| style={{ height: "200px" }} |
There was a problem hiding this comment.
The frameborder attribute is deprecated in HTML5. Use CSS style attribute with border: 0 or border: none instead.
| frameborder="0" | |
| className="googleSheets" | |
| style={{ height: "450px" }} | |
| /> | |
| ### Banking components supported across integrations | |
| <iframe | |
| src="https://docs.google.com/spreadsheets/d/1VEE7uUH_Q4ZGReonOqfZVT6V4-C40rwsMNEp2K7hOhQ/pubhtml?gid=1760315404&single=true&widget=true&headers=false" | |
| frameborder="0" | |
| className="googleSheets" | |
| style={{ height: "200px" }} | |
| className="googleSheets" | |
| style={{ border: "none", height: "450px" }} | |
| /> | |
| ### Banking components supported across integrations | |
| <iframe | |
| src="https://docs.google.com/spreadsheets/d/1VEE7uUH_Q4ZGReonOqfZVT6V4-C40rwsMNEp2K7hOhQ/pubhtml?gid=1760315404&single=true&widget=true&headers=false" | |
| className="googleSheets" | |
| style={{ border: "none", height: "200px" }} |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added detailed instructions for generating reports via API and Codat Portal.
|
Link check results for preview deployment (https://codat-docs-git-MED-372-Credit-Model-docs-codat.vercel.app): |
Description
Type of change
Please delete options that are not relevant.
Reviews and merging
You are responsible for getting your PR merged. Address review comments promptly and make sure to merge the PR when ready.
Feel free to 'Enable automerge' - your PR will automatically merge when accepted and passing the build.
Note
Introduces the premium Credit Model docs with API/Portal instructions, adds related webhook events, updates the Lending sidebar, adds an accounting integrations filter, and includes a new image asset.
docs/lending/premium-products/credit-model-overview.mddescribing features, enrichments, supported outputs, API endpoints (generate-report,download-credit-model-excel,get-financial-summary), setup steps, required data types, and webhook guidance.static/img/lending/lending-credit-model-portal.png.docs/using-the-api/webhooks/event-types.md, add Lending events:reports.creditModel.generate.successfulandreports.creditModel.generate.unsuccessful.sidebars/lending.jsto add link tolending/premium-products/credit-model-overviewunder Premium features.src/components/Integrations/integrations.js, addintegrationsAccountingFilterCreditModeland exportbankingIntegrationsfor use in the new doc.Written by Cursor Bugbot for commit 7b2ef47. This will update automatically on new commits. Configure here.