Initialize new instance.
async callback that calls evaluate in context of the browser.
Retrieve transactions for the logged in user.
list of Fidelity account numbers to retrieve.
start date, inclusive. Should have time 00:00:00 and timezone UTC, but represent America/New_York.
end date, inclusive. Should have time 00:00:00 and timezone UTC, but represent America/New_York.
Transactions for accounts between [start, end].
StaticencodeEncode name for use in Fidelity get transactions.
the plain-text name.
The encoded name.
StaticfidelityConvert date to epoch seconds in Fidelity time zone (America/New_York).
date to convert.
Epoch seconds for d interpreted as America/New_York at midnight.
StaticgetReturn the options argument for calling fetch to get accounts.
JSON-compatible object options argument for fetch call.
StaticgetReturn the options argument for calling fetch to get transactions.
list of Fidelity accounts to retrieve.
start date, inclusive. Treated as midnight America/New_York.
end date, inclusive. Treated as midnight America/New_York.
JSON-compatible object options argument for fetch call.
StaticprintHuman-friendly rendering of options used to get transactions.
fetch options arg, e.g. result of getTransactionsOptions.
Printable string with embedded JSON strings parsed into objects.
Retrieve transactions from fidelity.com via browser fetch calls.