HomeToolsFinancial StatementsRelated Party Transaction Extractor

// FINANCIAL STATEMENTS

Related Party Transaction Extractor

Pull related-party transactions from the Notes section into a structured, counterparty-level table.

related-party-transaction-extractor.run
> 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

command
$ extract --rpt ar_FY24.pdf

// EXAMPLE OUTPUT

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.

anchor (per value)
{ 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.

// 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.