- This topic has 1 reply, 2 voices, and was last updated 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Optuma Forums › Optuma Scripting › AUM historical data
Tagged: AUM
Hi, I would like to create an ETF watchlist that has AUM in a column and AUM 1 month prior as a column. When I use the offset function I am not getting the desired results. How do i account for that the last data update to AUM is 6/15/22 when today’s date is 6/30/22? The data is updated monthly but I am getting daily values up to the last update date?
Thanks, Jamie
1 2 3 4 5 |
V1 = DATAFIELD(Month(PERIODAMOUNT=1), FEED=FD, FIELD=AssetsUnderManagement); V2 = OFFSET(Month(PERIODAMOUNT=1), V1, OFFSET=1); V1 - V2 |
Hi Jamie,
We’re looking at our AUM daily updates, but in the meantime if you use the following the monthly change should work (a monthly offset isn’t required as V1 is already monthly, so the value in square brackets can be used to look at the previous value of V1).
1 2 3 4 |
V1 = DATAFIELD(Month(PERIODAMOUNT=1), FEED=FD, FIELD=AssetsUnderManagement); V1 - V1[1] |
For YTD, change the timeframe to year:
Cookie | Duration | Description |
---|---|---|
cname | 14 days | This cookie is set by Optuma. The cookies is used to store the users campaign selection for selecting the correct version of Optuma to trial and is "Necessary". |
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |