Finance Formula: YIELD
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Reviving an old post: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Using-Yield-Formula-From-Excel...
Has anyone managed to calculate the yield formula from excel into Alteryx?
I am avoiding Python due to internal policies. I was thinking of making a formula in Alteryx like “=YIELD(x, y, z…)” and then output it to Excel.
At least the formula then interacts with Excel as if it was running… any thoughts are welcomed!
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@caltang
I can see an Idea is raised for this function.
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/PRICE-and-YIELD-formulas-from-Excel/...
and here are some discussion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think it’ll take a few cycles before Alteryx implements more finance formulas from Excel. Thanks @Qiu - I guess I’ll go with the formula to force a formula to exist in the excel output.
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I assume R isn't ok? jrvFinance?
https://cran.r-project.org/web/packages/jrvFinance/index.html
I think the no Python is funny - I'm sure your upstream data teams use it all the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Well the thing is… we cannot really use R or Python anymore due to an internal requirement with regards to the Server.
If we use R or Python on desktop, eventually we will move to the Server. To be consistent, we are stripping any use of those two tools entirely just to be safe.
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I’m not a finance professional but some of them were telling me it’s not so straightforward as the formula may suggest especially with regards to dates in the calculations.
Something about the precision as well. But using the formula =ABS(YIELD(….)) in Alteryx and then outputting to Excel seems to do the trick and the end users are happy.
Though I much prefer if the formula was maintained more properly on Alteryx itself rather than excel hacking this way…
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
