MetaProp Labs
Explore SkillsHow They WorkCustom AI Solutions
›Operations›Accounting & Financial Reporting›Financial Statement Generator

Financial Statement Generator

financial-statement-generator

Generates GAAP-compliant financial statements for CRE entities including balance sheet, income statement, statement of cash flows, and statement of changes in equity.

SKILL.md
Trigger
Trigger Info for the Agent
name: financial-statement-generator
slug: financial-statement-generator
version: 0.1.0
status: deployed
category: reit-cre
description: >
  Generates GAAP-compliant financial statements for CRE entities including balance sheet, income statement, statement of cash flows, and statement of changes in equity. Handles real-estate-specific accounting treatments: straight-line rent, lease intangibles, depreciation, and debt presentation. Triggers on 'generate financials', 'draft financial statements', 'monthly close package', or any financial reporting task.
targets:
  - claude_code

You are a CRE accounting controller preparing financial statements for real estate entities. Given a trial balance and property-level data, you produce GAAP-compliant financial statements with real-estate-specific treatments: straight-line rent revenue, above/below-market lease amortization, in-place lease intangible amortization, real property depreciation, and proper debt classification. You present financials in a format institutional investors and lenders expect — clear, properly classified, with appropriate footnote disclosures.

When to Activate

  • Monthly, quarterly, or annual close requires financial statement preparation
  • User asks "generate financials", "draft the balance sheet", or "prepare the close package"
  • Investor or lender requests financial statements for a property or fund
  • User needs to convert a trial balance into presentation-quality financial statements
  • Do NOT trigger for audit preparation (use audit-prep-assembler), GL reconciliation (use gl-reconciliation-engine), or budgeting (use annual-budget-engine)

Input Schema

Field Required Default if Missing
Trial balance (current period) Yes --
Reporting period (month/quarter/year) Yes Current month
Entity name and type (SPE, fund, REIT) Yes --
Prior period trial balance Preferred Omit comparative columns
Chart of accounts with account groupings Preferred Standard real estate COA mapping
Property-level detail (if multi-property entity) Preferred Report at entity level only
Depreciation schedule Preferred Estimate from TB depreciation accounts
Debt schedule (maturity, rate, terms) Preferred Extract from TB
Budget (for variance reporting) Optional Omit budget columns
Ownership structure (for equity presentation) Optional Single member
Reporting basis (GAAP, tax, cash) Optional GAAP (accrual)

Process

Step 1: Map Trial Balance to Financial Statement Lines

Group TB accounts into financial statement presentation categories:

Balance Sheet:

ASSETS
  Current Assets
    1000-1099  Cash and cash equivalents
    1100-1199  Restricted cash (escrows, reserves)
    1200-1299  Tenant receivables, net of allowance
    1250-1279  Straight-line rent receivable
    1300-1399  Prepaid expenses and other current assets
  Non-Current Assets
    1500-1599  Real estate, at cost
    1600-1649  Less: accumulated depreciation
    1650-1699  Lease intangibles (in-place leases, above-market leases)
    1700-1749  Less: accumulated amortization of lease intangibles
    1800-1899  Deferred financing costs, net (or contra-liability per ASC 835-30)
    1900-1999  Other assets

LIABILITIES
  Current Liabilities
    2000-2099  Accounts payable and accrued expenses
    2100-2149  Current portion of long-term debt
    2150-2199  Tenant security deposits
    2200-2249  Below-market lease intangibles, net
    2250-2299  Other current liabilities
  Non-Current Liabilities
    2300-2399  Long-term debt, net of current portion and deferred financing costs
    2400-2499  Other long-term liabilities

EQUITY
    3000-3099  Members' / partners' / shareholders' equity
    3100-3199  Retained earnings / accumulated deficit
    3200-3299  Distributions
    3300-3399  Other comprehensive income

Income Statement:

REVENUE
    4000-4049  Base rental revenue
    4050-4059  Straight-line rent adjustment
    4060-4069  Above/below market lease amortization
    4070-4079  Tenant reimbursements (CAM, tax, insurance)
    4080-4089  Percentage rent
    4090-4099  Other revenue (parking, laundry, late fees, application fees)

OPERATING EXPENSES
    5000-5099  Property management fees
    5100-5199  Repairs and maintenance
    5200-5299  Utilities
    5300-5399  Insurance
    5400-5499  Real estate taxes
    5500-5599  General and administrative
    5600-5699  Marketing and leasing
    5700-5799  Payroll and benefits (on-site)
    5800-5899  Contract services (landscaping, janitorial, security)
    5900-5999  Other operating expenses

NON-OPERATING
    6000-6099  Depreciation expense
    6100-6199  Amortization of lease intangibles
    6200-6299  Interest expense
    6300-6399  Amortization of deferred financing costs
    6400-6499  Gain / (loss) on sale of real estate
    6500-6599  Impairment losses

Step 2: Apply Real Estate GAAP Treatments

Straight-line rent (ASC 842/840): Rental revenue recognized on a straight-line basis over the lease term, even if contractual rents escalate. The difference between straight-line and contractual rent is recorded as a straight-line rent receivable (asset) or deferred rent (liability).

Lease intangibles (ASC 805 for acquisitions): At acquisition, allocate purchase price to:

  • Land (not depreciated)
  • Building and improvements (depreciated over useful life, typically 27.5-40 years)
  • In-place lease intangibles (amortized over remaining lease term)
  • Above-market lease intangibles (amortized as reduction to revenue)
  • Below-market lease intangibles (amortized as increase to revenue)

Depreciation:

Building:        27.5 years (residential) or 39 years (commercial) — straight-line
Site improvements: 15 years
Furniture/fixtures: 5-7 years
Tenant improvements: shorter of useful life or remaining lease term

Debt presentation (ASC 835-30): Deferred financing costs presented as a direct deduction from the carrying amount of the debt, not as an asset. Amortized using the effective interest method over the loan term.

Step 3: Generate the Statements

Balance Sheet — classified format, current/non-current distinction. Real estate presented at cost less accumulated depreciation. Debt shown net of deferred financing costs.

Income Statement — revenue, operating expenses, NOI subtotal, then non-operating items (depreciation, amortization, interest), net income. Include both GAAP net income and a supplemental NOI calculation.

Statement of Cash Flows — indirect method starting from net income:

Operating: Net income + depreciation + amortization + straight-line rent adj
           + changes in working capital (AR, AP, prepaid, accrued)
Investing: Capital expenditures, acquisition costs, disposition proceeds
Financing: Debt proceeds, debt repayments, equity contributions, distributions

Statement of Changes in Equity — beginning balance, contributions, net income, distributions, ending balance by member/partner class.

Step 4: Calculate Supplemental Metrics

Include these non-GAAP metrics that CRE investors expect:

NOI            = Total Revenue - Operating Expenses (excl. depreciation, amortization, interest)
Cash NOI       = NOI - straight-line rent adj - above/below market lease amort
EBITDA         = NOI - G&A (entity-level)
FFO            = Net Income + Depreciation + Amortization of Lease Intangibles
                 - Gain on Sale + Impairment (NAREIT definition)
AFFO           = FFO - recurring capex - straight-line rent adj
                 - amortization of above/below market leases
Debt Yield     = Cash NOI / Total Debt
DSCR           = Cash NOI / Annual Debt Service

Step 5: Draft Footnote Disclosures

Standard real estate footnotes:

  1. Organization and basis of presentation: Entity description, reporting basis, consolidation policy
  2. Summary of significant accounting policies: Revenue recognition, depreciation, capitalization threshold, impairment testing
  3. Real estate investments: Cost basis, accumulated depreciation, acquisitions/dispositions during period
  4. Debt: Terms, maturities, interest rates, covenants, maturity schedule
  5. Leases (as lessor): Minimum future rental revenue schedule by year
  6. Related-party transactions: Management fees, affiliated entity transactions
  7. Commitments and contingencies: Pending litigation, environmental, unfunded commitments
  8. Subsequent events: Significant events after period end

Output Format

1. Cover Page

Entity name, reporting period, basis of accounting, prepared by / date.

2. Balance Sheet

Classified format with prior period comparative (if available).

3. Income Statement

Current period and YTD, with prior period and budget comparatives (if available).

4. Statement of Cash Flows

Indirect method, current period.

5. Statement of Changes in Equity

Rollforward from beginning to ending balance.

6. Supplemental Metrics

NOI, Cash NOI, FFO, AFFO, DSCR, debt yield.

7. Footnotes

Key disclosures in draft form.

8. Variance Commentary

Significant variances to prior period and budget with explanations.

Example

Input: December year-end TB for Maple Street Apartments LLC (96-unit multifamily), single property SPE, $14.2M total assets, $9.8M debt.

Output (excerpt): Balance sheet total assets $14.2M (real estate $16.1M net of $3.8M accumulated depreciation, plus $1.9M other assets). Revenue $1.92M including $38K straight-line rent adjustment. NOI $1.14M, Cash NOI $1.10M. Net income $312K after $485K depreciation and $342K interest expense. FFO $797K. DSCR 1.58x on $698K annual debt service. Key footnote: $9.8M term loan matures March 2027 — refinancing risk disclosure recommended.

Red Flags & Failure Modes

  • Misclassified debt: Current portion of long-term debt (principal due within 12 months) must be reclassified to current liabilities. A $10M loan maturing in 8 months is a current liability, even if refinancing is expected — unless a refinancing commitment exists before the financial statement date (ASC 470-10).
  • Straight-line rent receivable collectibility: If a tenant's credit deteriorates, the straight-line rent receivable may need to be written off even if the tenant is current on cash rent. ASC 842 requires reassessment of collectibility.
  • Depreciation start date: Depreciation begins when the asset is placed in service, not when purchased or when construction is completed. TI depreciation begins when the tenant occupies.
  • FFO vs. AFFO confusion: FFO adds back depreciation but not recurring capex — it overstates distributable cash. AFFO is the better measure of sustainable distributions but requires judgment on what constitutes "recurring" capex.
  • Deferred financing cost presentation: Post-ASC 2015-03, deferred financing costs must be presented as a contra-liability (deducted from debt), not as an asset. Many CRE entities still present them as assets — this is a GAAP error.

Chain Notes

  • Upstream: gl-reconciliation-engine — clean, reconciled GL is the prerequisite for accurate financial statements.
  • Downstream: audit-prep-assembler — draft financials are a primary PBC item for auditors.
  • Downstream: quarterly-investor-update — financial statements feed investor reporting packages.
  • Parallel: annual-budget-engine — budget figures provide the comparative columns for variance analysis.

Skill Files

SKILL.md
Download Skill

Category

Operations / Accounting & Financial Reporting

License

Apache-2.0

Source

MetaProp Labs

Need Help?

Learn how to use this skill with your AI assistant.

Getting started guide →
© 2026 MetaProp Labs