289 Commits

Author SHA1 Message Date
fcf7e3dd6b php: fetch: prices: refactor 'symbol' as 'asset' or 'ticker'
Clarity through specificity.
2024-06-17 23:15:23 -07:00
ae1dc71559 php: fetch: prices: support asset's blockchain(s)
- Related refactoring
- Update documentation
2024-06-17 23:15:23 -07:00
bf4c9bf61a php: fetch: prices: refactor parsing; common impl
- Move daily average into common impl
- Update parsing function signature
- Update documentation
2024-06-17 23:15:23 -07:00
9d1c0c9c57 php: fetch: prices: add Mobula support 2024-06-17 23:15:22 -07:00
1dce605854 php: fetch: prices: generalize crypto APIs' filename, namespace refactor 2024-06-17 23:15:22 -07:00
103553c696 php: fetch: prices: base: print thrown message 2024-06-17 23:15:22 -07:00
e632c44bc3 php: fetch: prices: coingecko: remove upstream client, add API key support
- Removes `codenixsv/coingecko-api`
- Adds Pro API support
- Related refactoring
2024-06-17 23:15:22 -07:00
52026cace1 php: fetch: prices: new functionality / refactor
- Add support for multiple aggregator APIs
- Refactor `prices` API implementation
- Update documentation
2024-06-17 23:15:22 -07:00
e9e8b84bd8 bash: lib_fetch: add CLI (prices) aggregator-API support 2024-06-17 21:34:36 -07:00
71960c106a hledger-flow: coinbase: allow 1INCH parsing 2024-06-10 18:09:13 -07:00
ce61e854ae hledger-flow: gemini: allow 1INCH transfers 2024-06-10 18:05:07 -07:00
a85ce38ef3 Merge pull request #55 into master
a3d4726 hledger-flow: ethereum-based: add to Ethereum spam rules (Aaron Fiore)
2024-06-07 13:58:13 -07:00
3f2328d3df Merge pull request #54 into master
168ff32 hledger-flow: algorand: add to spam rules (Aaron Fiore)
2024-06-07 13:56:25 -07:00
a08ae2098e hledger-flow: ally: add eCheck deposit rule 2024-06-07 13:33:01 -07:00
a3d4726c18 hledger-flow: ethereum-based: add to Ethereum spam rules 2024-06-06 19:12:57 -07:00
168ff3219b hledger-flow: algorand: add to spam rules 2024-06-06 18:52:59 -07:00
290aa7c933 hledger-flow: ally: comment cleanup
Case-sensitive representation of header columns
2024-06-06 18:42:30 -07:00
36d99e1da3 hledger-flow: ally: regex anchor for Direction 2024-06-06 18:42:28 -07:00
f12754c98a hledger-flow: ally: remove quotes in Description 2024-06-06 18:34:08 -07:00
3040fb9e60 hledger-flow: ally: fix Description
Descriptions with leading space were falsely included as `Type` tag
2024-06-06 18:32:22 -07:00
e6ab8b5ddf hledger-flow: gemini: allow optional on-chain transfers
Fixes "does not exist as a named header in the given CSV data." when
on-chain transfer does not (yet) exist for given year.
2024-05-29 19:36:28 -07:00
71a57e3869 hledger-flow: coinbase: Coinbase Trade: remove comment2 overwrite
- Use Buy total for cost-basis instead of subtotal overwrite
  - Remove redundant Sell overwrite

Fixup to pull request #49
2024-05-06 18:56:10 -07:00
71fc44bb63 hledger-flow: coinbase: update mockups (SIWC V2 compliant) 2024-05-06 14:55:53 -07:00
f65a15af2c hledger-flow: coinbase: new implementation (SIWC V2 compliant)
- Support for Coinbase SIWC Spring 2024's breaking API changes
  - Coinbase Advanced Trade lot calculation fixes
  - bitcoin.tax undocumented cost-basis "feature" fixes
      * Coinbase Trade / Advanced Trade
  - bitcoin.tax cost-basis related improvements
      * Coinbase Card / Earn
  - Support non-fiat pairings
      * Coinbase Trade / Advanced Trade
  - Add more fiat support
      * 99% supported (see backreference TODOs)
  - Subaccount improvements
  - New tags / improved tags
  - Refactoring / optimizations
2024-05-06 14:55:53 -07:00
e70c899f90 fetch: php: coinbase: add debug printing, tiny refactor 2024-05-03 17:01:23 -07:00
10a08af7c8 hledger-flow: paypal-business: account for Account Hold 2024-04-22 16:25:44 -07:00
b0794b3650 hledger-flow: algorand: add to Governance Rewards 2024-04-15 15:56:28 -07:00
7437f87f20 hledger-flow: algorand: add to spam rules 2024-04-15 15:56:28 -07:00
784f576eab hledger-flow: ethereum-based: add Aave V2 -> V3 Migration Helper support 2024-04-03 00:08:18 -07:00
d31ed3a18b hledger-flow: ethereum-based: add to Ethereum spam rules 2024-04-03 00:08:09 -07:00
0eb6813511 Merge pull request #44 into master
937a217 hledger-flow: btcpayserver: preprocess: fix YYY comment typo (Aaron Fiore)
2024-03-27 23:28:55 -07:00
616a808b50 Merge pull request #43 into master
bab3021 hledger-flow: electrum: add GIFTIN fiat_value cost-basis note (Aaron Fiore)
5951faf hledger-flow: electrum: add fiat_value to all outgoing expenses (Aaron Fiore)
5d0942e hledger-flow: electrum: add subaccount to applicable memos (Aaron Fiore)
8786090 hledger-flow: electrum: clarify SPEND comment (Aaron Fiore)
2024-03-27 23:26:38 -07:00
937a217245 hledger-flow: btcpayserver: preprocess: fix YYY comment typo 2024-03-27 00:48:43 -07:00
bab3021ec7 hledger-flow: electrum: add GIFTIN fiat_value cost-basis note 2024-03-27 00:24:08 -07:00
5951faf1da hledger-flow: electrum: add fiat_value to all outgoing expenses 2024-03-27 00:23:46 -07:00
5d0942e9e0 hledger-flow: electrum: add subaccount to applicable memos 2024-03-27 00:18:39 -07:00
87860903f7 hledger-flow: electrum: clarify SPEND comment 2024-03-26 23:43:34 -07:00
e66b06ede3 hledger-flow: add support for AdaLite 2024-03-19 21:57:00 -07:00
b621e87df2 docker-finance | modern accounting for the power-user
Dedicated to Michael Morgan: a beautiful, beautiful soul.

---

Internal signing keys:

  Aaron Fiore (sole author)

    - 518A22F85BEFD32BCC99C48603F90C4F35E0213E
    - 31ECA5C347A0CC0815EDE730A3EACCFCDA7E685E
    - C8187C585CB07A4DA81CC0F37318B50EBE9C0DA8

Internal repositories (rebased from):

  Staging:

    $ git log -n1 --pretty=format:"%H"
    c8e0cd66f6c89fa7b3c62f72fb524a4cc454b7b6

    $ git rev-list --max-parents=0 HEAD
    ac3863b8c234755855f1aea3a07a853122decdf2

  Private:

    $ git log -n1 --pretty=format:"%H"
    69bb3591eaa2990a9637832bb484690e00c4f926

    $ git rev-list --max-parents=0 HEAD
    a5c1cc9fb593c4cf09bc0adfef6cb6d2964511ae
2024-03-08 23:42:21 -08:00