some readme cleanup
This commit is contained in:
parent
b510a86b09
commit
9d86ccf2e5
1 changed files with 52 additions and 52 deletions
12
README.md
12
README.md
|
|
@ -122,7 +122,7 @@ Every data fetch follows the same pattern:
|
|||
Cache files use [SRF](https://github.com/lobo/srf) (Simple Record Format), a line-oriented key-value format. Freshness is determined by file modification time vs. the TTL for that data type.
|
||||
|
||||
| Data type | TTL | Rationale |
|
||||
|---------------|--------------|-------------------------------------------------|
|
||||
|---------------|--------------|--------------------------------------------------|
|
||||
| Daily candles | 24 hours | Only changes once per trading day |
|
||||
| Dividends | 7 days | Declared well in advance |
|
||||
| Splits | 7 days | Rare corporate events |
|
||||
|
|
@ -211,11 +211,11 @@ zfin i --default-keys > ~/.config/zfin/keys.srf
|
|||
Default keybindings:
|
||||
|
||||
| Key | Action |
|
||||
|---|---|
|
||||
|------------------------|------------------------------------------------------|
|
||||
| `q`, `Ctrl+c` | Quit |
|
||||
| `r`, `F5` | Refresh current tab (invalidates cache) |
|
||||
| `R` | Reload portfolio from disk (no network) |
|
||||
| `h`, Left | Previous tab |
|
||||
| `h`, Left, Shift+Tab | Previous tab |
|
||||
| `l`, Right, Tab | Next tab |
|
||||
| `1`-`6` | Jump to tab |
|
||||
| `j`, Down | Select next row |
|
||||
|
|
@ -427,14 +427,14 @@ account::HSA,tax_type::hsa
|
|||
### Account fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
|---|---|---|---|
|
||||
|------------|--------|----------|-----------------------------------------------------------------|
|
||||
| `account` | string | Yes | Account name (must match `account::` in portfolio lots exactly) |
|
||||
| `tax_type` | string | Yes | Tax classification (see below) |
|
||||
|
||||
### Tax types
|
||||
|
||||
| Value | Display label |
|
||||
|---|---|
|
||||
|---------------|-----------------------|
|
||||
| `taxable` | Taxable |
|
||||
| `roth` | Roth (Post-Tax) |
|
||||
| `traditional` | Traditional (Pre-Tax) |
|
||||
|
|
@ -531,7 +531,7 @@ accounts.srf Account to tax type mapping for analysis
|
|||
### Dependencies
|
||||
|
||||
| Dependency | Source | Purpose |
|
||||
|---|---|---|
|
||||
|----------------------------------------------------|---------------------|--------------------------------------------------|
|
||||
| [SRF](https://github.com/lobo/srf) | Local (`../../srf`) | Cache file format and portfolio/watchlist parsing |
|
||||
| [libvaxis](https://github.com/rockorager/libvaxis) | Git (v0.5.1) | Terminal UI rendering |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue