// FINANCIAL STATEMENTS
Related Party Transaction Extractor
Pull related-party transactions from the Notes section into a structured, counterparty-level table.
> extract --rpt ar_FY24.pdf
RELATED PARTY TRANSACTIONS — FY24 counterparty relationship nature FY24 FY23 ABC Holdings Ltd Parent Sale of services 1,202 980 XYZ Tech Pvt Ltd Subsidiary Royalty income 418 365 PQR Capital Ltd Associate Interest income 64 58 LMN Trust KMP-related Rent paid 24 20 ... source: ar_FY24.pdf · Note 32 · p.198
// EXAMPLE INPUT
$ extract --rpt ar_FY24.pdf
// EXAMPLE OUTPUT
RELATED PARTY TRANSACTIONS — FY24 counterparty relationship nature FY24 FY23 ABC Holdings Ltd Parent Sale of services 1,202 980 XYZ Tech Pvt Ltd Subsidiary Royalty income 418 365 PQR Capital Ltd Associate Interest income 64 58 LMN Trust KMP-related Rent paid 24 20 ... source: ar_FY24.pdf · Note 32 · p.198
// EXTRACTION LOGIC
Relationship taxonomy (Parent / Subsidiary / Associate / JV / KMP / KMP-related / Other) is normalized. Nature-of-transaction strings are categorised but original text is preserved.
// SOURCE-LINKED OUTPUT
Every counterparty row links back to the row in Note 32 (or equivalent). Outstanding balance disclosures (year-end balances, payable/receivable) are kept on a separate sheet, also source-linked.
{ file, page, table_id, row_id, cell_id, label, value, unit, period }// FAQ
Are year-end balances captured?
Yes — payable and receivable balances with related parties are output on a separate sheet.
How is the relationship type determined?
Relationship types are taken from the disclosure heading and normalized to a fixed taxonomy.
Can I export the full nature-of-transaction text?
Yes — the original disclosure text is preserved alongside the categorized field.
// RELATED TOOLS
Financial Statements
Notes to Accounts Extractor
Pull individual notes from the Notes-to-Accounts section into structured tables and text blocks.
Financial Statements
Financial Statement Extractor
Pull the three core financial statements — Balance Sheet, P&L, and Cash Flow — into a clean, comparable workbook.
Annual Reports
Auditor Comment Extractor
Pull the independent auditor's report — opinion, basis, key audit matters, and emphasis-of-matter — into a structured document.
// EARLY ACCESS
Get early access to the Related Party Transaction Extractor
Paper Data is currently in private beta. Request access to start converting your financial documents into source-linked tables.
