-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41b0e1f
commit 30200d5
Showing
11 changed files
with
377 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
# Reference Guide | ||
|
||
- [Accounts](accounts.md) | ||
- [Allocation Targets](allocation-targets.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Allocation Targets | ||
|
||
Paisa allows you to set a allocation target for a group of | ||
accounts. The allocation page shows how far your current allocation is | ||
from the allocation target. For example, to keep a 40:60 split between | ||
debt and equity, add the following configuration to the `paisa.yaml` | ||
file. The account name can have `*` which matches any characters | ||
|
||
```yaml | ||
allocation_targets: | ||
- name: Debt | ||
target: 40 | ||
accounts: | ||
- Asset:Debt:* | ||
- name: Equity | ||
target: 60 | ||
accounts: | ||
- Asset:Equity:* | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.