MoneyHub.Tax (MoneyHub v1.0.0)

Copy Markdown View Source

Tax reporting data: transactions surfaced to help answer SA105 (the UK Self Assessment questions for property income) for HMRC reporting.

See Tax Return. Requires the tax:read scope.

Summary

Functions

Fetches SA105-relevant transaction data for the user identified by token.

Functions

get(config, token, opts \\ [])

@spec get(MoneyHub.Config.t(), String.t(), keyword()) ::
  {:ok, map()} | {:error, MoneyHub.Error.t()}

Fetches SA105-relevant transaction data for the user identified by token.

Options

  • :from_date / :to_date - restrict to a tax year or other date range.