| axprism_portfolio | R Documentation |
Screen a full portfolio for Shariah compliance and purification
axprism_portfolio(
client,
items,
ruleset = "aaoifi",
period = "annual",
include_purification = TRUE
)
client |
An |
items |
List of holdings (each a list with |
ruleset |
Compliance ruleset (default "aaoifi"). |
period |
"annual" or "quarterly". |
include_purification |
Compute purification when TRUE. |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_portfolio(client, list(list(ticker = "AAPL", shares = 100)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.