-
-
Here is a quick implementation of XIRR (using Excel nomenclature) written in C#.
Disclaimer: this is a super simple Bisection-based implementation. People tend to prefer the Newton method, but this i…
-
Here is a quick implementation of XIRR (using Excel nomenclature) written in C#.
Disclaimer: this is a super simple Bisection-based implementation. People tend to prefer the Newton method, but this i…
-
I noticed that if you use recurring expenses, the cashflow report treats that as separate from expenses and shows them as a separate category. I was not expecting that. I would expect them to just be …
-
Happy Holidays Dwight, I hope you are doing well. I am trying to use the Multi Financial feature; pulling the last 5 years for AVGO (I also tried APPLE) just to see if there was something else wrong. …
-
`Incomes `
-
## Background
User has positions in a deal, expecting IRR from the position:
### Input information
* bond name of position
* size of position
* history cashflow of position ( invest amount/da…
-
- `nvim --version`: v0.2.2
- Vim (version: 8.0) behaves differently? Yes
- Operating system/version: Arch Linux
- Terminal name/version: GNOME Terminal 3.26.2 Using VTE version 0.50.3 +GNUTLS
…
-
I tired to pull the income/cashflow quarterly data, getting below error message, but able to pull the eps_q, revenue_q data.
The fundamentals data for the security specified is not available.Miss…
-
XIRR function will produce unstable results when the input cashflow is reasonably large (e.g. 1 * 10^12)
**The simple fix to this is to normalize the input cashflow sequence, which will greatly impr…