rebalance-app icon indicating copy to clipboard operation
rebalance-app copied to clipboard

💸 Optimal lazy portfolio rebalancing calculator (in Rust)

Results 10 rebalance-app issues
Sort by recently updated
recently updated
newest added

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tabwriter](https://crates.io/crates/tabwriter) | dependencies | minor | `1.1.0` -> `1.2.1` | ---...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [num](https://crates.io/crates/num) | dependencies | minor | `0.2.0` -> `0.4.0` | ---...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [csv](https://crates.io/crates/csv) | dependencies | patch | `1.1.1` -> `1.1.6` | ---...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://crates.io/crates/clap) | dependencies | patch | `2.33.0` -> `2.33.3` | ---...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://crates.io/crates/chrono) | dependencies | patch | `0.4.6` -> `0.4.19` | ---...

If you try to run the app with a contribution amount that contains a comma thousands separator (i.e. 10,000) you will get the following exception: ``` thread 'main' panicked at...

enhancement

Docs to elaborate more on: - What is the targets csv file? And what is the expected setup? - What is the portfolio csv file? And what is the expected...

Hey, Thank you for this great code, I was wondering if you could give me an example of an input CSV because it's missing in the repository. Thank you!