xbert-div7a-schedule
Division 7A loan schedule with minimum repayment calc and benchmark-rate-ready output. v1 narrow: manual benchmark-rate entry until an ATO benchmark rate lookup ships.
By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 9, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install xbert-div7a-schedule for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-div7a-schedule@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/XBertIntelligence/XBert-PluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xbert-div7a-schedule/.
Plugin files
├── .claude-plugin/plugin.json└── skills/div7a-schedule/SKILL.md
Included Skills1
Build a Division 7A loan schedule per shareholder loan — opening, advances, repayments, interest at the benchmark rate, minimum yearly repayment, and complying-loan-agreement assumption check. Use when the user asks for the Div 7A schedule, the shareholder loan schedule, the minimum repayment calc, year-end Div 7A walk, or runs the /div7a-schedule slash command. Also triggers on "Div 7A", "shareholder loan", "loan to director", "deemed dividend risk", "complying loan agreement".
Plugin manifests1
{
"name": "xbert-div7a-schedule",
"displayName": "XBert Div 7A Schedule",
"description": "Division 7A loan schedule with minimum repayment calc and benchmark-rate-ready output. v1 narrow: manual benchmark-rate entry until an ATO benchmark rate lookup ships.",
"author": {
"name": "XBert Intelligence",
"email": "[email protected]"
},
"homepage": "https://intelligence.xbert.io/plugins/xbert-div7a-schedule",
"license": "MIT",
"keywords": [
"div7a",
"shareholder-loans",
"tax",
"year-end",
"ato"
],
"x-xbert": {
"displayName": "XBert Div 7A Schedule",
"tagline": "Division 7A loan schedule with minimum repayment calc and benchmark-rate-ready output.",
"audience": [
"accountants"
],
"categories": [
"tax",
"year-end",
"div7a",
"shareholder-loans"
],
"prerequisites": [
"XBert account",
"Shareholder / related-party loan accounts identifiable in the chart of accounts",
"ATO benchmark interest rate for the income year (v1 entered manually)"
],
"screenshots": [],
"demoVideo": null,
"includes": {
"skills": 1,
"commands": 1,
"mcpTools": 0
},
"longDescription": "Division 7A is a perennial accuracy trap. Every private company that has lent to a shareholder or associate needs an annual schedule that tracks opening balance, new advances, repayments, interest accrual at the benchmark rate, and the minimum yearly repayment required to keep the loan compliant. Get the calculation wrong and the unpaid balance is deemed an unfranked dividend in the shareholder's hands — a far more expensive outcome than the original drawing. Most firms build this in a spreadsheet per client per loan, with the benchmark rate copied from an ATO bulletin once a year.\n\nXBert Div 7A Schedule pulls the shareholder loan accounts from the balance sheet, identifies the related-party counterparts from contacts, walks each loan from opening balance through advances, repayments, and interest accrual, calculates the minimum yearly repayment per loan, and produces an Excel schedule per loan plus a next-year reminder.\n\nv1 scope (narrow): the ATO benchmark interest rate is entered manually. An ATO benchmark rate lookup capability is on the roadmap and will turn this into a zero-input workflow. v1 also assumes a compliant-loan-agreement is in place (the schedule notes this assumption explicitly rather than verifying the agreement document). The plugin ships now because the calculation + working paper are the bulk of the value, and the manual rate entry is a one-keystroke ask.",
"useCases": [
{
"title": "Year-end Div 7A schedule",
"description": "Walk every shareholder loan from opening to closing with advances, repayments, interest accrual, and minimum yearly repayment per loan."
},
{
"title": "Multi-loan-per-shareholder handling",
"description": "Each loan is scheduled separately even where one shareholder has multiple — minimum repayments are calculated per loan, not aggregated."
},
{
"title": "Next-year benchmark-rate reminder",
"description": "Schedule includes a reminder to look up the next income year's benchmark rate when the ATO publishes it — so the workflow loops cleanly."
},
{
"title": "Compliant-loan-agreement assumption",
"description": "Schedule notes the assumption that a complying loan agreement is in place. If it isn't, the underlying advance may already be a deemed dividend — flagged for partner review."
}
],
"benefits": [
{
"icon": "Wallet",
"title": "Per-loan minimum repayment",
"description": "Calculates the minimum yearly repayment per loan, not aggregated — so the schedule matches the loan agreement structure."
},
{
"icon": "Scale",
"title": "Interest accrual at benchmark",
"description": "Interest accrued at the ATO benchmark rate for the income year, with the rate clearly named in the working paper for audit trail."
},
{
"icon": "FileText",
"title": "Excel schedule per loan",
"description": "One worksheet per loan with the full walk — opening, advances, repayments, interest, closing, and minimum repayment compliance check."
}
],
"workflow": [
"Type /div7a-schedule in Claude Code or Claude Desktop",
"Confirm the client, the income year, and enter the ATO benchmark rate (v1: manual)",
"Plugin pulls balance sheet, journal master, and shareholder/related-party contacts",
"Each loan is walked opening to closing with minimum repayment calc",
"Render the deliverable(s) via xbert-working-paper:render-docx / render-xlsx / render-pdf as specified by the skill, and report the saved path(s)"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[xbert-div7a-schedule on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-div7a-schedule)