Access metadataΒΆ

Access metadata from postings, transactions, and accounts.

  • any_meta() - Get metadata from the posting or its parent transaction if not present.

  • close_date() - Get the date of the close directive of the account.

  • commodity_meta() - Get the metadata dict of the commodity directive of the currency.

  • currency_meta() - Get the metadata dict of the commodity directive of the currency.

  • entry_meta() - Get some metadata key of the transaction.

  • meta() - Get some metadata key of the posting.

  • open_date() - Get the date of the open directive of the account.

  • open_meta() - Get the metadata dict of the open directive of the account.