flywire
flywire
> "Holding period" for a trade isn't really a holding period, it's weighted average holding period of individual transactions in a trade! ... the fact that it's what being used...
Usecase is making values and dates available as separate arrays. The last line shows the data from reading excel cells (in LibreOffice Calc). `excel2date` converts the date to the format...
**Excel xirr** ``` Date Credit xirr 31/12/2019 80.00 31/12/2020 -100.00 0.25 31/12/2020 100.00 30/06/2021 -5.00 31/12/2021 -104.50 0.10 0.17 ``` **Proposed UDF xirr** ``` Date Credit Balance xirr 31/12/2019 80.00...
LibreOffice Calc [implementation](https://stackoverflow.com/q/68833486/4539999) under development.
As shown in:  [Layer Settings Default Pen Width](https://github.com/xanderdin/LibreCAD_dxf2pdf_standalone/issues/2#issuecomment-526479333)
> `flowchart-elk` will do the job. No, does not work for an even number of nodes and badly screws the order. **Original:**  [link](https://mermaid.live/edit#pako:eNpNzbEOwiAUheFXIXdqkzLoyNaKT6DjXW7g1jYWMAgxpum7S3XA7UvOn5wVTLAMCsYlvMxEMYmrRi9E3zR9234lpJRiqDxV6srzzuHXHv58RA8dOI6OZluO1n1DSBM7RlCFluIdAf1WOsopXN7egEoxcwf5YSmxnukWyYEaaXny9gEKXjOA) **-elk:**  [link](https://mermaid.live/edit#pako:eNpNzb0KwjAUhuFbCWdqoRl0zNYar0DHLIfk1JbmR9IEkdJ7N9Uhbg98L3wb6GAIBIw2vPSEMXGyC7tL5Rnrm6Zv268Y55wNlZdKWXk9OPza05_PykMHjqLD2ZSz7dgUpIkcKRCFBuOiQPm9dJhTuL29BpFipg7y02AiOeMjogMxol1p_wANcjTp)
@knsv this is a duplicate of (ie newer than) #2805. Would you mind looking at https://github.com/mermaid-js/mermaid/issues/2805#issuecomment-1148595864?
No, need more flexible label alignment in general. ``` flowchart TD A-->B subgraph gb ["nok_______"] B end ``` 
Useful alignments. 1. Horizontal: * left * centre * right * indent * undent 1. Vertical: * top * middle * bottom
> i've spent hours trying and cannot figure it out. Intuitively this type of manipulation seems easy but impossible in practice. The user guide should give more detail/examples of what...