Financial calendar periods. Requires calendar:read scope.
Summary
Functions
@spec get_period(Tink.Client.t(), String.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
Get a specific calendar period by name.
@spec list_periods(Tink.Client.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
List all calendar periods.