././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.4305203 fava-1.20.1/0000755000175000001440000000000000000000000011516 5ustar00jakobusers././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/.builds/0000755000175000001440000000000000000000000013056 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/.builds/archlinux.yml0000644000175000001440000000055300000000000015601 0ustar00jakobusersimage: archlinux packages: - nodejs - npm - python - python-distlib - python-pip - python-pre-commit - python-setuptools - python-tox - python-wheel sources: - https://github.com/beancount/fava tasks: - build: | make -C fava - lint: | make -C fava lint - test: | make -C fava test ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/.builds/debian.yml0000644000175000001440000000061100000000000015021 0ustar00jakobusersimage: debian/testing packages: - nodejs - npm - python3-dev - python3-pip - python3-wheel - tox sources: - https://github.com/beancount/fava tasks: - build: | sudo npm install npm@latest -g --no-progress sudo pip3 install pre-commit make -C fava - lint: | make -C fava lint - test: | make -C fava test ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/.github/0000755000175000001440000000000000000000000013056 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/.github/pull_request_template.md0000644000175000001440000000041100000000000020013 0ustar00jakobusers ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/.github/workflows/0000755000175000001440000000000000000000000015113 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/.github/workflows/ci.yml0000644000175000001440000000234500000000000016235 0ustar00jakobusersname: Test on: workflow_dispatch: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: py: ["3.9", "3.6"] os: ["ubuntu-latest", "macos-latest", "windows-latest"] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.py }} - uses: actions/setup-node@v2 with: node-version: "lts/*" cache: "npm" cache-dependency-path: frontend/package-lock.json - run: pip install tox - run: cd frontend && npm ci - if: matrix.os == 'ubuntu-latest' && matrix.py == '3.9' uses: pre-commit/action@v2.0.3 - if: matrix.os == 'ubuntu-latest' && matrix.py == '3.9' run: cd frontend; npx svelte-check - if: matrix.os == 'ubuntu-latest' && matrix.py == '3.9' run: tox -e lint - run: make test - if: matrix.os == 'ubuntu-latest' && matrix.py == '3.9' run: tox -e pyinstaller ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061031.0 fava-1.20.1/.pre-commit-config.yaml0000644000175000001440000000221400000000000015776 0ustar00jakobusersrepos: - repo: https://github.com/psf/black rev: 21.8b0 hooks: - id: black - repo: https://github.com/asottile/reorder_python_imports rev: v2.6.0 hooks: - id: reorder-python-imports args: ["--application-directories=.:src"] - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade rev: v2.25.0 hooks: - id: pyupgrade args: ["--py36-plus"] - repo: local hooks: - id: prettier name: prettier language: node entry: ./frontend/node_modules/prettier/bin-prettier.js --write --list-different --ignore-unknown - id: stylelint name: stylelint language: node entry: ./frontend/node_modules/stylelint/bin/stylelint.js --fix files: \.(css|svelte)$ - id: eslint name: eslint language: node entry: ./frontend/node_modules/eslint/bin/eslint.js --max-warnings 0 files: \.(js|ts|svelte)$ ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1630329946.0 fava-1.20.1/.prettierignore0000644000175000001440000000004500000000000014560 0ustar00jakobuserssrc/fava/**/*.html package-lock.json ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1630329946.0 fava-1.20.1/.prettierrc.json0000644000175000001440000000003600000000000014651 0ustar00jakobusers{ "proseWrap": "always" } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/AUTHORS0000644000175000001440000000073400000000000012572 0ustar00jakobusersFava was created by Dominik Aumayr . Fava is maintained by Dominik Aumayr and Jakob Schnitzer. See the Issue Tracker and the Git log for other contributors, e.g., with: git log --format='%aN' | sort -u Translations: The translations are maintained on POEditor. See the project there (https://poeditor.com/join/project/TlraSxOCxt) for details. A big thank you goes to Martin Blais for creating Beancount and all the invaluable documentation for it. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/CHANGES0000644000175000001440000003505700000000000012523 0ustar00jakobusersChangelog ========= Unreleased ---------- Nothing yet. v1.20 (2021-09-19) ------------------ In this release, the document page now shows counts in the account tree and allows collapsing of accounts in the tree. Parts of the charts in the future are now desaturated. This release contains a couple of bug fixes as usual. v1.19 (2021-05-18) ------------------ The `conversion` and `interval` options have been removed. Their functionality can be achieved with the new `default-page` option. The editor components have been completely reworked, include autocompletion in more places and are now based on version 6 of CodeMirror. An option `invert-income-liabilities-equity` has been added to invert the numbers of those accounts on the income statement and the balance sheet. This release also adds a Bulgarian translation and features various smaller improvements and fixes as usual. v1.18 (2021-01-16) ------------------ This release contains couple of small improvements and various bug fixes. v1.17 (2020-11-15) ------------------ This release adds a document preview to the import page, as well as support for Python 3.9. It also fixes a couple of bugs. v1.16 (2020-10-18) ------------------ This release brings area charts as an alternative option to view the various line charts in Fava and a Catalan translation for Fava. There is also now an option to set the indentation of inserted Beancount entries. As usual this release also includes various minor fixes and improvements. v1.15 (2020-05-30) ------------------ This release accumulates various minor fixes and improvements, for example the setting of filters from payees and metadata in the Journal report. v1.14 (2020-02-16) ------------------ This is mainly a bugfix release to fix compatibility with one of the main dependencies (werkzeug). Also, a `default-conversion` option was added, which allows setting a default conversion. v1.13 (2020-02-01) ------------------ Fava can now display charts for BQL queries - if they have exactly two columns with the first being a date or string and the second an inventory, then a line chart or treemap chart is shown on the query page. v1.12 (2019-12-03) ------------------ Apart from plenty of bug fixes, this release mainly contains improvements to the forms to add transactions: postings can now be dragged and the full cost syntax of Beancount should supported. v1.11 (2019-08-20) ------------------ The import page of Fava has been reworked - it now supports moving files to the documents folder and the import process should be a bit more interactive. This release also contains various fixes and a new `collapse-pattern` option to collapse accounts in account trees based on regular expressions (and replaces the use of the `fava-collapse-account` metadata entry). Other changes: - Command line flags can be specified by setting environment variables. - A Taiwanese translation has been added. v1.10 (2019-01-31) ------------------ This release contains mostly smaller changes and fixes. In particular, the net worth chart will now follow the selected conversion. v1.9 (2018-10-08) ----------------- In this release, the click behaviour has been updated to allow filtering for payees. The entry input forms now allow inputting prices and costs. As always, bugs have been fixed. v1.8 (2018-07-25) ----------------- The journal design has been updated and should now have a clearer structure. Starting with this version, there will not be any more GUI releases of Fava. The GUI broke frequently and does not seem to worth the maintenance burden. Other changes: - When downloading documents, the original filename will be used. - `any()` and `all()` functions have been added to the filter syntax to allow filtering entries by properties of their postings. - As always, bugs have been fixed. v1.7 (2018-03-09) ----------------- The entry filters have been reworked in this release and should now support for more flexible filtering of the entries. See the help page on how the new syntax works. Also, when completing the payee in the transaction form, the postings of the last transaction for this payee will be auto-filled. Other changes: - The fava-option to hide the charts has been removed. This is now tracked in the page URL. - As always, bugs have been fixed. v1.6 (2017-10-06) ----------------- This is a release with various small changes and mainly some speed improvements to the Balance Sheet and the net worth calculation. Also, if 'At Value' is selected, the current unrealized gain is shown in parentheses in the Balance Sheet. Other changes: - The currently filtered entries can now be exported from the Journal page. - The CLI now has a ``--version`` flag. v1.5 (2017-07-23) ----------------- Fava now has an interface to edit single entries. Clicking on the entry date in the Journal will open an overlay that shows the entry context and allows editing just the lines of that entry. Other changes: - The source editor now has a menu that gives access to editor commands like "fold all". - Entries with matching tags or links can now be excluded with ``-#tag``. - The keyboard shortcuts are now displayed in-place. - The ``incognito`` option has been removed and replaced with a ``--incognito`` command line switch. - As always, several bugs have been fixed. v1.4 (2017-05-14) ----------------- Fava now provides an interface for Beancount's import system that allows you to import transactions from your bank for example. Fava can now show your balances at market value or convert them to a single currency if your file contains the necessary price information. We now also provide a compiled GUI version of Fava for Linux and macOS. This version might still be a bit buggy so any feedback/help on it is very welcome. Other changes: - The ``insert-entry`` option can be used to control where transactions are inserted. - The transaction form now accepts tags and links in the narration field. - Budgets are now accumulated over all children where appropriate. - As always, several bugs have been fixed. Thanks to :user:`TZdyrski` and :user:`Akuukis` for their contributions. v1.3 (2017-03-15) ----------------- The translations of Fava are now on `POEditor.com `__, which has helped us get translations in five more languages: Chinese (simplified), Dutch, French, Portuguese, and Spanish. A big thank you to the new translators! The transaction form has been improved, it now supports adding metadata and the suggestions will be ranked by how often and recently they occur (using exponential decay). The Query page supports all commands of the ``bean-query`` shell and shares its history of recently used queries. Fava has gained a basic extension mechanism. Extensions allow you to run hooks at various points, e.g., after adding a transaction. They are specified using the ``extensions`` option and for an example, see the ``fava.ext.auto_commit`` extension. Other changes: - The default sort order in journals has been reversed so that the most recent entries come first. - The new ``incognito`` option can be used to obscure all numbers. - As always, several bugs have been fixed. Thanks to :user:`johannesharms` and :user:`xentac` for their contributions. v1.2 (2016-12-25) ----------------- You can now add transactions from within Fava. The form supports autocompletion for most fields. Fava will now show a little bubble in the sidebar for the number of events in the next week. This can be configured with the ``upcoming-events`` option. Other changes: - The payee filter can filter by regular expression. - The tag filter can filter for links, too. - There's a nice spinning indicator during asynchronous page loads. - The Journal shows little indicators for metadata. - As always, several bugs have been fixed. Thanks to :user:`fokusov` for their contributions. v1.1 (2016-11-19) ----------------- You can now upload documents by dropping them onto transactions, which will also add the file path as `statement` metadata to the transaction. Fava also ships with a plugin to link these transactions with the generated documents. See the help pages for details. This is the first release for which we provide compiled binaries (for macOS and Linux). These do not have any dependencies and can simply be executed from the terminal. Other changes: - The bar charts on account pages now also show budgets. - The Journal can now be sorted by date, flag and narration. - Fava now has a Russian translation, thanks to :user:`fokusov`. - As always, several bugs have been fixed. Thanks to :user:`adamgibbins` and :user:`xentac` for their contributions. v1.0 (2016-10-19) ----------------- This is a major new release that includes too many improvements and changes to list. Some highlights: - The layout has been tweaked and we use some nicer fonts. - Fava looks and works much better on smaller screens. - Fava loads most pages asynchronously, so navigating Fava is much faster and responsive. Fava's configuration is not read from a configuration file anymore but can rather be specified using custom entries in the Beancount file. Some options have also been removed or renamed, so check Fava's help page on the available options when upgrading from v0.3.0. There have been many changes under the hood to improve Fava's codebase and a lot of bugs have been squashed. Thanks to :user:`adamgibbins`, :user:`davidastephens`, :user:`xentac`, and :user:`yegle` for their contributions. v0.3.0 (2016-03-24) ------------------- Additions - Support for switching between multiple beancount files. :bug:`213` - New sunburst charts. :bug:`198` - Add "Clear filter" button when filters are active. :bug:`290` - Simple budgeting functionality in the Account view. See help pages on how to use budgets. :bug:`294` - German translation. :bug:`284` - The Beancount is now being reloaded when it is saved in the Source Editor. - New Journal filter controls. Thanks to :user:`yagebu`. - Tree-tables are now displayed in a hierarchical way. Thanks to :user:`yagebu`. Changes - All charts are now rendered with d3.js. Thanks to :user:`yagebu`. - The title of a page is now shown in the header to save screen space. - Changed shortcut for Journal from ``g g`` to ``g j`` as the Journal was renamed from "General Journal" to "Journal". New configuration options - ``language``: The language to use. Valid languages are ``"en"`` and ``"de"`` (default: ``"en"``). :bug:`284` - ``treemaps-show-negative-numbers`` was removed. Fixes - Commodity prices are now filtered when a Time filter is enabled. :bug:`273` - Some improvements to the help pages. - Many small bug fixes. Thanks to :user:`yagebu`. v0.2.6 (2016-03-20) ------------------- Additions - There are now more interval options available for charts and the account balances report. The interval can be selected from a dropdown next to the charts. :bug:`175` - Show metadata for postings in the Journal. Thanks to :user:`corani`. :bug:`185` - The editor now supports org-mode style folding. Thanks to :user:`corani`. :bug:`209` - Show colored dots for all the postings of a transaction in the Journal report. This way flagged postings can be quickly spotted. :bug:`195` - Add keyboard shortcuts for save to source editor. :bug:`199` Changes - Use beancount's DisplayContext to determine the correct precision at which to render numbers. :bug:`188` - Improve the way that query results are serialized to XLS etc. Thanks to :user:`corani`. :bug:`168` - Show inverse rates for pairs of operating currencies on the commodities report. :bug:`139` - Use Click for the CLI and check if beancount file exists on startup. :bug:`216` - Hide closed accounts in tree tables. Also see new configuration option below. New configuration options - ``editor-strip-trailing-whitespace`` to enable trimming of trailing whitespace in the Source editor (default: "false"). Thanks to :user:`corani`. :bug:`163` - ``show-closed-accounts`` to show closed accounts in tree tables, for example on the balance sheet (default: "false"). :bug:`91` - ``show-accounts-with-zero-balance`` to show accounts with a balance of zero in tree tables (default: "true"). :bug:`91` - ``show-accounts-with-zero-transactions`` to show accounts with no transactions in tree tables (default: "true"). :bug:`91` Fixes - Fixed a bug where the months would be off by one for the interval reports. :bug:`182` - Fix the net worth report for more than one currency. :bug:`207` - Some improvements to the help pages. - Many small bug fixes. v0.2.5 (2016-02-28) ------------------- Bump release to remove unused draft code. v0.2.4 (2016-02-18) ------------------- Additions - Added missing Holdings views compared to ``bean-web``. Thanks to :user:`yagebu`. :bug:`140` - Custom queries are now shown in sidebar. Thanks to :user:`corani`. :bug:`135` - The user settings file is now editable in the Source editor. :bug:`136` - Added second theme. Thanks to Rubén Gómez for the stylesheet. :bug:`59` - Added Help pages. - Query results can now be downloaded as CSV, XLS, XLSX and ODS. :bug:`143` - Documents can now be uploaded by dragging and dropping files over an Account name on the Account page and all tree-tables. :bug:`157` - Journal can now be filtered by transaction type. Thanks to :user:`yagebu`. Changes - The uptodate-indicator is now shown everywhere by default, but only enabled for accounts that have the metadata ``fava-uptodate-indication: "True"`` set on their ``open``-directives. :bug:`35` - Speedier Journal rendering. Thanks to :user:`yagebu`. :bug:`164` - Only basenames will be shown for documents in the Journal. Thanks to :user:`corani`. - Slightly reordered the sidebar menu. - Minor UI tweaks. New configuration options - ``sidebar-show-queries``: The maximum number of custom queries to show in the sidebar (default: 5). - ``theme``: The theme to use. Valid themes are ``"default"`` and ``"alternative"`` (default: ``"default"``). - ``editor-print-margin-column``: Set the column for the print margin in the Source editor (default: 60). :bug:`161` - ``uptodate-indicator-show-everywhere`` (default: "true"). See Changes above. Removed configuration options - ``uptodate-indicator-exclude-accounts``, see Changes above. Fixes - Fixed Net worth calculation. Thanks to :user:`yagebu`. - Many small bug fixes. v0.2.3 (2016-02-15) ------------------- Bumped version to communicate that installing via ``pip install`` now works, all requirements included. Thanks to :user:`blais` and :user:`yagebu`. Earlier Versions ---------------- It was not possible to install any of the earlier versions only using ``pip`` and you may consult the git log for earlier changes. The first commit in the git repository was on December 4th, 2015. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/CONTRIBUTING.md0000644000175000001440000000153400000000000013752 0ustar00jakobusers### Reporting bugs and suggestions Please first search the existing issues, including closed ones, for a report that matches your issue. When reporting a bug, provide details of the Fava version and browser used. ### Contributing code See [here](https://beancount.github.io/fava/development.html) how to setup a development environment. Make a fork and submit your Pull Request. If it's a large change or you want some help to get started with coding, open an issue beforehand to discuss it or just ask about it in the [chat](https://gitter.im/beancount/fava). Please contribute tests as well. See the `tests/` subdirectory for existing tests, which can be run with `make test` (requires `tox`). ### Contributing translations You can contribute to Fava's translations at the [Fava project on POEditor.com](https://poeditor.com/join/project/TlraSxOCxt). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/LICENSE0000644000175000001440000000212400000000000012522 0ustar00jakobusersThe MIT License (MIT) Copyright (c) 2015-2016 Dominik Aumayr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/MANIFEST.in0000644000175000001440000000060500000000000013255 0ustar00jakobusers# setuptools_scm ensure all required files are included, # we only need excludes here (except for the translations, # which are compiled and not tracked in git). exclude .editorconfig .gitignore .travis.yml appveyor.yml graft src/fava/static exclude src/fava/translations/babel.conf recursive-include src/fava/translations *.mo global-exclude *.po *.py[co] *.orig __pycache__ .DS_Store ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632245047.0 fava-1.20.1/Makefile0000644000175000001440000000613700000000000013165 0ustar00jakobusersall: src/fava/static/app.js src/fava/translations FRONTEND_SOURCES := $(shell find frontend/src -type f) src/fava/static/app.js: $(FRONTEND_SOURCES) frontend/css/* frontend/package.json frontend/node_modules cd frontend; npm run build frontend/node_modules: frontend/package-lock.json cd frontend; npm install --no-progress touch -m frontend/node_modules TRANSLATION_SOURCES := $(shell find src/fava/translations -name '*.po') src/fava/translations: $(TRANSLATION_SOURCES) pybabel compile -d src/fava/translations touch -m src/fava/translations .PHONY: clean clean: mostlyclean find src/fava/static ! -name 'favicon.ico' -type f -exec rm -f {} + .PHONY: mostlyclean mostlyclean: rm -rf .*cache rm -rf .eggs rm -rf .tox rm -rf build rm -rf dist rm -rf frontend/node_modules find . -type f -name '*.py[c0]' -delete find . -type d -name "__pycache__" -delete find src/fava/translations -name '*.mo' -delete .PHONY: lint lint: frontend/node_modules pre-commit run -a cd frontend; npx svelte-check tox -e lint .PHONY: test test: cd frontend; npm run build cd frontend; npm run test tox -e py .PHONY: update-snapshots update-snapshots: find . -name "__snapshots__" -type d -prune -exec rm -r "{}" + -SNAPSHOT_UPDATE=1 tox -e py tox -e py .PHONY: update-deps update-deps: cd frontend; npx npm-check -y cd frontend; npm update .PHONY: update-precommit update-precommit: pre-commit autoupdate .PHONY: docs docs: tox -e docs .PHONY: run-example run-example: @xdg-open http://localhost:3333 BEANCOUNT_FILE= fava -p 3333 --debug tests/data/example.beancount .PHONY: bql-grammar bql-grammar: contrib/scripts.py generate-bql-grammar-json dist: src/fava/static/app.js src/fava setup.cfg setup.py MANIFEST.in rm -rf build dist python setup.py sdist bdist_wheel .PHONY: before-release before-release: bql-grammar translations-push translations-fetch # Before making a release, CHANGES needs to be updated and # a tag should be created too. # # Also, fava.pythonanywhere.com should be updated. .PHONY: upload upload: dist twine upload dist/* # Extract translation strings. .PHONY: translations-extract translations-extract: pybabel extract -F src/fava/translations/babel.conf -o src/fava/translations/messages.pot . # Extract translation strings and upload them to POEditor.com. # Requires the environment variable POEDITOR_TOKEN to be set to an API token # for POEditor. .PHONY: translations-push translations-push: translations-extract contrib/scripts.py upload-translations # Download translations from POEditor.com. (also requires POEDITOR_TOKEN) .PHONY: translations-fetch translations-fetch: contrib/scripts.py download-translations # Build and upload the website. .PHONY: gh-pages gh-pages: git checkout main git checkout --orphan gh-pages tox -e docs ls | grep -v 'build' | xargs rm -r mv -f build/docs/* ./ rm -r build .builds .github touch .nojekyll git add -A git commit -m 'Update gh-pages' --no-verify git push --force git@github.com:beancount/fava.git gh-pages:gh-pages git checkout main git branch -D gh-pages # Create a binary using pyinstaller dist/fava: src/fava/static/app.js tox -e pyinstaller ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341117.2370281 fava-1.20.1/PKG-INFO0000644000175000001440000000573100000000000012621 0ustar00jakobusersMetadata-Version: 2.1 Name: fava Version: 1.20.1 Summary: Web interface for the accounting tool Beancount. Home-page: https://beancount.github.io/fava/ Author: Dominik Aumayr Author-email: dominik@aumayr.name Maintainer: Jakob Schnitzer Maintainer-email: mail@jakobschnitzer.de License: MIT Project-URL: Documentation, https://beancount.github.io/fava/ Project-URL: Changes, https://beancount.github.io/fava/changelog.html Project-URL: Source Code, https://github.com/beancount/fava/ Project-URL: Issue Tracker, https://github.com/beancount/fava/issues/ Project-URL: Chat, https://gitter.im/beancount/fava Keywords: fava beancount accounting Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Web Environment Classifier: Framework :: Flask Classifier: Intended Audience :: Education Classifier: Intended Audience :: End Users/Desktop Classifier: Intended Audience :: Financial and Insurance Industry Classifier: Intended Audience :: Information Technology Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Programming Language :: JavaScript Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content Classifier: Topic :: Office/Business :: Financial :: Accounting Classifier: Topic :: Office/Business :: Financial :: Investment Requires-Python: >=3.6 Provides-Extra: excel License-File: LICENSE License-File: AUTHORS .. image:: https://badges.gitter.im/beancount/fava.svg :alt: Join the chat at https://gitter.im/beancount/fava :target: https://gitter.im/beancount/fava .. image:: https://img.shields.io/pypi/l/fava.svg :target: https://pypi.python.org/pypi/fava .. image:: https://img.shields.io/pypi/v/fava.svg :target: https://pypi.python.org/pypi/fava Fava is a web interface for the double-entry bookkeeping software `Beancount `__ with a focus on features and usability. Check out the online `demo `__ and learn more about Fava on the `website `__. The `Getting Started `__ guide details the installation and how to get started with Beancount. If you are already familiar with Beancount, you can get started with Fava:: pip3 install fava fava ledger.beancount and visit the web interface at `http://localhost:5000 `__. If you want to hack on Fava or run a development version, see the `Development `__ page on the website for details. Contributions are very welcome! .. image:: https://i.imgbox.com/rfb9I7Zw.png :alt: Fava Screenshot :width: 100% :align: center :target: https://fava.pythonanywhere.com ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/README.rst0000644000175000001440000000251000000000000013203 0ustar00jakobusers.. image:: https://badges.gitter.im/beancount/fava.svg :alt: Join the chat at https://gitter.im/beancount/fava :target: https://gitter.im/beancount/fava .. image:: https://img.shields.io/pypi/l/fava.svg :target: https://pypi.python.org/pypi/fava .. image:: https://img.shields.io/pypi/v/fava.svg :target: https://pypi.python.org/pypi/fava Fava is a web interface for the double-entry bookkeeping software `Beancount `__ with a focus on features and usability. Check out the online `demo `__ and learn more about Fava on the `website `__. The `Getting Started `__ guide details the installation and how to get started with Beancount. If you are already familiar with Beancount, you can get started with Fava:: pip3 install fava fava ledger.beancount and visit the web interface at `http://localhost:5000 `__. If you want to hack on Fava or run a development version, see the `Development `__ page on the website for details. Contributions are very welcome! .. image:: https://i.imgbox.com/rfb9I7Zw.png :alt: Fava Screenshot :width: 100% :align: center :target: https://fava.pythonanywhere.com ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/contrib/0000755000175000001440000000000000000000000013156 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/deployment.rst0000644000175000001440000000167000000000000016074 0ustar00jakobusersDeployment ========== There are a number of deployment options for persistently running Fava on the Web, depending on your Web server and WSGI deployment choices. Below you can find some examples. Apache with reverse proxy ------------------------- Apache configuration:: ProxyPass "/fava" "http://localhost:5000/fava" The above will make Fava accessible at the ``/fava`` URL and proxy requests arriving there to a locally running Fava. To make Fava work properly in that context, you should run it using the ``--prefix`` command line option, like this:: fava --prefix /fava /path/to/your/main.beancount To have Fava run automatically at boot and manageable as a system service you might want to define a systemd unit file for it, for example:: [Unit] Description=Fava Web UI for Beancount [Service] Type=simple ExecStart=/usr/bin/fava --host localhost --port 5000 --prefix /fava /path/to/your/main.beancount User=your-user ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/contrib/docker/0000755000175000001440000000000000000000000014425 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/docker/Dockerfile0000644000175000001440000000036100000000000016417 0ustar00jakobusersFROM python:alpine as builder RUN apk add --update libxml2-dev libxslt-dev gcc musl-dev g++ RUN pip install --prefix="/install" fava FROM python:alpine COPY --from=builder /install /usr/local ENV FAVA_HOST "0.0.0.0" EXPOSE 5000 CMD fava ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/docker/README.md0000644000175000001440000002276300000000000015716 0ustar00jakobusers# Deploying with Docker ## Basic The Dockerfile in this directory is enough to get started running Fava in a container. This guide is meant as a compliment to the great documentation found at https://docs.docker.com/. ### Building To build the image using the provided Dockerfile run this command: ``` docker build -t fava . ``` This will build everything and name the image `fava`. Because docker depends heavily on caching to improve efficiency, to incorporate a new version of Beancount or Fava you must use the `--no-cache` flag when rebuilding the image. ### Deploying To run the Fava container, use this command: ``` docker run --detach --name="beancount" --publish 5000:5000 \ --volume $(pwd)/example.beancount:/input.beancount \ --env BEANCOUNT_FILE=/input.beancount fava ``` Let's look at each argument independently: 1. `--detach` tells Docker to start the image and run it in the background as a daemon. 1. `--name` specifies a name to give the Docker instance instead of generating a random id. This will be used later. 1. `--publish` tells Docker to expose the container's port 5000 as the local machine's port 5000. This allows us to access Fava with the url http://localhost:5000/. 1. `--volume` tells Docker to share the example.beancount file in the current directory to the container as the file `/input.beancount`. 1. `--env` tells Fava where to find the Beancount file. Going to http://localhost:5000/ will display your Fava instance. ## Advanced Hosting a local Docker instance is nice and all, but what we really want is a globally available, authenticated, secure deployment of Fava. To do that we need two other parts: oauth proxy and letsencrypt. ### Oauth proxy Oauth is an authentication standard that makes it easy to authenticate using a third party account. Using oauth means we can limit access to our site without requiring mobile users to enter complicated passwords. We will be using bitly's [oauth2_proxy](https://github.com/bitly/oauth2_proxy) to manage access to our site. I recommend using the [skippy/oauth2_proxy](https://hub.docker.com/r/skippy/oauth2_proxy/) Docker image. It is an alpinelinux-based Docker image with bitly's oauth2_proxy packaged. It uses an older version of oauth2_proxy, which is fine enough for Fava, but it is left as an exercise to the reader to build an updated version. It can be configured entirely using command line flags, but it is generally easier to configure using a file. Follow the Google Auth Provider instructions in the [oauth2_proxy](https://github.com/bitly/oauth2_proxy) README to generate a Client ID and Client Secret and fill out the `oauth2_proxy.cfg`. The file will look something like this: ``` ## OAuth2 Proxy Config File ## https://github.com/bitly/oauth2_proxy ## : to listen on for HTTP/HTTPS clients # http_address = "127.0.0.1:4180" # https_address = ":443" ## TLS Settings # tls_cert_file = "" # tls_key_file = "" ## the OAuth Redirect URL. # defaults to the "https://" + requested host header + "/oauth2/callback" redirect_url = "https://bean.xennet.org/oauth2/callback" ## the http url(s) of the upstream endpoint. If multiple, routing is based on path upstreams = [ "http://beancount:5000/" ] ## Log requests to stdout request_logging = true ## pass HTTP Basic Auth, X-Forwarded-User and X-Forwarded-Email information to upstream # pass_basic_auth = true ## pass the request Host Header to upstream ## when disabled the upstream Host is used as the Host Header # pass_host_header = true ## Email Domains to allow authentication for (this authorizes any email on this domain) ## for more granular authorization use `authenticated_emails_file` ## To authorize any email addresses use "*" # email_domains = [ # "yourcompany.com" # ] ## The OAuth Client ID, Secret client_id = "" client_secret = "" ## Pass OAuth Access token to upstream via "X-Forwarded-Access-Token" # pass_access_token = false ## Authenticated Email Addresses File (one email per line) authenticated_emails_file = "/etc/authenticated-emails" ## Htpasswd File (optional) ## Additionally authenticate against a htpasswd file. Entries must be created with "htpasswd -s" for SHA encryption ## enabling exposes a username/login signin form # htpasswd_file = "" ## Templates ## optional directory with custom sign_in.html and error.html # custom_templates_dir = "" ## Cookie Settings ## Name - the cookie name ## Secret - the seed string for secure cookies; should be 16, 24, or 32 bytes ## for use with an AES cipher when cookie_refresh or pass_access_token ## is set ## Domain - (optional) cookie domain to force cookies to (ie: .yourcompany.com) ## Expire - (duration) expire timeframe for cookie ## Refresh - (duration) refresh the cookie when duration has elapsed after cookie was initially set. ## Should be less than cookie_expire; set to 0 to disable. ## On refresh, OAuth token is re-validated. ## (ie: 1h means tokens are refreshed on request 1hr+ after it was set) ## Secure - secure cookies are only sent by the browser of a HTTPS connection (recommended) ## HttpOnly - httponly cookies are not readable by javascript (recommended) # cookie_name = "_oauth2_proxy" cookie_secret = "" # cookie_domain = "" # cookie_expire = "168h" # cookie_refresh = "" cookie_secure = true cookie_httponly = true ``` Create an `authenticated-emails` file in the same directory filled with all the gmail accounts you want to have access to your Fava web interface. To run your proxy docker image use the following command: docker run --detach --link beancount --publish 4180:4180 \ --name beancount-oauth \ --volume $(pwd)/oauth2_proxy.cfg:/etc/oauth2_proxy.cfg \ --volume $(pwd)/authenticated-emails:/etc/authenticated-emails \ --env "VIRTUAL_HOST=" \ --env "LETSENCRYPT_HOST=" \ --env "LETSENCRYPT_EMAIL=" \ skippy/oauth2_proxy -config=/etc/oauth2_proxy.cfg \ -http-address="0.0.0.0:4180" -provider=google Let's document the new arguments: 1. `--link` tells docker to link one container to another, so they can access each other's exposed ports, and properly set up hostname mappings. This is why `upstreams` in the oauth2_proxy config is `http://beancount:5000`. 1. `--volume` maps host paths into docker instances. This is one way of getting data into a docker instance. 1. `--env` sets arbitrary environment values in docker instances. We will use these values in later sections to hook up automatically generate and refresh Let's Encrypt SSL certificates. Without a Let's Encrypt certificate, your oauth2_proxy cookie will be visible to anyone who can see your network traffic. You don't want this. 1. Everything after the `skippy/oauth2_proxy` are arguments to oauth2_proxy. This will start an oauth2 proxy using your config to do authentication using Google's OAuth service. It's important that you don't try to access your service immediately on port 4180, otherwise you may expose your authentication cookie to the internet. ### Letsencrypt [Let's Encrypt](https://letsencrypt.org/) is a very popular project aimed at making SSL certificates available to everyone for free. This will be a great way to secure our Fava instance so that we can share secret cookies without fear of anyone impersonating us. We don't just want to set up a static Let's Encrypt config. We want to use the magic of docker instances to generate our configs and keep them up to date at all times. To accomplish this we will use three separate docker instances working in conjunction. These instructions will mostly be a specific implementation of the instructions found in [JrCs/docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion#separate-containers). We will run three separate containers: ``` docker run --detach --publish 80:80 --publish 443:443 \ --name nginx \ --volume /etc/nginx/conf.d \ --volume /etc/nginx/vhost.d \ --volume /usr/share/nginx/html \ --volume $(pwd)/certs:/etc/nginx/certs:ro \ --volume $(pwd)/htpasswd:/etc/nginx/htpasswd:ro \ --label com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true \ nginx ``` ``` docker run --detach \ --name nginx-gen \ --volumes-from nginx \ --volume /var/run/docker.sock:/tmp/docker.sock:ro \ jwilder/docker-gen \ -notify-sighup nginx -watch -only-exposed -wait 5s:30s \ /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf ``` ``` docker run --detach \ --name nginx-letsencrypt \ --env "NGINX_DOCKER_GEN_CONTAINER=nginx-gen" \ --volumes-from nginx \ --volume $(dirname $(realpath $0))/certs:/etc/nginx/certs:rw \ --volume /var/run/docker.sock:/var/run/docker.sock:ro \ jrcs/letsencrypt-nginx-proxy-companion ``` The main new argument in these three images is `--volumes-from`. This flag allows containers to share paths and make their data visible to each other. Another interesting thing is that the non-nginx docker images need access to the docker socket so that they can read the environment variables of other instances and also send sighups to the nginx process when configs change. Now all you have to do is expose port 80 and 443 from your host machine to the internet and point the domain you specified in `VIRTUAL_HOST` and `LETSENCRYPT_HOST` to your IP. Once all these parts are set up point your browser to your virtual host domain and enjoy a fully authenticated, secure, publicly addressable Fava instance. ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/contrib/examples/0000755000175000001440000000000000000000000014774 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/examples/budgets-example.beancount0000644000175000001440000116535100000000000021776 0ustar00jakobusers;; -*- mode: org; mode: beancount; -*- * Options option "title" "Example with budgets" option "operating_currency" "USD" * Commodities 1792-01-01 commodity USD export: "CASH" name: "US Dollar" 1900-01-01 commodity VMMXX export: "MUTF:VMMXX (MONEY:USD)" 1980-05-12 commodity VACHR export: "IGNORE" name: "Employer Vacation Hours" 1980-05-12 commodity IRAUSD export: "IGNORE" name: "US 401k and IRA Contributions" 1995-09-18 commodity VBMPX export: "MUTF:VBMPX" name: "Vanguard Total Bond Market Index Fund Institutional Plus Shares" price: "USD:google/MUTF:VBMPX" 2004-01-20 commodity ITOT export: "NYSEARCA:ITOT" name: "iShares Core S&P Total U.S. Stock Market ETF" price: "USD:google/NYSEARCA:ITOT" 2004-01-26 commodity VHT export: "NYSEARCA:VHT" name: "Vanguard Health Care ETF" price: "USD:google/NYSEARCA:VHT" 2004-11-01 commodity GLD export: "NYSEARCA:GLD" name: "SPDR Gold Trust (ETF)" price: "USD:google/NYSEARCA:GLD" 2007-07-20 commodity VEA export: "NYSEARCA:VEA" name: "Vanguard FTSE Developed Markets ETF" price: "USD:google/NYSEARCA:VEA" 2009-05-01 commodity RGAGX export: "MUTF:RGAGX" name: "American Funds The Growth Fund of America Class R-6" price: "USD:google/MUTF:RGAGX" * Equity Accounts 1980-05-12 open Equity:Opening-Balances 1980-05-12 open Liabilities:AccountsPayable * Banking 2015-01-01 open Assets:US:BofA address: "123 America Street, LargeTown, USA" institution: "Bank of America" phone: "+1.012.345.6789" 2015-01-01 open Assets:US:BofA:Checking USD account: "00234-48574897" 2015-01-01 * "Opening Balance for checking account" Assets:US:BofA:Checking 2820.05 USD Equity:Opening-Balances -2820.05 USD 2015-01-02 balance Assets:US:BofA:Checking 4170.65 USD 2015-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-01-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -46.66 USD Expenses:Home:Phone 46.66 USD 2015-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.13 USD Expenses:Home:Internet 80.13 USD 2015-01-31 balance Assets:US:BofA:Checking 4120.05 USD 2015-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-02-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-02-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-02-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -58.17 USD Expenses:Home:Phone 58.17 USD 2015-02-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2015-02-27 balance Assets:US:BofA:Checking 3519.70 USD 2015-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-03-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.78 USD Expenses:Home:Phone 56.78 USD 2015-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.97 USD Expenses:Home:Internet 79.97 USD 2015-03-27 balance Assets:US:BofA:Checking 3039.48 USD 2015-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-04-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-04-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-04-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -70.79 USD Expenses:Home:Phone 70.79 USD 2015-04-22 balance Assets:US:BofA:Checking 1285.92 USD 2015-04-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2015-05-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-05-17 balance Assets:US:BofA:Checking 905.82 USD 2015-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.53 USD Expenses:Home:Phone 60.53 USD 2015-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.91 USD Expenses:Home:Internet 79.91 USD 2015-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-06-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-06-16 balance Assets:US:BofA:Checking 473.06 USD 2015-06-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.78 USD Expenses:Home:Phone 67.78 USD 2015-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2015-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-07-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-07-07 balance Assets:US:BofA:Checking 622.53 USD 2015-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -66.39 USD Expenses:Home:Phone 66.39 USD 2015-07-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.87 USD Expenses:Home:Internet 79.87 USD 2015-07-28 balance Assets:US:BofA:Checking 1204.34 USD 2015-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-08-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-08-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.57 USD Expenses:Home:Phone 52.57 USD 2015-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.07 USD Expenses:Home:Internet 80.07 USD 2015-08-23 balance Assets:US:BofA:Checking 3046.55 USD 2015-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-09-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-09-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-09-11 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4500 USD Assets:US:ETrade:Cash 4500 USD 2015-09-20 balance Assets:US:BofA:Checking 485.30 USD 2015-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.29 USD Expenses:Home:Phone 63.29 USD 2015-09-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.10 USD Expenses:Home:Internet 80.10 USD 2015-10-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-10-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-10-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.18 USD Expenses:Home:Phone 60.18 USD 2015-10-20 balance Assets:US:BofA:Checking 2433.29 USD 2015-10-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.04 USD Expenses:Home:Internet 80.04 USD 2015-10-23 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2015-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-11-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-11-13 balance Assets:US:BofA:Checking 466.04 USD 2015-11-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.84 USD Expenses:Home:Phone 69.84 USD 2015-11-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2015-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-12-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-12-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-12-13 balance Assets:US:BofA:Checking 2709.79 USD 2015-12-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -66.06 USD Expenses:Home:Phone 66.06 USD 2015-12-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.08 USD Expenses:Home:Internet 80.08 USD 2016-01-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-01-12 balance Assets:US:BofA:Checking 5059.48 USD 2016-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -66.75 USD Expenses:Home:Phone 66.75 USD 2016-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2016-02-03 balance Assets:US:BofA:Checking 7613.95 USD 2016-02-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-02-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.87 USD Expenses:Home:Phone 69.87 USD 2016-02-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.99 USD Expenses:Home:Internet 79.99 USD 2016-02-27 balance Assets:US:BofA:Checking 7070.30 USD 2016-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-03-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -54.35 USD Expenses:Home:Phone 54.35 USD 2016-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.17 USD Expenses:Home:Internet 80.17 USD 2016-03-24 balance Assets:US:BofA:Checking 5045.38 USD 2016-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-04-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-04-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-04-17 balance Assets:US:BofA:Checking 4190.64 USD 2016-04-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -65.82 USD Expenses:Home:Phone 65.82 USD 2016-04-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2016-05-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-05-12 balance Assets:US:BofA:Checking 3782.61 USD 2016-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -46.37 USD Expenses:Home:Phone 46.37 USD 2016-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.94 USD Expenses:Home:Internet 79.94 USD 2016-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-06-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-06-07 balance Assets:US:BofA:Checking 3953.50 USD 2016-06-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-06-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -49.14 USD Expenses:Home:Phone 49.14 USD 2016-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2016-06-30 balance Assets:US:BofA:Checking 4493.60 USD 2016-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-07-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -65.42 USD Expenses:Home:Phone 65.42 USD 2016-07-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.01 USD Expenses:Home:Internet 80.01 USD 2016-07-24 balance Assets:US:BofA:Checking 3939.57 USD 2016-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-08-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-08-12 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2016-08-16 balance Assets:US:BofA:Checking 749.97 USD 2016-08-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.96 USD Expenses:Home:Phone 56.96 USD 2016-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.07 USD Expenses:Home:Internet 80.07 USD 2016-09-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-09-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-09-13 balance Assets:US:BofA:Checking 2779.73 USD 2016-09-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -85.42 USD Expenses:Home:Phone 85.42 USD 2016-09-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.93 USD Expenses:Home:Internet 79.93 USD 2016-10-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-10-07 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2016-10-09 balance Assets:US:BofA:Checking 1311.58 USD 2016-10-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-10-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -45.61 USD Expenses:Home:Phone 45.61 USD 2016-10-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.02 USD Expenses:Home:Internet 80.02 USD 2016-10-31 balance Assets:US:BofA:Checking 2951.39 USD 2016-11-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-11-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-11-18 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3000 USD Assets:US:ETrade:Cash 3000 USD 2016-11-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.80 USD Expenses:Home:Phone 60.80 USD 2016-11-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.92 USD Expenses:Home:Internet 79.92 USD 2016-11-30 balance Assets:US:BofA:Checking 1688.07 USD 2016-12-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-12-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-12-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.31 USD Expenses:Home:Phone 57.31 USD 2016-12-22 balance Assets:US:BofA:Checking 3560.92 USD 2016-12-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.01 USD Expenses:Home:Internet 80.01 USD 2017-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-01-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-01-12 balance Assets:US:BofA:Checking 2937.08 USD 2017-01-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.25 USD Expenses:Home:Phone 69.25 USD 2017-01-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.89 USD Expenses:Home:Internet 79.89 USD 2017-02-04 balance Assets:US:BofA:Checking 5489.14 USD 2017-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-02-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-02-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-02-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -59.02 USD Expenses:Home:Phone 59.02 USD 2017-02-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.05 USD Expenses:Home:Internet 80.05 USD 2017-03-04 balance Assets:US:BofA:Checking 5194.85 USD 2017-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-03-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-03-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-03-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.67 USD Expenses:Home:Phone 67.67 USD 2017-03-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2017-03-25 balance Assets:US:BofA:Checking 3898.70 USD 2017-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-04-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-04-16 balance Assets:US:BofA:Checking 2171.56 USD 2017-04-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -85.18 USD Expenses:Home:Phone 85.18 USD 2017-04-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.20 USD Expenses:Home:Internet 80.20 USD 2017-05-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-05-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-05-12 balance Assets:US:BofA:Checking 1645.91 USD 2017-05-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -55.68 USD Expenses:Home:Phone 55.68 USD 2017-05-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.92 USD Expenses:Home:Internet 79.92 USD 2017-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-06-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-06-08 balance Assets:US:BofA:Checking 1119.31 USD 2017-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-06-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -54.38 USD Expenses:Home:Phone 54.38 USD 2017-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2017-07-01 balance Assets:US:BofA:Checking 3621.13 USD 2017-07-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-07-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -54.74 USD Expenses:Home:Phone 54.74 USD 2017-07-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2017-07-31 balance Assets:US:BofA:Checking 3068.98 USD 2017-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-08-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-08-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -61.73 USD Expenses:Home:Phone 61.73 USD 2017-08-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2017-08-25 balance Assets:US:BofA:Checking 4789.72 USD 2017-08-25 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4500 USD Assets:US:ETrade:Cash 4500 USD 2017-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD * Credit-Cards 1980-05-12 open Liabilities:US:Chase:Slate USD 2015-01-06 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -30.95 USD Expenses:Food:Restaurant 30.95 USD 2015-01-09 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.93 USD Expenses:Food:Restaurant 40.93 USD 2015-01-09 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -63.30 USD Expenses:Food:Groceries 63.30 USD 2015-01-11 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -20.83 USD Expenses:Food:Restaurant 20.83 USD 2015-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 156.01 USD Assets:US:BofA:Checking -156.01 USD 2015-01-14 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -23.83 USD Expenses:Food:Restaurant 23.83 USD 2015-01-14 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -74.30 USD Expenses:Food:Groceries 74.30 USD 2015-01-15 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -52.99 USD Expenses:Food:Restaurant 52.99 USD 2015-01-18 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -21.59 USD Expenses:Food:Restaurant 21.59 USD 2015-01-22 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -35.70 USD Expenses:Food:Restaurant 35.70 USD 2015-01-24 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -70.65 USD Expenses:Food:Groceries 70.65 USD 2015-01-25 balance Liabilities:US:Chase:Slate -279.06 USD 2015-01-25 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -31.82 USD Expenses:Food:Restaurant 31.82 USD 2015-01-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-01-29 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -83.29 USD Expenses:Food:Restaurant 83.29 USD 2015-02-03 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -27.90 USD Expenses:Food:Restaurant 27.90 USD 2015-02-04 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -20.88 USD Expenses:Food:Restaurant 20.88 USD 2015-02-04 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -77.84 USD Expenses:Food:Groceries 77.84 USD 2015-02-07 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -25.20 USD Expenses:Food:Restaurant 25.20 USD 2015-02-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 694.42 USD Assets:US:BofA:Checking -694.42 USD 2015-02-12 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -28.43 USD Expenses:Food:Restaurant 28.43 USD 2015-02-14 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -30.17 USD Expenses:Food:Restaurant 30.17 USD 2015-02-17 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -80.80 USD Expenses:Food:Groceries 80.80 USD 2015-02-18 balance Liabilities:US:Chase:Slate -110.97 USD 2015-02-19 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -10.46 USD Expenses:Food:Restaurant 10.46 USD 2015-02-23 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -54.35 USD Expenses:Food:Restaurant 54.35 USD 2015-02-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-02-28 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -25.19 USD Expenses:Food:Restaurant 25.19 USD 2015-03-02 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -59.04 USD Expenses:Food:Restaurant 59.04 USD 2015-03-02 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -119.28 USD Expenses:Food:Groceries 119.28 USD 2015-03-07 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -32.40 USD Expenses:Food:Restaurant 32.40 USD 2015-03-09 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -43.98 USD Expenses:Food:Restaurant 43.98 USD 2015-03-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 575.67 USD Assets:US:BofA:Checking -575.67 USD 2015-03-10 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -30.37 USD Expenses:Food:Restaurant 30.37 USD 2015-03-15 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.92 USD Expenses:Food:Restaurant 23.92 USD 2015-03-16 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -26.54 USD Expenses:Food:Restaurant 26.54 USD 2015-03-17 balance Liabilities:US:Chase:Slate -80.83 USD 2015-03-19 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.89 USD Expenses:Food:Restaurant 37.89 USD 2015-03-19 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -99.62 USD Expenses:Food:Groceries 99.62 USD 2015-03-21 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -48.55 USD Expenses:Food:Restaurant 48.55 USD 2015-03-24 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -22.54 USD Expenses:Food:Restaurant 22.54 USD 2015-03-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-03-28 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -16.09 USD Expenses:Food:Restaurant 16.09 USD 2015-04-02 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -20.27 USD Expenses:Food:Restaurant 20.27 USD 2015-04-06 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -24.07 USD Expenses:Food:Restaurant 24.07 USD 2015-04-07 balance Liabilities:US:Chase:Slate -469.86 USD 2015-04-07 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -46.33 USD Expenses:Food:Groceries 46.33 USD 2015-04-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 564.37 USD Assets:US:BofA:Checking -564.37 USD 2015-04-10 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -48.18 USD Expenses:Food:Restaurant 48.18 USD 2015-04-11 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -34.99 USD Expenses:Food:Restaurant 34.99 USD 2015-04-15 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -20.60 USD Expenses:Food:Restaurant 20.60 USD 2015-04-20 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -28.67 USD Expenses:Food:Restaurant 28.67 USD 2015-04-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -94.28 USD Expenses:Food:Groceries 94.28 USD 2015-04-24 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -15.76 USD Expenses:Food:Restaurant 15.76 USD 2015-04-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-04-27 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -78.14 USD Expenses:Food:Groceries 78.14 USD 2015-04-29 balance Liabilities:US:Chase:Slate -392.44 USD 2015-04-29 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -56.34 USD Expenses:Food:Restaurant 56.34 USD 2015-05-01 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.49 USD Expenses:Food:Restaurant 34.49 USD 2015-05-06 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -31.56 USD Expenses:Food:Restaurant 31.56 USD 2015-05-09 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -17.41 USD Expenses:Food:Restaurant 17.41 USD 2015-05-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 532.24 USD Assets:US:BofA:Checking -532.24 USD 2015-05-13 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -24.57 USD Expenses:Food:Restaurant 24.57 USD 2015-05-15 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -104.09 USD Expenses:Food:Groceries 104.09 USD 2015-05-18 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.08 USD Expenses:Food:Restaurant 35.08 USD 2015-05-22 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -50.74 USD Expenses:Food:Restaurant 50.74 USD 2015-05-24 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-05-26 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -19.20 USD Expenses:Food:Restaurant 19.20 USD 2015-05-27 balance Liabilities:US:Chase:Slate -353.68 USD 2015-05-31 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -20.80 USD Expenses:Food:Restaurant 20.80 USD 2015-06-02 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -16.25 USD Expenses:Food:Restaurant 16.25 USD 2015-06-02 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -83.56 USD Expenses:Food:Groceries 83.56 USD 2015-06-04 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -17.42 USD Expenses:Food:Restaurant 17.42 USD 2015-06-06 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -15.37 USD Expenses:Food:Restaurant 15.37 USD 2015-06-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 524.52 USD Assets:US:BofA:Checking -524.52 USD 2015-06-11 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -17.44 USD Expenses:Food:Restaurant 17.44 USD 2015-06-15 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -43.53 USD Expenses:Food:Restaurant 43.53 USD 2015-06-17 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -57.61 USD Expenses:Food:Groceries 57.61 USD 2015-06-18 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.70 USD Expenses:Food:Restaurant 23.70 USD 2015-06-21 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -25.45 USD Expenses:Food:Restaurant 25.45 USD 2015-06-21 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-06-24 balance Liabilities:US:Chase:Slate -270.29 USD 2015-06-26 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -47.19 USD Expenses:Food:Restaurant 47.19 USD 2015-06-27 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -32.68 USD Expenses:Food:Restaurant 32.68 USD 2015-06-29 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -25.22 USD Expenses:Food:Restaurant 25.22 USD 2015-07-03 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -15.33 USD Expenses:Food:Restaurant 15.33 USD 2015-07-04 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -24.63 USD Expenses:Food:Restaurant 24.63 USD 2015-07-05 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -86.50 USD Expenses:Food:Groceries 86.50 USD 2015-07-08 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -19.07 USD Expenses:Food:Restaurant 19.07 USD 2015-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 557.53 USD Assets:US:BofA:Checking -557.53 USD 2015-07-13 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -36.62 USD Expenses:Food:Restaurant 36.62 USD 2015-07-15 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -16.94 USD Expenses:Food:Restaurant 16.94 USD 2015-07-16 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -108.91 USD Expenses:Food:Groceries 108.91 USD 2015-07-19 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -26.81 USD Expenses:Food:Restaurant 26.81 USD 2015-07-20 balance Liabilities:US:Chase:Slate -152.66 USD 2015-07-21 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-07-22 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -18.68 USD Expenses:Food:Restaurant 18.68 USD 2015-07-27 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -25.07 USD Expenses:Food:Restaurant 25.07 USD 2015-07-30 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -96.26 USD Expenses:Food:Groceries 96.26 USD 2015-08-01 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -18.50 USD Expenses:Food:Restaurant 18.50 USD 2015-08-03 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -47.57 USD Expenses:Food:Restaurant 47.57 USD 2015-08-08 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -19.68 USD Expenses:Food:Restaurant 19.68 USD 2015-08-09 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -35.50 USD Expenses:Food:Restaurant 35.50 USD 2015-08-10 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -123.43 USD Expenses:Food:Groceries 123.43 USD 2015-08-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 657.35 USD Assets:US:BofA:Checking -657.35 USD 2015-08-12 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.65 USD Expenses:Food:Restaurant 24.65 USD 2015-08-14 balance Liabilities:US:Chase:Slate -24.65 USD 2015-08-15 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -50.55 USD Expenses:Food:Restaurant 50.55 USD 2015-08-16 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -56.07 USD Expenses:Food:Restaurant 56.07 USD 2015-08-17 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -29.23 USD Expenses:Food:Restaurant 29.23 USD 2015-08-18 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-08-20 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -38.11 USD Expenses:Food:Restaurant 38.11 USD 2015-08-24 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.12 USD Expenses:Food:Restaurant 27.12 USD 2015-08-27 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -18.02 USD Expenses:Food:Restaurant 18.02 USD 2015-08-30 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -32.53 USD Expenses:Food:Restaurant 32.53 USD 2015-08-30 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -58.65 USD Expenses:Food:Groceries 58.65 USD 2015-09-03 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -21.21 USD Expenses:Food:Restaurant 21.21 USD 2015-09-05 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -99.08 USD Expenses:Food:Groceries 99.08 USD 2015-09-06 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -57.06 USD Expenses:Food:Restaurant 57.06 USD 2015-09-07 balance Liabilities:US:Chase:Slate -632.28 USD 2015-09-09 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -42.54 USD Expenses:Food:Restaurant 42.54 USD 2015-09-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 693.45 USD Assets:US:BofA:Checking -693.45 USD 2015-09-13 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -18.63 USD Expenses:Food:Restaurant 18.63 USD 2015-09-15 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -27.24 USD Expenses:Food:Restaurant 27.24 USD 2015-09-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-09-18 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -74.35 USD Expenses:Food:Groceries 74.35 USD 2015-09-20 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -28.24 USD Expenses:Food:Restaurant 28.24 USD 2015-09-23 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -19.38 USD Expenses:Food:Restaurant 19.38 USD 2015-09-27 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -20.59 USD Expenses:Food:Restaurant 20.59 USD 2015-09-30 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -18.85 USD Expenses:Food:Restaurant 18.85 USD 2015-10-01 balance Liabilities:US:Chase:Slate -308.65 USD 2015-10-04 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -50.36 USD Expenses:Food:Restaurant 50.36 USD 2015-10-07 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -15.28 USD Expenses:Food:Restaurant 15.28 USD 2015-10-08 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -71.43 USD Expenses:Food:Groceries 71.43 USD 2015-10-09 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -34.92 USD Expenses:Food:Restaurant 34.92 USD 2015-10-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 480.64 USD Assets:US:BofA:Checking -480.64 USD 2015-10-13 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -18.64 USD Expenses:Food:Restaurant 18.64 USD 2015-10-15 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -28.06 USD Expenses:Food:Restaurant 28.06 USD 2015-10-17 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.41 USD Expenses:Food:Restaurant 22.41 USD 2015-10-19 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-10-20 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -27.17 USD Expenses:Food:Restaurant 27.17 USD 2015-10-24 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -28.81 USD Expenses:Food:Restaurant 28.81 USD 2015-10-26 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -54.04 USD Expenses:Food:Groceries 54.04 USD 2015-10-27 balance Liabilities:US:Chase:Slate -299.13 USD 2015-10-27 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -29.08 USD Expenses:Food:Restaurant 29.08 USD 2015-10-28 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -25.91 USD Expenses:Food:Restaurant 25.91 USD 2015-11-02 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -43.94 USD Expenses:Food:Restaurant 43.94 USD 2015-11-04 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -37.41 USD Expenses:Food:Restaurant 37.41 USD 2015-11-06 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -16.45 USD Expenses:Food:Restaurant 16.45 USD 2015-11-07 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -39.94 USD Expenses:Food:Restaurant 39.94 USD 2015-11-08 event "location" "Boston" 2015-11-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 519.41 USD Assets:US:BofA:Checking -519.41 USD 2015-11-10 * "Starbucks" "" #trip-boston-2015 Liabilities:US:Chase:Slate -5.20 USD Expenses:Food:Coffee 5.20 USD 2015-11-11 * "Legal Seafood" "" #trip-boston-2015 Liabilities:US:Chase:Slate -42.07 USD Expenses:Food:Restaurant 42.07 USD 2015-11-12 * "Franklin Cafe" "" #trip-boston-2015 Liabilities:US:Chase:Slate -33.85 USD Expenses:Food:Restaurant 33.85 USD 2015-11-12 * "Starbucks" "" #trip-boston-2015 Liabilities:US:Chase:Slate -6.18 USD Expenses:Food:Coffee 6.18 USD 2015-11-14 * "Starbucks" "" #trip-boston-2015 Liabilities:US:Chase:Slate -6.84 USD Expenses:Food:Coffee 6.84 USD 2015-11-15 * "Franklin Cafe" "" #trip-boston-2015 Liabilities:US:Chase:Slate -29.03 USD Expenses:Food:Restaurant 29.03 USD 2015-11-18 * "Giacomo's Restaurant" "" #trip-boston-2015 Liabilities:US:Chase:Slate -36.63 USD Expenses:Food:Restaurant 36.63 USD 2015-11-18 * "Legal Seafood" "" #trip-boston-2015 Liabilities:US:Chase:Slate -36.12 USD Expenses:Food:Restaurant 36.12 USD 2015-11-19 * "Legal Seafood" "" #trip-boston-2015 Liabilities:US:Chase:Slate -38.73 USD Expenses:Food:Restaurant 38.73 USD 2015-11-20 * "Legal Seafood" "" #trip-boston-2015 Liabilities:US:Chase:Slate -33.83 USD Expenses:Food:Restaurant 33.83 USD 2015-11-21 * "Giacomo's Restaurant" "" #trip-boston-2015 Liabilities:US:Chase:Slate -47.91 USD Expenses:Food:Restaurant 47.91 USD 2015-11-22 * "Legal Seafood" "" #trip-boston-2015 Liabilities:US:Chase:Slate -36.28 USD Expenses:Food:Restaurant 36.28 USD 2015-11-23 * "Legal Seafood" "" #trip-boston-2015 Liabilities:US:Chase:Slate -28.89 USD Expenses:Food:Restaurant 28.89 USD 2015-11-23 * "Franklin Cafe" "" #trip-boston-2015 Liabilities:US:Chase:Slate -29.13 USD Expenses:Food:Restaurant 29.13 USD 2015-11-24 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.55 USD Expenses:Food:Restaurant 27.55 USD 2015-11-24 * "Franklin Cafe" "" #trip-boston-2015 Liabilities:US:Chase:Slate -31.75 USD Expenses:Food:Restaurant 31.75 USD 2015-11-24 * "Consume vacation days" Assets:US:BayBook:Vacation -128 VACHR Expenses:Vacation 128 VACHR 2015-11-24 event "location" "New Metropolis" 2015-11-26 balance Liabilities:US:Chase:Slate -442.44 USD 2015-11-27 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -38.42 USD Expenses:Food:Restaurant 38.42 USD 2015-11-28 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -19.18 USD Expenses:Food:Restaurant 19.18 USD 2015-11-29 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -26.12 USD Expenses:Food:Restaurant 26.12 USD 2015-12-01 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -16.77 USD Expenses:Food:Restaurant 16.77 USD 2015-12-04 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -85.32 USD Expenses:Food:Groceries 85.32 USD 2015-12-05 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.31 USD Expenses:Food:Restaurant 23.31 USD 2015-12-06 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -37.79 USD Expenses:Food:Restaurant 37.79 USD 2015-12-10 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -30.16 USD Expenses:Food:Restaurant 30.16 USD 2015-12-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 277.07 USD Assets:US:BofA:Checking -277.07 USD 2015-12-11 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -20.01 USD Expenses:Food:Restaurant 20.01 USD 2015-12-12 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -24.68 USD Expenses:Food:Restaurant 24.68 USD 2015-12-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-12-17 balance Liabilities:US:Chase:Slate -607.13 USD 2015-12-17 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.73 USD Expenses:Food:Restaurant 23.73 USD 2015-12-18 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -67.89 USD Expenses:Food:Groceries 67.89 USD 2015-12-22 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -11.13 USD Expenses:Food:Restaurant 11.13 USD 2015-12-26 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -16.10 USD Expenses:Food:Restaurant 16.10 USD 2015-12-30 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -77.39 USD Expenses:Food:Groceries 77.39 USD 2015-12-31 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -54.30 USD Expenses:Food:Restaurant 54.30 USD 2016-01-01 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -43.85 USD Expenses:Food:Restaurant 43.85 USD 2016-01-04 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -7.58 USD Expenses:Food:Restaurant 7.58 USD 2016-01-04 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -109.05 USD Expenses:Food:Groceries 109.05 USD 2016-01-09 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.85 USD Expenses:Food:Restaurant 23.85 USD 2016-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 699.45 USD Assets:US:BofA:Checking -699.45 USD 2016-01-13 balance Liabilities:US:Chase:Slate -342.55 USD 2016-01-14 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -99.89 USD Expenses:Food:Restaurant 99.89 USD 2016-01-17 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -25.45 USD Expenses:Food:Restaurant 25.45 USD 2016-01-17 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-01-19 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -35.78 USD Expenses:Food:Restaurant 35.78 USD 2016-01-21 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -106.25 USD Expenses:Food:Groceries 106.25 USD 2016-01-22 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -40.35 USD Expenses:Food:Restaurant 40.35 USD 2016-01-27 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -38.41 USD Expenses:Food:Restaurant 38.41 USD 2016-01-31 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -36.04 USD Expenses:Food:Restaurant 36.04 USD 2016-02-01 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -65.31 USD Expenses:Food:Restaurant 65.31 USD 2016-02-04 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -103.15 USD Expenses:Food:Groceries 103.15 USD 2016-02-05 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -31.73 USD Expenses:Food:Restaurant 31.73 USD 2016-02-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 625.99 USD Assets:US:BofA:Checking -625.99 USD 2016-02-08 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -23.52 USD Expenses:Food:Restaurant 23.52 USD 2016-02-09 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -108.39 USD Expenses:Food:Groceries 108.39 USD 2016-02-10 balance Liabilities:US:Chase:Slate -550.83 USD 2016-02-12 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -28.41 USD Expenses:Food:Restaurant 28.41 USD 2016-02-13 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -33.95 USD Expenses:Food:Restaurant 33.95 USD 2016-02-15 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.55 USD Expenses:Food:Restaurant 31.55 USD 2016-02-17 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -39.86 USD Expenses:Food:Restaurant 39.86 USD 2016-02-19 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-02-20 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -26.37 USD Expenses:Food:Restaurant 26.37 USD 2016-02-22 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -56.03 USD Expenses:Food:Restaurant 56.03 USD 2016-02-27 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -20.78 USD Expenses:Food:Restaurant 20.78 USD 2016-02-27 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -74.10 USD Expenses:Food:Groceries 74.10 USD 2016-02-28 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -50.34 USD Expenses:Food:Restaurant 50.34 USD 2016-02-29 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -21.19 USD Expenses:Food:Restaurant 21.19 USD 2016-03-04 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -20.48 USD Expenses:Food:Restaurant 20.48 USD 2016-03-06 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -54.45 USD Expenses:Food:Groceries 54.45 USD 2016-03-08 balance Liabilities:US:Chase:Slate -1128.34 USD 2016-03-08 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -24.37 USD Expenses:Food:Restaurant 24.37 USD 2016-03-09 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -32.15 USD Expenses:Food:Restaurant 32.15 USD 2016-03-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 772.00 USD Assets:US:BofA:Checking -772.00 USD 2016-03-12 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -29.58 USD Expenses:Food:Restaurant 29.58 USD 2016-03-14 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -55.30 USD Expenses:Food:Restaurant 55.30 USD 2016-03-15 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -108.77 USD Expenses:Food:Groceries 108.77 USD 2016-03-17 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -46.77 USD Expenses:Food:Restaurant 46.77 USD 2016-03-18 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -27.78 USD Expenses:Food:Restaurant 27.78 USD 2016-03-19 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-03-23 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -22.43 USD Expenses:Food:Restaurant 22.43 USD 2016-03-26 event "location" "Los Angeles" 2016-03-27 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -45.84 USD Expenses:Food:Restaurant 45.84 USD 2016-03-27 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -28.45 USD Expenses:Food:Restaurant 28.45 USD 2016-03-28 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -26.08 USD Expenses:Food:Restaurant 26.08 USD 2016-03-28 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -10.61 USD Expenses:Food:Alcohol 10.61 USD 2016-03-29 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -30.76 USD Expenses:Food:Restaurant 30.76 USD 2016-03-29 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -6.50 USD Expenses:Food:Coffee 6.50 USD 2016-03-30 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -24.43 USD Expenses:Food:Restaurant 24.43 USD 2016-03-30 * "Chipotle" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -17.71 USD Expenses:Food:Restaurant 17.71 USD 2016-03-30 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -10.70 USD Expenses:Food:Alcohol 10.70 USD 2016-03-31 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -35.02 USD Expenses:Food:Restaurant 35.02 USD 2016-03-31 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -24.94 USD Expenses:Food:Restaurant 24.94 USD 2016-03-31 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -5.86 USD Expenses:Food:Coffee 5.86 USD 2016-04-01 * "Chipotle" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -17.49 USD Expenses:Food:Restaurant 17.49 USD 2016-04-01 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -9.65 USD Expenses:Food:Alcohol 9.65 USD 2016-04-02 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -47.80 USD Expenses:Food:Restaurant 47.80 USD 2016-04-02 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -29.87 USD Expenses:Food:Restaurant 29.87 USD 2016-04-02 * "Pampas Grill" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -23.04 USD Expenses:Food:Restaurant 23.04 USD 2016-04-03 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -24.43 USD Expenses:Food:Restaurant 24.43 USD 2016-04-03 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -5.66 USD Expenses:Food:Coffee 5.66 USD 2016-04-04 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -10.53 USD Expenses:Food:Alcohol 10.53 USD 2016-04-05 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -9.56 USD Expenses:Food:Alcohol 9.56 USD 2016-04-06 * "Chipotle" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -18.77 USD Expenses:Food:Restaurant 18.77 USD 2016-04-07 balance Liabilities:US:Chase:Slate -1287.19 USD 2016-04-07 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -24.34 USD Expenses:Food:Restaurant 24.34 USD 2016-04-07 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -29.41 USD Expenses:Food:Restaurant 29.41 USD 2016-04-07 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -5.85 USD Expenses:Food:Coffee 5.85 USD 2016-04-07 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -9.44 USD Expenses:Food:Alcohol 9.44 USD 2016-04-08 * "Pampas Grill" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -26.67 USD Expenses:Food:Restaurant 26.67 USD 2016-04-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 428.47 USD Assets:US:BofA:Checking -428.47 USD 2016-04-09 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -52.69 USD Expenses:Food:Restaurant 52.69 USD 2016-04-09 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -26.11 USD Expenses:Food:Restaurant 26.11 USD 2016-04-09 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -28.77 USD Expenses:Food:Restaurant 28.77 USD 2016-04-10 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -62.26 USD Expenses:Food:Restaurant 62.26 USD 2016-04-10 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -27.39 USD Expenses:Food:Restaurant 27.39 USD 2016-04-10 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -6.37 USD Expenses:Food:Coffee 6.37 USD 2016-04-11 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -32.21 USD Expenses:Food:Restaurant 32.21 USD 2016-04-11 * "Pampas Grill" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -27.21 USD Expenses:Food:Restaurant 27.21 USD 2016-04-11 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -5.34 USD Expenses:Food:Coffee 5.34 USD 2016-04-12 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -47.26 USD Expenses:Food:Restaurant 47.26 USD 2016-04-12 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -26.03 USD Expenses:Food:Restaurant 26.03 USD 2016-04-12 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -10.61 USD Expenses:Food:Alcohol 10.61 USD 2016-04-13 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -30.11 USD Expenses:Food:Restaurant 30.11 USD 2016-04-13 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -27.10 USD Expenses:Food:Restaurant 27.10 USD 2016-04-15 * "Pampas Grill" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -20.09 USD Expenses:Food:Restaurant 20.09 USD 2016-04-15 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -6.38 USD Expenses:Food:Coffee 6.38 USD 2016-04-16 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -39.15 USD Expenses:Food:Restaurant 39.15 USD 2016-04-16 * "Chipotle" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -15.23 USD Expenses:Food:Restaurant 15.23 USD 2016-04-16 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -6.25 USD Expenses:Food:Coffee 6.25 USD 2016-04-17 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -47.42 USD Expenses:Food:Restaurant 47.42 USD 2016-04-17 * "Pampas Grill" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -15.90 USD Expenses:Food:Restaurant 15.90 USD 2016-04-17 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -8.98 USD Expenses:Food:Alcohol 8.98 USD 2016-04-17 * "Consume vacation days" Assets:US:BayBook:Vacation -176 VACHR Expenses:Vacation 176 VACHR 2016-04-17 event "location" "New Metropolis" 2016-04-18 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -34.47 USD Expenses:Food:Restaurant 34.47 USD 2016-04-19 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -101.08 USD Expenses:Food:Groceries 101.08 USD 2016-04-22 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -23.27 USD Expenses:Food:Restaurant 23.27 USD 2016-04-26 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -53.87 USD Expenses:Food:Restaurant 53.87 USD 2016-04-28 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -17.40 USD Expenses:Food:Restaurant 17.40 USD 2016-05-02 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.43 USD Expenses:Food:Restaurant 21.43 USD 2016-05-04 balance Liabilities:US:Chase:Slate -1774.81 USD 2016-05-05 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -28.32 USD Expenses:Food:Restaurant 28.32 USD 2016-05-08 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -32.49 USD Expenses:Food:Restaurant 32.49 USD 2016-05-09 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -110.81 USD Expenses:Food:Groceries 110.81 USD 2016-05-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 494.46 USD Assets:US:BofA:Checking -494.46 USD 2016-05-13 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -71.32 USD Expenses:Food:Restaurant 71.32 USD 2016-05-16 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -21.98 USD Expenses:Food:Restaurant 21.98 USD 2016-05-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-05-19 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -100.79 USD Expenses:Food:Groceries 100.79 USD 2016-05-21 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.29 USD Expenses:Food:Restaurant 31.29 USD 2016-05-25 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -70.43 USD Expenses:Food:Restaurant 70.43 USD 2016-05-28 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.23 USD Expenses:Food:Restaurant 23.23 USD 2016-05-29 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -19.33 USD Expenses:Food:Restaurant 19.33 USD 2016-05-31 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -138.30 USD Expenses:Food:Groceries 138.30 USD 2016-06-02 balance Liabilities:US:Chase:Slate -2048.64 USD 2016-06-02 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -29.59 USD Expenses:Food:Restaurant 29.59 USD 2016-06-06 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -37.39 USD Expenses:Food:Restaurant 37.39 USD 2016-06-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 616.38 USD Assets:US:BofA:Checking -616.38 USD 2016-06-10 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -24.05 USD Expenses:Food:Restaurant 24.05 USD 2016-06-14 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -33.64 USD Expenses:Food:Restaurant 33.64 USD 2016-06-15 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-06-18 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -33.15 USD Expenses:Food:Restaurant 33.15 USD 2016-06-18 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -69.15 USD Expenses:Food:Groceries 69.15 USD 2016-06-22 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -30.26 USD Expenses:Food:Restaurant 30.26 USD 2016-06-23 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -55.49 USD Expenses:Food:Restaurant 55.49 USD 2016-06-24 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -46.83 USD Expenses:Food:Restaurant 46.83 USD 2016-06-25 balance Liabilities:US:Chase:Slate -1911.81 USD 2016-06-26 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -27.39 USD Expenses:Food:Restaurant 27.39 USD 2016-06-28 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -25.64 USD Expenses:Food:Restaurant 25.64 USD 2016-07-01 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -19.28 USD Expenses:Food:Restaurant 19.28 USD 2016-07-02 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -31.50 USD Expenses:Food:Restaurant 31.50 USD 2016-07-04 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -72.67 USD Expenses:Food:Groceries 72.67 USD 2016-07-06 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -17.94 USD Expenses:Food:Restaurant 17.94 USD 2016-07-07 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -40.37 USD Expenses:Food:Restaurant 40.37 USD 2016-07-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 640.80 USD Assets:US:BofA:Checking -640.80 USD 2016-07-11 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -17.49 USD Expenses:Food:Restaurant 17.49 USD 2016-07-16 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -41.19 USD Expenses:Food:Restaurant 41.19 USD 2016-07-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-07-19 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -69.58 USD Expenses:Food:Restaurant 69.58 USD 2016-07-23 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -12.52 USD Expenses:Food:Restaurant 12.52 USD 2016-07-23 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -89.97 USD Expenses:Food:Groceries 89.97 USD 2016-07-24 balance Liabilities:US:Chase:Slate -1856.55 USD 2016-07-26 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -50.66 USD Expenses:Food:Restaurant 50.66 USD 2016-07-29 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -53.12 USD Expenses:Food:Restaurant 53.12 USD 2016-08-02 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -16.94 USD Expenses:Food:Restaurant 16.94 USD 2016-08-04 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -22.61 USD Expenses:Food:Restaurant 22.61 USD 2016-08-07 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -80.76 USD Expenses:Food:Groceries 80.76 USD 2016-08-08 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -30.71 USD Expenses:Food:Restaurant 30.71 USD 2016-08-09 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -33.74 USD Expenses:Food:Restaurant 33.74 USD 2016-08-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 621.80 USD Assets:US:BofA:Checking -621.80 USD 2016-08-14 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -9.56 USD Expenses:Food:Restaurant 9.56 USD 2016-08-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-08-17 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -38.97 USD Expenses:Food:Restaurant 38.97 USD 2016-08-22 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -12.26 USD Expenses:Food:Restaurant 12.26 USD 2016-08-23 balance Liabilities:US:Chase:Slate -1704.08 USD 2016-08-27 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -27.52 USD Expenses:Food:Restaurant 27.52 USD 2016-08-27 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -97.60 USD Expenses:Food:Groceries 97.60 USD 2016-08-28 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -44.53 USD Expenses:Food:Restaurant 44.53 USD 2016-09-01 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -31.40 USD Expenses:Food:Restaurant 31.40 USD 2016-09-06 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -19.43 USD Expenses:Food:Restaurant 19.43 USD 2016-09-10 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -64.14 USD Expenses:Food:Restaurant 64.14 USD 2016-09-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 465.41 USD Assets:US:BofA:Checking -465.41 USD 2016-09-11 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -80.33 USD Expenses:Food:Groceries 80.33 USD 2016-09-14 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -31.59 USD Expenses:Food:Restaurant 31.59 USD 2016-09-15 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-09-16 balance Liabilities:US:Chase:Slate -1755.21 USD 2016-09-18 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -22.62 USD Expenses:Food:Restaurant 22.62 USD 2016-09-19 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -31.00 USD Expenses:Food:Restaurant 31.00 USD 2016-09-22 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -19.74 USD Expenses:Food:Restaurant 19.74 USD 2016-09-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -121.28 USD Expenses:Food:Groceries 121.28 USD 2016-09-25 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -22.75 USD Expenses:Food:Restaurant 22.75 USD 2016-09-29 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -47.21 USD Expenses:Food:Restaurant 47.21 USD 2016-10-02 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -62.63 USD Expenses:Food:Groceries 62.63 USD 2016-10-04 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -66.23 USD Expenses:Food:Restaurant 66.23 USD 2016-10-06 balance Liabilities:US:Chase:Slate -2148.67 USD 2016-10-06 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -26.32 USD Expenses:Food:Restaurant 26.32 USD 2016-10-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 720.16 USD Assets:US:BofA:Checking -720.16 USD 2016-10-11 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -68.46 USD Expenses:Food:Restaurant 68.46 USD 2016-10-12 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -83.44 USD Expenses:Food:Restaurant 83.44 USD 2016-10-13 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-10-14 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -21.78 USD Expenses:Food:Restaurant 21.78 USD 2016-10-15 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -46.22 USD Expenses:Food:Restaurant 46.22 USD 2016-10-16 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -26.26 USD Expenses:Food:Restaurant 26.26 USD 2016-10-16 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -103.65 USD Expenses:Food:Groceries 103.65 USD 2016-10-19 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -51.41 USD Expenses:Food:Restaurant 51.41 USD 2016-10-20 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -38.32 USD Expenses:Food:Restaurant 38.32 USD 2016-10-23 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -47.00 USD Expenses:Food:Restaurant 47.00 USD 2016-10-28 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -56.25 USD Expenses:Food:Restaurant 56.25 USD 2016-10-30 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -69.04 USD Expenses:Food:Groceries 69.04 USD 2016-11-01 balance Liabilities:US:Chase:Slate -2186.66 USD 2016-11-01 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -33.66 USD Expenses:Food:Restaurant 33.66 USD 2016-11-04 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -35.62 USD Expenses:Food:Restaurant 35.62 USD 2016-11-07 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -22.15 USD Expenses:Food:Restaurant 22.15 USD 2016-11-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 754.80 USD Assets:US:BofA:Checking -754.80 USD 2016-11-08 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -39.27 USD Expenses:Food:Restaurant 39.27 USD 2016-11-12 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-11-13 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.51 USD Expenses:Food:Restaurant 35.51 USD 2016-11-14 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -82.80 USD Expenses:Food:Groceries 82.80 USD 2016-11-17 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -41.15 USD Expenses:Food:Restaurant 41.15 USD 2016-11-20 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -30.69 USD Expenses:Food:Restaurant 30.69 USD 2016-11-21 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -53.93 USD Expenses:Food:Restaurant 53.93 USD 2016-11-22 balance Liabilities:US:Chase:Slate -1926.64 USD 2016-11-24 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -44.74 USD Expenses:Food:Restaurant 44.74 USD 2016-11-25 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -77.99 USD Expenses:Food:Groceries 77.99 USD 2016-11-28 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -46.68 USD Expenses:Food:Restaurant 46.68 USD 2016-12-01 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -57.49 USD Expenses:Food:Restaurant 57.49 USD 2016-12-03 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -39.41 USD Expenses:Food:Restaurant 39.41 USD 2016-12-06 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -48.34 USD Expenses:Food:Restaurant 48.34 USD 2016-12-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 740.50 USD Assets:US:BofA:Checking -740.50 USD 2016-12-10 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.50 USD Expenses:Food:Restaurant 22.50 USD 2016-12-11 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -71.35 USD Expenses:Food:Groceries 71.35 USD 2016-12-12 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -14.65 USD Expenses:Food:Restaurant 14.65 USD 2016-12-12 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-12-15 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -65.11 USD Expenses:Food:Restaurant 65.11 USD 2016-12-17 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -18.63 USD Expenses:Food:Restaurant 18.63 USD 2016-12-19 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -45.01 USD Expenses:Food:Restaurant 45.01 USD 2016-12-21 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -35.40 USD Expenses:Food:Restaurant 35.40 USD 2016-12-21 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -62.68 USD Expenses:Food:Groceries 62.68 USD 2016-12-22 balance Liabilities:US:Chase:Slate -1956.12 USD 2016-12-25 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -36.15 USD Expenses:Food:Restaurant 36.15 USD 2016-12-28 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -24.06 USD Expenses:Food:Restaurant 24.06 USD 2016-12-31 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -66.99 USD Expenses:Food:Restaurant 66.99 USD 2017-01-01 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -23.43 USD Expenses:Food:Restaurant 23.43 USD 2017-01-04 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -154.56 USD Expenses:Food:Groceries 154.56 USD 2017-01-06 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -28.87 USD Expenses:Food:Restaurant 28.87 USD 2017-01-08 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -53.40 USD Expenses:Food:Restaurant 53.40 USD 2017-01-09 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -86.68 USD Expenses:Food:Groceries 86.68 USD 2017-01-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 906.97 USD Assets:US:BofA:Checking -906.97 USD 2017-01-10 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-01-11 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -32.34 USD Expenses:Food:Restaurant 32.34 USD 2017-01-12 balance Liabilities:US:Chase:Slate -1675.63 USD 2017-01-12 event "location" "Boston" 2017-01-13 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -24.43 USD Expenses:Food:Restaurant 24.43 USD 2017-01-13 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -6.90 USD Expenses:Food:Coffee 6.90 USD 2017-01-14 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -43.45 USD Expenses:Food:Restaurant 43.45 USD 2017-01-16 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -31.57 USD Expenses:Food:Restaurant 31.57 USD 2017-01-17 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -41.39 USD Expenses:Food:Restaurant 41.39 USD 2017-01-17 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -26.62 USD Expenses:Food:Restaurant 26.62 USD 2017-01-18 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -47.56 USD Expenses:Food:Restaurant 47.56 USD 2017-01-18 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -38.45 USD Expenses:Food:Restaurant 38.45 USD 2017-01-18 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -5.59 USD Expenses:Food:Coffee 5.59 USD 2017-01-19 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -42.84 USD Expenses:Food:Restaurant 42.84 USD 2017-01-20 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -44.47 USD Expenses:Food:Restaurant 44.47 USD 2017-01-20 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -29.77 USD Expenses:Food:Restaurant 29.77 USD 2017-01-20 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -6.43 USD Expenses:Food:Coffee 6.43 USD 2017-01-21 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -31.00 USD Expenses:Food:Restaurant 31.00 USD 2017-01-21 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -24.75 USD Expenses:Food:Restaurant 24.75 USD 2017-01-21 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -5.57 USD Expenses:Food:Coffee 5.57 USD 2017-01-22 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -41.00 USD Expenses:Food:Restaurant 41.00 USD 2017-01-22 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -40.80 USD Expenses:Food:Restaurant 40.80 USD 2017-01-22 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -5.51 USD Expenses:Food:Coffee 5.51 USD 2017-01-23 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -38.34 USD Expenses:Food:Restaurant 38.34 USD 2017-01-23 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -28.50 USD Expenses:Food:Restaurant 28.50 USD 2017-01-25 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -40.68 USD Expenses:Food:Restaurant 40.68 USD 2017-01-25 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -27.71 USD Expenses:Food:Restaurant 27.71 USD 2017-01-26 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -37.74 USD Expenses:Food:Restaurant 37.74 USD 2017-01-26 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -35.93 USD Expenses:Food:Restaurant 35.93 USD 2017-01-26 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -5.41 USD Expenses:Food:Coffee 5.41 USD 2017-01-28 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -34.47 USD Expenses:Food:Restaurant 34.47 USD 2017-01-29 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -37.70 USD Expenses:Food:Restaurant 37.70 USD 2017-01-31 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -30.45 USD Expenses:Food:Restaurant 30.45 USD 2017-01-31 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -27.96 USD Expenses:Food:Restaurant 27.96 USD 2017-01-31 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -6.07 USD Expenses:Food:Coffee 6.07 USD 2017-02-01 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -41.54 USD Expenses:Food:Restaurant 41.54 USD 2017-02-01 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -5.18 USD Expenses:Food:Coffee 5.18 USD 2017-02-01 * "Consume vacation days" Assets:US:BayBook:Vacation -160 VACHR Expenses:Vacation 160 VACHR 2017-02-01 event "location" "New Metropolis" 2017-02-02 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -36.20 USD Expenses:Food:Restaurant 36.20 USD 2017-02-05 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.48 USD Expenses:Food:Restaurant 31.48 USD 2017-02-07 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-02-09 balance Liabilities:US:Chase:Slate -2799.09 USD 2017-02-10 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -17.15 USD Expenses:Food:Restaurant 17.15 USD 2017-02-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 387.42 USD Assets:US:BofA:Checking -387.42 USD 2017-02-12 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -30.25 USD Expenses:Food:Restaurant 30.25 USD 2017-02-13 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -151.58 USD Expenses:Food:Groceries 151.58 USD 2017-02-15 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -15.76 USD Expenses:Food:Restaurant 15.76 USD 2017-02-18 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -29.97 USD Expenses:Food:Restaurant 29.97 USD 2017-02-23 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.64 USD Expenses:Food:Restaurant 34.64 USD 2017-02-25 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -52.42 USD Expenses:Food:Groceries 52.42 USD 2017-02-27 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -17.44 USD Expenses:Food:Restaurant 17.44 USD 2017-03-02 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -21.09 USD Expenses:Food:Restaurant 21.09 USD 2017-03-03 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -14.95 USD Expenses:Food:Restaurant 14.95 USD 2017-03-04 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -49.09 USD Expenses:Food:Restaurant 49.09 USD 2017-03-06 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-03-08 balance Liabilities:US:Chase:Slate -2966.01 USD 2017-03-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 528.12 USD Assets:US:BofA:Checking -528.12 USD 2017-03-09 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.18 USD Expenses:Food:Restaurant 21.18 USD 2017-03-11 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -84.79 USD Expenses:Food:Groceries 84.79 USD 2017-03-12 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -13.62 USD Expenses:Food:Restaurant 13.62 USD 2017-03-14 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -19.41 USD Expenses:Food:Restaurant 19.41 USD 2017-03-18 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -26.87 USD Expenses:Food:Restaurant 26.87 USD 2017-03-20 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.30 USD Expenses:Food:Restaurant 35.30 USD 2017-03-24 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -21.57 USD Expenses:Food:Restaurant 21.57 USD 2017-03-28 balance Liabilities:US:Chase:Slate -2660.63 USD 2017-03-29 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -18.48 USD Expenses:Food:Restaurant 18.48 USD 2017-03-29 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -100.36 USD Expenses:Food:Groceries 100.36 USD 2017-04-01 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -15.98 USD Expenses:Food:Restaurant 15.98 USD 2017-04-03 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -19.00 USD Expenses:Food:Restaurant 19.00 USD 2017-04-07 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.34 USD Expenses:Food:Restaurant 34.34 USD 2017-04-07 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -82.09 USD Expenses:Food:Groceries 82.09 USD 2017-04-08 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-04-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 608.74 USD Assets:US:BofA:Checking -608.74 USD 2017-04-12 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -16.93 USD Expenses:Food:Restaurant 16.93 USD 2017-04-14 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -21.20 USD Expenses:Food:Restaurant 21.20 USD 2017-04-17 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -57.03 USD Expenses:Food:Restaurant 57.03 USD 2017-04-18 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -88.71 USD Expenses:Food:Groceries 88.71 USD 2017-04-20 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -12.59 USD Expenses:Food:Restaurant 12.59 USD 2017-04-24 balance Liabilities:US:Chase:Slate -2638.60 USD 2017-04-24 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -30.04 USD Expenses:Food:Restaurant 30.04 USD 2017-04-26 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -38.30 USD Expenses:Food:Restaurant 38.30 USD 2017-04-30 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -33.68 USD Expenses:Food:Restaurant 33.68 USD 2017-05-03 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -28.87 USD Expenses:Food:Restaurant 28.87 USD 2017-05-04 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -104.59 USD Expenses:Food:Groceries 104.59 USD 2017-05-05 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-05-07 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -39.85 USD Expenses:Food:Restaurant 39.85 USD 2017-05-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 592.47 USD Assets:US:BofA:Checking -592.47 USD 2017-05-12 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -17.61 USD Expenses:Food:Restaurant 17.61 USD 2017-05-15 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -51.10 USD Expenses:Food:Restaurant 51.10 USD 2017-05-15 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -118.53 USD Expenses:Food:Groceries 118.53 USD 2017-05-18 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -25.04 USD Expenses:Food:Restaurant 25.04 USD 2017-05-21 balance Liabilities:US:Chase:Slate -2653.74 USD 2017-05-23 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.08 USD Expenses:Food:Restaurant 21.08 USD 2017-05-25 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -37.72 USD Expenses:Food:Restaurant 37.72 USD 2017-05-25 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -81.06 USD Expenses:Food:Groceries 81.06 USD 2017-05-27 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -22.55 USD Expenses:Food:Restaurant 22.55 USD 2017-05-30 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -13.42 USD Expenses:Food:Restaurant 13.42 USD 2017-05-31 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -19.10 USD Expenses:Food:Restaurant 19.10 USD 2017-06-03 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -22.24 USD Expenses:Food:Restaurant 22.24 USD 2017-06-05 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-06-06 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -35.46 USD Expenses:Food:Restaurant 35.46 USD 2017-06-06 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -82.96 USD Expenses:Food:Groceries 82.96 USD 2017-06-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 688.20 USD Assets:US:BofA:Checking -688.20 USD 2017-06-09 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.94 USD Expenses:Food:Restaurant 37.94 USD 2017-06-10 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -36.09 USD Expenses:Food:Restaurant 36.09 USD 2017-06-11 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -58.82 USD Expenses:Food:Groceries 58.82 USD 2017-06-14 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -24.58 USD Expenses:Food:Restaurant 24.58 USD 2017-06-15 balance Liabilities:US:Chase:Slate -2578.56 USD 2017-06-17 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -35.63 USD Expenses:Food:Restaurant 35.63 USD 2017-06-20 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -23.74 USD Expenses:Food:Restaurant 23.74 USD 2017-06-21 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -23.92 USD Expenses:Food:Restaurant 23.92 USD 2017-06-21 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -76.81 USD Expenses:Food:Groceries 76.81 USD 2017-06-23 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -36.45 USD Expenses:Food:Restaurant 36.45 USD 2017-06-27 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -46.98 USD Expenses:Food:Restaurant 46.98 USD 2017-06-29 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -98.28 USD Expenses:Food:Groceries 98.28 USD 2017-06-30 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -13.77 USD Expenses:Food:Restaurant 13.77 USD 2017-07-02 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-07-05 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -27.86 USD Expenses:Food:Restaurant 27.86 USD 2017-07-08 balance Liabilities:US:Chase:Slate -3082.00 USD 2017-07-10 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -26.73 USD Expenses:Food:Restaurant 26.73 USD 2017-07-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 649.66 USD Assets:US:BofA:Checking -649.66 USD 2017-07-11 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -36.94 USD Expenses:Food:Restaurant 36.94 USD 2017-07-14 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.22 USD Expenses:Food:Restaurant 34.22 USD 2017-07-16 event "location" "New York" 2017-07-17 * "Uncle Boons" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -41.41 USD Expenses:Food:Restaurant 41.41 USD 2017-07-17 * "La Colombe" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -4.60 USD Expenses:Food:Coffee 4.60 USD 2017-07-18 * "La Colombe" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -6.57 USD Expenses:Food:Coffee 6.57 USD 2017-07-18 * "Gimme! Coffee" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -7.55 USD Expenses:Food:Coffee 7.55 USD 2017-07-19 * "Cafe Select" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -31.97 USD Expenses:Food:Restaurant 31.97 USD 2017-07-19 * "La Colombe" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -5.94 USD Expenses:Food:Coffee 5.94 USD 2017-07-20 * "Cafe Select" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -29.50 USD Expenses:Food:Restaurant 29.50 USD 2017-07-21 * "Uncle Boons" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -47.38 USD Expenses:Food:Restaurant 47.38 USD 2017-07-21 * "Cafe Select" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -34.95 USD Expenses:Food:Restaurant 34.95 USD 2017-07-22 * "La Colombe" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -5.78 USD Expenses:Food:Coffee 5.78 USD 2017-07-23 * "Uncle Boons" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -37.09 USD Expenses:Food:Restaurant 37.09 USD 2017-07-23 * "Cafe Select" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -23.34 USD Expenses:Food:Restaurant 23.34 USD 2017-07-23 * "Laut" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -31.21 USD Expenses:Food:Restaurant 31.21 USD 2017-07-24 * "Takahachi" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -52.81 USD Expenses:Food:Restaurant 52.81 USD 2017-07-24 * "Laut" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -34.24 USD Expenses:Food:Restaurant 34.24 USD 2017-07-24 * "La Colombe" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -5.18 USD Expenses:Food:Coffee 5.18 USD 2017-07-24 * "Gimme! Coffee" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -6.60 USD Expenses:Food:Coffee 6.60 USD 2017-07-25 * "Cafe Select" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -31.28 USD Expenses:Food:Restaurant 31.28 USD 2017-07-25 * "Gimme! Coffee" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -6.78 USD Expenses:Food:Coffee 6.78 USD 2017-07-26 * "Takahachi" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -49.02 USD Expenses:Food:Restaurant 49.02 USD 2017-07-26 * "Laut" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -29.18 USD Expenses:Food:Restaurant 29.18 USD 2017-07-27 * "Uncle Boons" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -36.76 USD Expenses:Food:Restaurant 36.76 USD 2017-07-27 * "Takahachi" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -43.97 USD Expenses:Food:Restaurant 43.97 USD 2017-07-28 * "Uncle Boons" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -38.44 USD Expenses:Food:Restaurant 38.44 USD 2017-07-28 * "Cafe Select" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -34.99 USD Expenses:Food:Restaurant 34.99 USD 2017-07-28 * "Takahachi" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -49.73 USD Expenses:Food:Restaurant 49.73 USD 2017-07-29 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -43.83 USD Expenses:Food:Restaurant 43.83 USD 2017-07-29 * "Laut" "" #trip-new-york-2017 Liabilities:US:Chase:Slate -38.75 USD Expenses:Food:Restaurant 38.75 USD 2017-07-29 * "Consume vacation days" Assets:US:BayBook:Vacation -104 VACHR Expenses:Vacation 104 VACHR 2017-07-29 event "location" "New Metropolis" 2017-08-02 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-08-03 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -14.43 USD Expenses:Food:Restaurant 14.43 USD 2017-08-07 balance Liabilities:US:Chase:Slate -3473.51 USD 2017-08-08 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -20.33 USD Expenses:Food:Restaurant 20.33 USD 2017-08-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 269.75 USD Assets:US:BofA:Checking -269.75 USD 2017-08-09 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -17.14 USD Expenses:Food:Restaurant 17.14 USD 2017-08-14 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -40.16 USD Expenses:Food:Restaurant 40.16 USD 2017-08-15 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -60.91 USD Expenses:Food:Groceries 60.91 USD 2017-08-16 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -19.49 USD Expenses:Food:Restaurant 19.49 USD 2017-08-17 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -25.12 USD Expenses:Food:Restaurant 25.12 USD 2017-08-20 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -28.82 USD Expenses:Food:Restaurant 28.82 USD 2017-08-25 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -17.11 USD Expenses:Food:Restaurant 17.11 USD 2017-08-29 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -17.56 USD Expenses:Food:Restaurant 17.56 USD 2017-09-01 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -112.86 USD Expenses:Food:Groceries 112.86 USD 2017-09-03 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -47.59 USD Expenses:Food:Restaurant 47.59 USD 2017-09-04 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -28.66 USD Expenses:Food:Restaurant 28.66 USD 2017-09-04 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-09-06 balance Liabilities:US:Chase:Slate -3759.51 USD 2017-09-06 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -47.78 USD Expenses:Food:Restaurant 47.78 USD 2017-09-08 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -14.41 USD Expenses:Food:Restaurant 14.41 USD * Taxable Investments 2015-01-01 open Assets:US:ETrade:Cash USD 2015-01-01 open Assets:US:ETrade:ITOT ITOT 2015-01-01 open Assets:US:ETrade:VEA VEA 2015-01-01 open Assets:US:ETrade:VHT VHT 2015-01-01 open Assets:US:ETrade:GLD GLD 2015-01-01 open Income:US:ETrade:Gains USD 2015-01-01 open Income:US:ETrade:Dividends USD 2015-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 0.00 USD Income:US:ETrade:Dividends 0.00 USD 2015-09-20 * "Buy shares of VHT" Assets:US:ETrade:Cash -4341.10 USD Assets:US:ETrade:VHT 45 VHT {96.27 USD, 2015-09-20} Expenses:Financial:Commissions 8.95 USD 2015-11-06 * "Sell shares of VHT" Assets:US:ETrade:VHT -45 VHT {96.27 USD, 2015-09-20} @ 93.77 USD Assets:US:ETrade:Cash 4210.70 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 112.50 USD 2015-12-08 * "Buy shares of GLD" Assets:US:ETrade:Cash -8297.45 USD Assets:US:ETrade:GLD 137 GLD {60.50 USD, 2015-12-08} Expenses:Financial:Commissions 8.95 USD 2015-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 50.48 USD Income:US:ETrade:Dividends -50.48 USD 2016-01-05 * "Sell shares of GLD" Assets:US:ETrade:GLD -137 GLD {60.50 USD, 2015-12-08} @ 58.30 USD Assets:US:ETrade:Cash 7978.15 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 301.40 USD 2016-01-31 * "Buy shares of GLD" Assets:US:ETrade:Cash -3965.19 USD Assets:US:ETrade:GLD 68 GLD {58.18 USD, 2016-01-31} Expenses:Financial:Commissions 8.95 USD 2016-01-31 * "Buy shares of ITOT" Assets:US:ETrade:Cash -3851.47 USD Assets:US:ETrade:ITOT 22 ITOT {174.66 USD, 2016-01-31} Expenses:Financial:Commissions 8.95 USD 2016-02-11 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -22 ITOT {174.66 USD, 2016-01-31} @ 174.24 USD Assets:US:ETrade:Cash 3824.33 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 9.24 USD 2016-02-15 * "Buy shares of VHT" Assets:US:ETrade:Cash -3995.38 USD Assets:US:ETrade:VHT 41 VHT {97.23 USD, 2016-02-15} Expenses:Financial:Commissions 8.95 USD 2016-03-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 97.62 USD Income:US:ETrade:Dividends -97.62 USD 2016-06-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 97.62 USD Income:US:ETrade:Dividends -97.62 USD 2016-06-28 * "Sell shares of VHT" Assets:US:ETrade:VHT -41 VHT {97.23 USD, 2016-02-15} @ 97.13 USD Assets:US:ETrade:Cash 3973.38 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 4.10 USD 2016-07-04 * "Buy shares of VHT" Assets:US:ETrade:Cash -970.65 USD Assets:US:ETrade:VHT 10 VHT {96.17 USD, 2016-07-04} Expenses:Financial:Commissions 8.95 USD 2016-07-04 * "Buy shares of GLD" Assets:US:ETrade:Cash -987.35 USD Assets:US:ETrade:GLD 16 GLD {61.15 USD, 2016-07-04} Expenses:Financial:Commissions 8.95 USD 2016-07-04 * "Buy shares of VEA" Assets:US:ETrade:Cash -916.75 USD Assets:US:ETrade:VEA 5 VEA {181.56 USD, 2016-07-04} Expenses:Financial:Commissions 8.95 USD 2016-07-04 * "Buy shares of ITOT" Assets:US:ETrade:Cash -884.85 USD Assets:US:ETrade:ITOT 5 ITOT {175.18 USD, 2016-07-04} Expenses:Financial:Commissions 8.95 USD 2016-07-16 * "Sell shares of VHT" Assets:US:ETrade:VHT -10 VHT {96.17 USD, 2016-07-04} @ 93.67 USD Assets:US:ETrade:Cash 927.75 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 25.00 USD 2016-07-25 * "Buy shares of GLD" Assets:US:ETrade:Cash -499.59 USD Assets:US:ETrade:GLD 8 GLD {61.33 USD, 2016-07-25} Expenses:Financial:Commissions 8.95 USD 2016-07-25 * "Buy shares of VEA" Assets:US:ETrade:Cash -381.17 USD Assets:US:ETrade:VEA 2 VEA {186.11 USD, 2016-07-25} Expenses:Financial:Commissions 8.95 USD 2016-08-19 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1254.39 USD Assets:US:ETrade:ITOT 7 ITOT {177.92 USD, 2016-08-19} Expenses:Financial:Commissions 8.95 USD 2016-08-19 * "Buy shares of VHT" Assets:US:ETrade:Cash -1391.73 USD Assets:US:ETrade:VHT 14 VHT {98.77 USD, 2016-08-19} Expenses:Financial:Commissions 8.95 USD 2016-08-19 * "Buy shares of VEA" Assets:US:ETrade:Cash -1315.22 USD Assets:US:ETrade:VEA 7 VEA {186.61 USD, 2016-08-19} Expenses:Financial:Commissions 8.95 USD 2016-09-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 131.71 USD Income:US:ETrade:Dividends -131.71 USD 2016-11-17 * "Buy shares of GLD" Assets:US:ETrade:Cash -1405.29 USD Assets:US:ETrade:GLD 22 GLD {63.47 USD, 2016-11-17} Expenses:Financial:Commissions 8.95 USD 2016-11-17 * "Buy shares of VEA" Assets:US:ETrade:Cash -1372.06 USD Assets:US:ETrade:VEA 7 VEA {194.73 USD, 2016-11-17} Expenses:Financial:Commissions 8.95 USD 2016-11-17 * "Buy shares of VHT" Assets:US:ETrade:Cash -1334.43 USD Assets:US:ETrade:VHT 13 VHT {101.96 USD, 2016-11-17} Expenses:Financial:Commissions 8.95 USD 2016-11-26 * "Buy shares of VEA" Assets:US:ETrade:Cash -3076.95 USD Assets:US:ETrade:VEA 16 VEA {191.75 USD, 2016-11-26} Expenses:Financial:Commissions 8.95 USD 2016-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 160.32 USD Income:US:ETrade:Dividends -160.32 USD 2017-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 160.32 USD Income:US:ETrade:Dividends -160.32 USD 2017-04-01 * "Sell shares of GLD" Assets:US:ETrade:GLD -68 GLD {58.18 USD, 2016-01-31} @ 72.35 USD Assets:US:ETrade:Cash 4910.85 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -963.56 USD 2017-04-07 * "Sell shares of VEA" Assets:US:ETrade:VEA -16 VEA {191.75 USD, 2016-11-26} @ 210.70 USD Assets:US:ETrade:Cash 3362.25 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -303.20 USD 2017-04-11 * "Buy shares of GLD" Assets:US:ETrade:Cash -2801.35 USD Assets:US:ETrade:GLD 39 GLD {71.60 USD, 2017-04-11} Expenses:Financial:Commissions 8.95 USD 2017-04-11 * "Buy shares of ITOT" Assets:US:ETrade:Cash -2740.90 USD Assets:US:ETrade:ITOT 15 ITOT {182.13 USD, 2017-04-11} Expenses:Financial:Commissions 8.95 USD 2017-04-11 * "Buy shares of VEA" Assets:US:ETrade:Cash -2748.05 USD Assets:US:ETrade:VEA 13 VEA {210.70 USD, 2017-04-11} Expenses:Financial:Commissions 8.95 USD 2017-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 193.37 USD Income:US:ETrade:Dividends -193.37 USD 2017-09-03 * "Sell shares of VEA" Assets:US:ETrade:VEA -7 VEA {186.61 USD, 2016-08-19} @ 231.26 USD Assets:US:ETrade:Cash 1609.87 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -312.55 USD * Vanguard Investments 2015-01-01 open Assets:US:Vanguard:VBMPX VBMPX number: "882882" 2015-01-01 open Assets:US:Vanguard:RGAGX RGAGX number: "882882" 2015-01-01 open Assets:US:Vanguard USD address: "P.O. Box 1110, Valley Forge, PA 19482-1110" institution: "Vanguard Group" phone: "+1.800.523.1188" 2015-01-01 open Income:US:BayBook:Match401k USD 2015-01-01 open Assets:US:Vanguard:Cash USD number: "882882" 2015-01-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-01-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.752 VBMPX {49.22 USD, 2015-01-05} Assets:US:Vanguard:Cash -479.99 USD 2015-01-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.055 RGAGX {65.13 USD, 2015-01-05} Assets:US:Vanguard:Cash -720.01 USD 2015-01-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.876 VBMPX {49.22 USD, 2015-01-05} Assets:US:Vanguard:Cash -240.00 USD 2015-01-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.527 RGAGX {65.13 USD, 2015-01-05} Assets:US:Vanguard:Cash -359.97 USD 2015-01-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-01-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.689 VBMPX {49.54 USD, 2015-01-19} Assets:US:Vanguard:Cash -479.99 USD 2015-01-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.142 RGAGX {64.62 USD, 2015-01-19} Assets:US:Vanguard:Cash -720.00 USD 2015-01-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.845 VBMPX {49.54 USD, 2015-01-19} Assets:US:Vanguard:Cash -240.02 USD 2015-01-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.571 RGAGX {64.62 USD, 2015-01-19} Assets:US:Vanguard:Cash -360.00 USD 2015-01-30 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-02-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.645 VBMPX {49.77 USD, 2015-02-02} Assets:US:Vanguard:Cash -480.03 USD 2015-02-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.376 RGAGX {63.29 USD, 2015-02-02} Assets:US:Vanguard:Cash -719.99 USD 2015-02-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.822 VBMPX {49.77 USD, 2015-02-02} Assets:US:Vanguard:Cash -239.99 USD 2015-02-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.688 RGAGX {63.29 USD, 2015-02-02} Assets:US:Vanguard:Cash -359.99 USD 2015-02-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-02-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.639 VBMPX {49.80 USD, 2015-02-16} Assets:US:Vanguard:Cash -480.02 USD 2015-02-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.845 RGAGX {66.39 USD, 2015-02-16} Assets:US:Vanguard:Cash -720.00 USD 2015-02-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.819 VBMPX {49.80 USD, 2015-02-16} Assets:US:Vanguard:Cash -239.99 USD 2015-02-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.423 RGAGX {66.39 USD, 2015-02-16} Assets:US:Vanguard:Cash -360.03 USD 2015-02-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-03-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.421 VBMPX {50.95 USD, 2015-03-02} Assets:US:Vanguard:Cash -480.00 USD 2015-03-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.019 RGAGX {65.34 USD, 2015-03-02} Assets:US:Vanguard:Cash -719.98 USD 2015-03-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.711 VBMPX {50.95 USD, 2015-03-02} Assets:US:Vanguard:Cash -240.03 USD 2015-03-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.510 RGAGX {65.34 USD, 2015-03-02} Assets:US:Vanguard:Cash -360.02 USD 2015-03-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-03-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.391 VBMPX {51.11 USD, 2015-03-16} Assets:US:Vanguard:Cash -479.97 USD 2015-03-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.655 RGAGX {67.57 USD, 2015-03-16} Assets:US:Vanguard:Cash -719.96 USD 2015-03-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.696 VBMPX {51.11 USD, 2015-03-16} Assets:US:Vanguard:Cash -240.01 USD 2015-03-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.328 RGAGX {67.57 USD, 2015-03-16} Assets:US:Vanguard:Cash -360.01 USD 2015-03-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-03-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.157 VBMPX {52.42 USD, 2015-03-30} Assets:US:Vanguard:Cash -480.01 USD 2015-03-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.855 RGAGX {66.33 USD, 2015-03-30} Assets:US:Vanguard:Cash -720.01 USD 2015-03-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.578 VBMPX {52.42 USD, 2015-03-30} Assets:US:Vanguard:Cash -239.98 USD 2015-03-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.427 RGAGX {66.33 USD, 2015-03-30} Assets:US:Vanguard:Cash -359.97 USD 2015-04-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-04-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.143 VBMPX {52.50 USD, 2015-04-13} Assets:US:Vanguard:Cash -480.01 USD 2015-04-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.550 RGAGX {68.25 USD, 2015-04-13} Assets:US:Vanguard:Cash -720.04 USD 2015-04-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.571 VBMPX {52.50 USD, 2015-04-13} Assets:US:Vanguard:Cash -239.98 USD 2015-04-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.275 RGAGX {68.25 USD, 2015-04-13} Assets:US:Vanguard:Cash -360.02 USD 2015-04-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-04-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.070 VBMPX {52.92 USD, 2015-04-27} Assets:US:Vanguard:Cash -479.98 USD 2015-04-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.860 RGAGX {66.30 USD, 2015-04-27} Assets:US:Vanguard:Cash -720.02 USD 2015-04-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.535 VBMPX {52.92 USD, 2015-04-27} Assets:US:Vanguard:Cash -239.99 USD 2015-04-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.430 RGAGX {66.30 USD, 2015-04-27} Assets:US:Vanguard:Cash -360.01 USD 2015-05-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-05-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.034 VBMPX {53.13 USD, 2015-05-11} Assets:US:Vanguard:Cash -479.98 USD 2015-05-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.024 RGAGX {65.31 USD, 2015-05-11} Assets:US:Vanguard:Cash -719.98 USD 2015-05-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.517 VBMPX {53.13 USD, 2015-05-11} Assets:US:Vanguard:Cash -239.99 USD 2015-05-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.512 RGAGX {65.31 USD, 2015-05-11} Assets:US:Vanguard:Cash -359.99 USD 2015-05-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-05-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.047 VBMPX {53.06 USD, 2015-05-25} Assets:US:Vanguard:Cash -480.03 USD 2015-05-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.491 RGAGX {62.66 USD, 2015-05-25} Assets:US:Vanguard:Cash -720.03 USD 2015-05-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.523 VBMPX {53.06 USD, 2015-05-25} Assets:US:Vanguard:Cash -239.99 USD 2015-05-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.745 RGAGX {62.66 USD, 2015-05-25} Assets:US:Vanguard:Cash -359.98 USD 2015-06-05 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-06-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.967 VBMPX {53.53 USD, 2015-06-08} Assets:US:Vanguard:Cash -480.00 USD 2015-06-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.839 RGAGX {66.43 USD, 2015-06-08} Assets:US:Vanguard:Cash -720.03 USD 2015-06-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.483 VBMPX {53.53 USD, 2015-06-08} Assets:US:Vanguard:Cash -239.97 USD 2015-06-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.419 RGAGX {66.43 USD, 2015-06-08} Assets:US:Vanguard:Cash -359.98 USD 2015-06-19 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-06-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.028 VBMPX {53.17 USD, 2015-06-22} Assets:US:Vanguard:Cash -480.02 USD 2015-06-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.035 RGAGX {65.25 USD, 2015-06-22} Assets:US:Vanguard:Cash -720.03 USD 2015-06-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.514 VBMPX {53.17 USD, 2015-06-22} Assets:US:Vanguard:Cash -240.01 USD 2015-06-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.517 RGAGX {65.25 USD, 2015-06-22} Assets:US:Vanguard:Cash -359.98 USD 2015-07-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-07-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 9.006 VBMPX {53.30 USD, 2015-07-06} Assets:US:Vanguard:Cash -480.02 USD 2015-07-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.959 RGAGX {65.70 USD, 2015-07-06} Assets:US:Vanguard:Cash -720.01 USD 2015-07-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.503 VBMPX {53.30 USD, 2015-07-06} Assets:US:Vanguard:Cash -240.01 USD 2015-07-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.479 RGAGX {65.70 USD, 2015-07-06} Assets:US:Vanguard:Cash -359.97 USD 2015-07-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2015-07-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.912 VBMPX {53.86 USD, 2015-07-20} Assets:US:Vanguard:Cash -480.00 USD 2015-07-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.939 RGAGX {65.82 USD, 2015-07-20} Assets:US:Vanguard:Cash -720.00 USD 2015-07-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.456 VBMPX {53.86 USD, 2015-07-20} Assets:US:Vanguard:Cash -240.00 USD 2015-07-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.469 RGAGX {65.82 USD, 2015-07-20} Assets:US:Vanguard:Cash -359.97 USD 2016-01-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-01-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.140 VBMPX {58.97 USD, 2016-01-18} Assets:US:Vanguard:Cash -480.02 USD 2016-01-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.520 RGAGX {68.44 USD, 2016-01-18} Assets:US:Vanguard:Cash -719.99 USD 2016-01-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.070 VBMPX {58.97 USD, 2016-01-18} Assets:US:Vanguard:Cash -240.01 USD 2016-01-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.260 RGAGX {68.44 USD, 2016-01-18} Assets:US:Vanguard:Cash -359.99 USD 2016-01-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-02-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.099 VBMPX {59.27 USD, 2016-02-01} Assets:US:Vanguard:Cash -480.03 USD 2016-02-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.085 RGAGX {71.39 USD, 2016-02-01} Assets:US:Vanguard:Cash -719.97 USD 2016-02-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.049 VBMPX {59.27 USD, 2016-02-01} Assets:US:Vanguard:Cash -239.98 USD 2016-02-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.043 RGAGX {71.39 USD, 2016-02-01} Assets:US:Vanguard:Cash -360.02 USD 2016-02-12 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-02-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.163 VBMPX {58.80 USD, 2016-02-15} Assets:US:Vanguard:Cash -479.98 USD 2016-02-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.061 RGAGX {71.56 USD, 2016-02-15} Assets:US:Vanguard:Cash -719.97 USD 2016-02-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.082 VBMPX {58.80 USD, 2016-02-15} Assets:US:Vanguard:Cash -240.02 USD 2016-02-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.031 RGAGX {71.56 USD, 2016-02-15} Assets:US:Vanguard:Cash -360.02 USD 2016-02-26 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-02-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.235 VBMPX {58.29 USD, 2016-02-29} Assets:US:Vanguard:Cash -480.02 USD 2016-02-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.992 RGAGX {72.06 USD, 2016-02-29} Assets:US:Vanguard:Cash -720.02 USD 2016-02-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.117 VBMPX {58.29 USD, 2016-02-29} Assets:US:Vanguard:Cash -239.98 USD 2016-02-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.996 RGAGX {72.06 USD, 2016-02-29} Assets:US:Vanguard:Cash -360.01 USD 2016-03-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-03-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.183 VBMPX {58.66 USD, 2016-03-14} Assets:US:Vanguard:Cash -480.01 USD 2016-03-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.509 RGAGX {75.72 USD, 2016-03-14} Assets:US:Vanguard:Cash -720.02 USD 2016-03-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.091 VBMPX {58.66 USD, 2016-03-14} Assets:US:Vanguard:Cash -239.98 USD 2016-03-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.754 RGAGX {75.72 USD, 2016-03-14} Assets:US:Vanguard:Cash -359.97 USD 2016-03-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-03-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.219 VBMPX {58.40 USD, 2016-03-28} Assets:US:Vanguard:Cash -479.99 USD 2016-03-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.453 RGAGX {76.17 USD, 2016-03-28} Assets:US:Vanguard:Cash -720.04 USD 2016-03-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.109 VBMPX {58.40 USD, 2016-03-28} Assets:US:Vanguard:Cash -239.97 USD 2016-03-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.726 RGAGX {76.17 USD, 2016-03-28} Assets:US:Vanguard:Cash -359.98 USD 2016-04-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-04-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.193 VBMPX {58.59 USD, 2016-04-11} Assets:US:Vanguard:Cash -480.03 USD 2016-04-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.295 RGAGX {77.46 USD, 2016-04-11} Assets:US:Vanguard:Cash -719.99 USD 2016-04-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.096 VBMPX {58.59 USD, 2016-04-11} Assets:US:Vanguard:Cash -239.98 USD 2016-04-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.648 RGAGX {77.46 USD, 2016-04-11} Assets:US:Vanguard:Cash -360.03 USD 2016-04-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-04-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.090 VBMPX {59.33 USD, 2016-04-25} Assets:US:Vanguard:Cash -479.98 USD 2016-04-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.487 RGAGX {75.89 USD, 2016-04-25} Assets:US:Vanguard:Cash -719.97 USD 2016-04-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.045 VBMPX {59.33 USD, 2016-04-25} Assets:US:Vanguard:Cash -239.99 USD 2016-04-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.744 RGAGX {75.89 USD, 2016-04-25} Assets:US:Vanguard:Cash -360.02 USD 2016-05-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-05-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.082 VBMPX {59.39 USD, 2016-05-09} Assets:US:Vanguard:Cash -479.99 USD 2016-05-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.568 RGAGX {75.25 USD, 2016-05-09} Assets:US:Vanguard:Cash -719.99 USD 2016-05-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.041 VBMPX {59.39 USD, 2016-05-09} Assets:US:Vanguard:Cash -239.99 USD 2016-05-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.784 RGAGX {75.25 USD, 2016-05-09} Assets:US:Vanguard:Cash -360.00 USD 2016-05-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-05-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 8.008 VBMPX {59.94 USD, 2016-05-23} Assets:US:Vanguard:Cash -480.00 USD 2016-05-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.978 RGAGX {72.16 USD, 2016-05-23} Assets:US:Vanguard:Cash -720.01 USD 2016-05-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.004 VBMPX {59.94 USD, 2016-05-23} Assets:US:Vanguard:Cash -240.00 USD 2016-05-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.989 RGAGX {72.16 USD, 2016-05-23} Assets:US:Vanguard:Cash -360.01 USD 2016-06-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-06-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.941 VBMPX {60.45 USD, 2016-06-06} Assets:US:Vanguard:Cash -480.03 USD 2016-06-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.187 RGAGX {70.68 USD, 2016-06-06} Assets:US:Vanguard:Cash -720.02 USD 2016-06-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.970 VBMPX {60.45 USD, 2016-06-06} Assets:US:Vanguard:Cash -239.99 USD 2016-06-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.093 RGAGX {70.68 USD, 2016-06-06} Assets:US:Vanguard:Cash -359.97 USD 2016-06-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-06-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.978 VBMPX {60.17 USD, 2016-06-20} Assets:US:Vanguard:Cash -480.04 USD 2016-06-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.941 RGAGX {65.81 USD, 2016-06-20} Assets:US:Vanguard:Cash -720.03 USD 2016-06-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.988 VBMPX {60.17 USD, 2016-06-20} Assets:US:Vanguard:Cash -239.96 USD 2016-06-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.470 RGAGX {65.81 USD, 2016-06-20} Assets:US:Vanguard:Cash -359.98 USD 2016-07-01 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-07-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.904 VBMPX {60.73 USD, 2016-07-04} Assets:US:Vanguard:Cash -480.01 USD 2016-07-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.118 RGAGX {64.76 USD, 2016-07-04} Assets:US:Vanguard:Cash -720.00 USD 2016-07-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.952 VBMPX {60.73 USD, 2016-07-04} Assets:US:Vanguard:Cash -240.00 USD 2016-07-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.559 RGAGX {64.76 USD, 2016-07-04} Assets:US:Vanguard:Cash -360.00 USD 2016-07-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-07-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.875 VBMPX {60.95 USD, 2016-07-18} Assets:US:Vanguard:Cash -479.98 USD 2016-07-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.629 RGAGX {67.74 USD, 2016-07-18} Assets:US:Vanguard:Cash -720.01 USD 2016-07-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.938 VBMPX {60.95 USD, 2016-07-18} Assets:US:Vanguard:Cash -240.02 USD 2016-07-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.315 RGAGX {67.74 USD, 2016-07-18} Assets:US:Vanguard:Cash -360.04 USD 2016-07-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2016-08-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.911 VBMPX {60.67 USD, 2016-08-01} Assets:US:Vanguard:Cash -479.96 USD 2016-08-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.569 RGAGX {68.12 USD, 2016-08-01} Assets:US:Vanguard:Cash -719.96 USD 2016-08-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.956 VBMPX {60.67 USD, 2016-08-01} Assets:US:Vanguard:Cash -240.01 USD 2016-08-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.285 RGAGX {68.12 USD, 2016-08-01} Assets:US:Vanguard:Cash -360.01 USD 2017-01-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-01-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.838 VBMPX {61.24 USD, 2017-01-16} Assets:US:Vanguard:Cash -480.00 USD 2017-01-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.620 RGAGX {67.80 USD, 2017-01-16} Assets:US:Vanguard:Cash -720.04 USD 2017-01-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.919 VBMPX {61.24 USD, 2017-01-16} Assets:US:Vanguard:Cash -240.00 USD 2017-01-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.310 RGAGX {67.80 USD, 2017-01-16} Assets:US:Vanguard:Cash -360.02 USD 2017-01-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-01-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.826 VBMPX {61.33 USD, 2017-01-30} Assets:US:Vanguard:Cash -479.97 USD 2017-01-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.403 RGAGX {69.21 USD, 2017-01-30} Assets:US:Vanguard:Cash -719.99 USD 2017-01-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.913 VBMPX {61.33 USD, 2017-01-30} Assets:US:Vanguard:Cash -239.98 USD 2017-01-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.202 RGAGX {69.21 USD, 2017-01-30} Assets:US:Vanguard:Cash -360.03 USD 2017-02-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-02-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.867 VBMPX {61.01 USD, 2017-02-13} Assets:US:Vanguard:Cash -479.97 USD 2017-02-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.741 RGAGX {67.03 USD, 2017-02-13} Assets:US:Vanguard:Cash -719.97 USD 2017-02-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.934 VBMPX {61.01 USD, 2017-02-13} Assets:US:Vanguard:Cash -240.01 USD 2017-02-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.371 RGAGX {67.03 USD, 2017-02-13} Assets:US:Vanguard:Cash -360.02 USD 2017-02-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-02-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.707 VBMPX {62.28 USD, 2017-02-27} Assets:US:Vanguard:Cash -479.99 USD 2017-02-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.405 RGAGX {69.20 USD, 2017-02-27} Assets:US:Vanguard:Cash -720.03 USD 2017-02-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.854 VBMPX {62.28 USD, 2017-02-27} Assets:US:Vanguard:Cash -240.03 USD 2017-02-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.202 RGAGX {69.20 USD, 2017-02-27} Assets:US:Vanguard:Cash -359.98 USD 2017-03-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-03-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.677 VBMPX {62.52 USD, 2017-03-13} Assets:US:Vanguard:Cash -479.97 USD 2017-03-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.182 RGAGX {70.71 USD, 2017-03-13} Assets:US:Vanguard:Cash -719.97 USD 2017-03-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.839 VBMPX {62.52 USD, 2017-03-13} Assets:US:Vanguard:Cash -240.01 USD 2017-03-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.092 RGAGX {70.71 USD, 2017-03-13} Assets:US:Vanguard:Cash -360.06 USD 2017-03-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-03-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.663 VBMPX {62.64 USD, 2017-03-27} Assets:US:Vanguard:Cash -480.01 USD 2017-03-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.748 RGAGX {73.86 USD, 2017-03-27} Assets:US:Vanguard:Cash -719.99 USD 2017-03-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.831 VBMPX {62.64 USD, 2017-03-27} Assets:US:Vanguard:Cash -239.97 USD 2017-03-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.874 RGAGX {73.86 USD, 2017-03-27} Assets:US:Vanguard:Cash -359.99 USD 2017-04-07 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-04-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.792 VBMPX {61.60 USD, 2017-04-10} Assets:US:Vanguard:Cash -479.99 USD 2017-04-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.057 RGAGX {71.59 USD, 2017-04-10} Assets:US:Vanguard:Cash -719.98 USD 2017-04-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.896 VBMPX {61.60 USD, 2017-04-10} Assets:US:Vanguard:Cash -239.99 USD 2017-04-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.029 RGAGX {71.59 USD, 2017-04-10} Assets:US:Vanguard:Cash -360.03 USD 2017-04-21 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-04-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.718 VBMPX {62.19 USD, 2017-04-24} Assets:US:Vanguard:Cash -479.98 USD 2017-04-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.467 RGAGX {68.79 USD, 2017-04-24} Assets:US:Vanguard:Cash -720.02 USD 2017-04-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.859 VBMPX {62.19 USD, 2017-04-24} Assets:US:Vanguard:Cash -239.99 USD 2017-04-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.234 RGAGX {68.79 USD, 2017-04-24} Assets:US:Vanguard:Cash -360.05 USD 2017-05-05 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-05-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.671 VBMPX {62.57 USD, 2017-05-08} Assets:US:Vanguard:Cash -479.97 USD 2017-05-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.337 RGAGX {69.65 USD, 2017-05-08} Assets:US:Vanguard:Cash -719.97 USD 2017-05-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.836 VBMPX {62.57 USD, 2017-05-08} Assets:US:Vanguard:Cash -240.02 USD 2017-05-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.169 RGAGX {69.65 USD, 2017-05-08} Assets:US:Vanguard:Cash -360.02 USD 2017-05-19 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-05-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.654 VBMPX {62.71 USD, 2017-05-22} Assets:US:Vanguard:Cash -479.98 USD 2017-05-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.217 RGAGX {70.47 USD, 2017-05-22} Assets:US:Vanguard:Cash -719.99 USD 2017-05-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.827 VBMPX {62.71 USD, 2017-05-22} Assets:US:Vanguard:Cash -239.99 USD 2017-05-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.109 RGAGX {70.47 USD, 2017-05-22} Assets:US:Vanguard:Cash -360.03 USD 2017-06-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-06-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.676 VBMPX {62.53 USD, 2017-06-05} Assets:US:Vanguard:Cash -479.98 USD 2017-06-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.148 RGAGX {70.95 USD, 2017-06-05} Assets:US:Vanguard:Cash -720.00 USD 2017-06-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.838 VBMPX {62.53 USD, 2017-06-05} Assets:US:Vanguard:Cash -239.99 USD 2017-06-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.074 RGAGX {70.95 USD, 2017-06-05} Assets:US:Vanguard:Cash -360.00 USD 2017-06-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-06-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.552 VBMPX {63.56 USD, 2017-06-19} Assets:US:Vanguard:Cash -480.01 USD 2017-06-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.514 RGAGX {68.48 USD, 2017-06-19} Assets:US:Vanguard:Cash -720.00 USD 2017-06-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.776 VBMPX {63.56 USD, 2017-06-19} Assets:US:Vanguard:Cash -240.00 USD 2017-06-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.257 RGAGX {68.48 USD, 2017-06-19} Assets:US:Vanguard:Cash -360.00 USD 2017-06-30 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-07-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.506 VBMPX {63.95 USD, 2017-07-03} Assets:US:Vanguard:Cash -480.01 USD 2017-07-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.880 RGAGX {66.18 USD, 2017-07-03} Assets:US:Vanguard:Cash -720.04 USD 2017-07-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.753 VBMPX {63.95 USD, 2017-07-03} Assets:US:Vanguard:Cash -240.00 USD 2017-07-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.440 RGAGX {66.18 USD, 2017-07-03} Assets:US:Vanguard:Cash -360.02 USD 2017-07-14 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-07-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.618 VBMPX {63.01 USD, 2017-07-17} Assets:US:Vanguard:Cash -480.01 USD 2017-07-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 11.163 RGAGX {64.50 USD, 2017-07-17} Assets:US:Vanguard:Cash -720.01 USD 2017-07-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.809 VBMPX {63.01 USD, 2017-07-17} Assets:US:Vanguard:Cash -240.01 USD 2017-07-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.581 RGAGX {64.50 USD, 2017-07-17} Assets:US:Vanguard:Cash -359.97 USD 2017-07-28 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:BayBook:Match401k -600.00 USD 2017-07-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 7.564 VBMPX {63.46 USD, 2017-07-31} Assets:US:Vanguard:Cash -480.01 USD 2017-07-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 10.984 RGAGX {65.55 USD, 2017-07-31} Assets:US:Vanguard:Cash -720.00 USD 2017-07-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.782 VBMPX {63.46 USD, 2017-07-31} Assets:US:Vanguard:Cash -240.01 USD 2017-07-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 5.492 RGAGX {65.55 USD, 2017-07-31} Assets:US:Vanguard:Cash -360.00 USD 2017-08-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 250.00 USD Income:US:BayBook:Match401k -250.00 USD 2017-08-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.152 VBMPX {63.45 USD, 2017-08-14} Assets:US:Vanguard:Cash -199.99 USD 2017-08-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.562 RGAGX {65.76 USD, 2017-08-14} Assets:US:Vanguard:Cash -300.00 USD 2017-08-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.576 VBMPX {63.45 USD, 2017-08-14} Assets:US:Vanguard:Cash -100.00 USD 2017-08-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.281 RGAGX {65.76 USD, 2017-08-14} Assets:US:Vanguard:Cash -150.00 USD * Sources of Income 2015-01-01 open Income:US:BayBook:Salary USD 2015-01-01 open Income:US:BayBook:GroupTermLife USD 2015-01-01 open Income:US:BayBook:Vacation VACHR 2015-01-01 open Assets:US:BayBook:Vacation VACHR 2015-01-01 open Expenses:Vacation VACHR 2015-01-01 open Expenses:Health:Life:GroupTermLife 2015-01-01 open Expenses:Health:Medical:Insurance 2015-01-01 open Expenses:Health:Dental:Insurance 2015-01-01 open Expenses:Health:Vision:Insurance 2015-01-01 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-01-01 event "employer" "BayBook, 1501 Billow Rd, Benlo Park, CA" 2015-01-15 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-01-29 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-02-12 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-02-26 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-03-12 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-03-26 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-04-09 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-04-23 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-05-07 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-05-21 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-06-04 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-06-18 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-07-02 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-07-16 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-07-30 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-08-13 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-08-27 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-09-10 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-09-24 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-10-08 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-10-22 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-11-05 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-11-19 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-12-03 * "BayBook" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-12-17 * "BayBook" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2015-12-31 * "BayBook" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-01-14 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-01-28 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-02-11 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-02-25 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-03-10 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-03-24 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-04-07 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-04-21 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-05-05 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-05-19 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-06-02 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-06-16 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-06-30 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-07-14 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-07-28 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-08-11 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-08-25 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-09-08 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-09-22 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-10-06 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-10-20 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-11-03 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-11-17 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-12-01 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-12-15 * "BayBook" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2016-12-29 * "BayBook" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-01-12 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-01-26 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-02-09 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-02-23 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-03-09 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-03-23 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-04-06 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-04-20 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-05-04 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-05-18 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-06-01 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-06-15 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-06-29 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-07-13 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-07-27 * "BayBook" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-08-10 * "BayBook" "Payroll" Assets:US:BofA:Checking 2050.60 USD Assets:US:Vanguard:Cash 500.00 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -500.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 500.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-08-24 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR 2017-09-07 * "BayBook" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:BayBook:Salary -4615.38 USD Income:US:BayBook:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:BayBook:Vacation 5 VACHR Income:US:BayBook:Vacation -5 VACHR * Taxes 1980-05-12 open Income:US:Federal:PreTax401k IRAUSD 1980-05-12 open Assets:US:Federal:PreTax401k IRAUSD ** Tax Year 2015 2015-01-01 open Expenses:Taxes:Y2015:US:Federal:PreTax401k IRAUSD 2015-01-01 open Expenses:Taxes:Y2015:US:Medicare USD 2015-01-01 open Expenses:Taxes:Y2015:US:Federal USD 2015-01-01 open Expenses:Taxes:Y2015:US:CityNYC USD 2015-01-01 open Expenses:Taxes:Y2015:US:SDI USD 2015-01-01 open Expenses:Taxes:Y2015:US:State USD 2015-01-01 open Expenses:Taxes:Y2015:US:SocSec USD 2015-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2015-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18000 IRAUSD Assets:US:Federal:PreTax401k 18000 IRAUSD 2016-03-25 * "Filing taxes for 2015" Expenses:Taxes:Y2015:US:Federal 316.96 USD Expenses:Taxes:Y2015:US:State 341.51 USD Liabilities:AccountsPayable -658.47 USD 2016-03-26 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -341.51 USD Liabilities:AccountsPayable 341.51 USD 2016-03-28 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -316.96 USD Liabilities:AccountsPayable 316.96 USD ** Tax Year 2016 2016-01-01 open Expenses:Taxes:Y2016:US:Federal:PreTax401k IRAUSD 2016-01-01 open Expenses:Taxes:Y2016:US:Medicare USD 2016-01-01 open Expenses:Taxes:Y2016:US:Federal USD 2016-01-01 open Expenses:Taxes:Y2016:US:CityNYC USD 2016-01-01 open Expenses:Taxes:Y2016:US:SDI USD 2016-01-01 open Expenses:Taxes:Y2016:US:State USD 2016-01-01 open Expenses:Taxes:Y2016:US:SocSec USD 2016-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2016-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18000 IRAUSD Assets:US:Federal:PreTax401k 18000 IRAUSD 2017-03-20 * "Filing taxes for 2016" Expenses:Taxes:Y2016:US:Federal 421.57 USD Expenses:Taxes:Y2016:US:State 431.01 USD Liabilities:AccountsPayable -852.58 USD 2017-03-22 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -421.57 USD Liabilities:AccountsPayable 421.57 USD 2017-03-24 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -431.01 USD Liabilities:AccountsPayable 431.01 USD ** Tax Year 2017 2017-01-01 open Expenses:Taxes:Y2017:US:Federal:PreTax401k IRAUSD 2017-01-01 open Expenses:Taxes:Y2017:US:Medicare USD 2017-01-01 open Expenses:Taxes:Y2017:US:Federal USD 2017-01-01 open Expenses:Taxes:Y2017:US:CityNYC USD 2017-01-01 open Expenses:Taxes:Y2017:US:SDI USD 2017-01-01 open Expenses:Taxes:Y2017:US:State USD 2017-01-01 open Expenses:Taxes:Y2017:US:SocSec USD 2017-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2017-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18500 IRAUSD Assets:US:Federal:PreTax401k 18500 IRAUSD * Expenses 1980-05-12 open Expenses:Food:Groceries 1980-05-12 open Expenses:Food:Restaurant 1980-05-12 open Expenses:Food:Coffee 1980-05-12 open Expenses:Food:Alcohol 1980-05-12 open Expenses:Transport:Tram 1980-05-12 open Expenses:Home:Rent 1980-05-12 open Expenses:Home:Electricity 1980-05-12 open Expenses:Home:Internet 1980-05-12 open Expenses:Home:Phone 1980-05-12 open Expenses:Financial:Fees 1980-05-12 open Expenses:Financial:Commissions * Budgets 2015-01-01 custom "budget" Expenses:Financial:Commissions "monthly" 15.00 USD 2015-01-01 custom "budget" Expenses:Financial:Fees "monthly" 4.00 USD 2015-01-01 custom "budget" Expenses:Food:Alcohol "monthly" 10.00 USD 2015-01-01 custom "budget" Expenses:Food:Coffee "monthly" 10.00 USD 2015-01-01 custom "budget" Expenses:Food:Groceries "monthly" 200.00 USD 2015-01-01 custom "budget" Expenses:Food:Restaurant "monthly" 450.00 USD * Prices 2015-01-02 price VBMPX 49.22 USD 2015-01-02 price RGAGX 65.13 USD 2015-01-02 price ITOT 170.52 USD 2015-01-02 price VEA 171.33 USD 2015-01-02 price VHT 95.25 USD 2015-01-02 price GLD 60.95 USD 2015-01-09 price VBMPX 49.39 USD 2015-01-09 price RGAGX 66.11 USD 2015-01-09 price ITOT 169.77 USD 2015-01-09 price VEA 171.29 USD 2015-01-09 price VHT 94.76 USD 2015-01-09 price GLD 61.69 USD 2015-01-16 price VBMPX 49.54 USD 2015-01-16 price RGAGX 64.62 USD 2015-01-16 price ITOT 170.16 USD 2015-01-16 price VEA 175.22 USD 2015-01-16 price VHT 95.01 USD 2015-01-16 price GLD 62.23 USD 2015-01-23 price VBMPX 49.60 USD 2015-01-23 price RGAGX 62.39 USD 2015-01-23 price ITOT 169.75 USD 2015-01-23 price VEA 176.93 USD 2015-01-23 price VHT 94.78 USD 2015-01-23 price GLD 61.73 USD 2015-01-30 price VBMPX 49.77 USD 2015-01-30 price RGAGX 63.29 USD 2015-01-30 price ITOT 169.59 USD 2015-01-30 price VEA 177.69 USD 2015-01-30 price VHT 93.35 USD 2015-01-30 price GLD 62.65 USD 2015-02-06 price VBMPX 49.97 USD 2015-02-06 price RGAGX 66.32 USD 2015-02-06 price ITOT 171.79 USD 2015-02-06 price VEA 178.62 USD 2015-02-06 price VHT 92.38 USD 2015-02-06 price GLD 63.30 USD 2015-02-13 price VBMPX 49.80 USD 2015-02-13 price RGAGX 66.39 USD 2015-02-13 price ITOT 168.98 USD 2015-02-13 price VEA 176.47 USD 2015-02-13 price VHT 92.24 USD 2015-02-13 price GLD 62.12 USD 2015-02-20 price VBMPX 50.65 USD 2015-02-20 price RGAGX 65.88 USD 2015-02-20 price ITOT 170.58 USD 2015-02-20 price VEA 177.86 USD 2015-02-20 price VHT 92.90 USD 2015-02-20 price GLD 61.92 USD 2015-02-27 price VBMPX 50.95 USD 2015-02-27 price RGAGX 65.34 USD 2015-02-27 price ITOT 172.27 USD 2015-02-27 price VEA 179.11 USD 2015-02-27 price VHT 90.72 USD 2015-02-27 price GLD 61.67 USD 2015-03-06 price VBMPX 51.38 USD 2015-03-06 price RGAGX 66.95 USD 2015-03-06 price ITOT 171.27 USD 2015-03-06 price VEA 180.99 USD 2015-03-06 price VHT 90.83 USD 2015-03-06 price GLD 60.21 USD 2015-03-13 price VBMPX 51.11 USD 2015-03-13 price RGAGX 67.57 USD 2015-03-13 price ITOT 171.41 USD 2015-03-13 price VEA 178.84 USD 2015-03-13 price VHT 90.13 USD 2015-03-13 price GLD 59.92 USD 2015-03-20 price VBMPX 52.19 USD 2015-03-20 price RGAGX 67.08 USD 2015-03-20 price ITOT 170.51 USD 2015-03-20 price VEA 177.61 USD 2015-03-20 price VHT 89.43 USD 2015-03-20 price GLD 61.06 USD 2015-03-27 price VBMPX 52.42 USD 2015-03-27 price RGAGX 66.33 USD 2015-03-27 price ITOT 170.41 USD 2015-03-27 price VEA 178.52 USD 2015-03-27 price VHT 90.97 USD 2015-03-27 price GLD 61.02 USD 2015-04-03 price VBMPX 52.66 USD 2015-04-03 price RGAGX 66.77 USD 2015-04-03 price ITOT 170.93 USD 2015-04-03 price VEA 180.07 USD 2015-04-03 price VHT 91.56 USD 2015-04-03 price GLD 60.91 USD 2015-04-10 price VBMPX 52.50 USD 2015-04-10 price RGAGX 68.25 USD 2015-04-10 price ITOT 170.13 USD 2015-04-10 price VEA 182.20 USD 2015-04-10 price VHT 94.09 USD 2015-04-10 price GLD 60.97 USD 2015-04-17 price VBMPX 52.31 USD 2015-04-17 price RGAGX 68.00 USD 2015-04-17 price ITOT 170.56 USD 2015-04-17 price VEA 182.63 USD 2015-04-17 price VHT 94.49 USD 2015-04-17 price GLD 60.73 USD 2015-04-24 price VBMPX 52.92 USD 2015-04-24 price RGAGX 66.30 USD 2015-04-24 price ITOT 169.15 USD 2015-04-24 price VEA 182.47 USD 2015-04-24 price VHT 94.78 USD 2015-04-24 price GLD 60.38 USD 2015-05-01 price VBMPX 52.82 USD 2015-05-01 price RGAGX 65.03 USD 2015-05-01 price ITOT 168.29 USD 2015-05-01 price VEA 183.31 USD 2015-05-01 price VHT 92.51 USD 2015-05-01 price GLD 61.37 USD 2015-05-08 price VBMPX 53.13 USD 2015-05-08 price RGAGX 65.31 USD 2015-05-08 price ITOT 168.84 USD 2015-05-08 price VEA 184.48 USD 2015-05-08 price VHT 92.38 USD 2015-05-08 price GLD 62.28 USD 2015-05-15 price VBMPX 53.08 USD 2015-05-15 price RGAGX 64.36 USD 2015-05-15 price ITOT 170.36 USD 2015-05-15 price VEA 185.70 USD 2015-05-15 price VHT 91.67 USD 2015-05-15 price GLD 61.90 USD 2015-05-22 price VBMPX 53.06 USD 2015-05-22 price RGAGX 62.66 USD 2015-05-22 price ITOT 169.29 USD 2015-05-22 price VEA 188.22 USD 2015-05-22 price VHT 90.33 USD 2015-05-22 price GLD 62.97 USD 2015-05-29 price VBMPX 52.91 USD 2015-05-29 price RGAGX 65.72 USD 2015-05-29 price ITOT 169.82 USD 2015-05-29 price VEA 188.15 USD 2015-05-29 price VHT 90.04 USD 2015-05-29 price GLD 62.95 USD 2015-06-05 price VBMPX 53.53 USD 2015-06-05 price RGAGX 66.43 USD 2015-06-05 price ITOT 169.00 USD 2015-06-05 price VEA 189.86 USD 2015-06-05 price VHT 90.08 USD 2015-06-05 price GLD 63.39 USD 2015-06-12 price VBMPX 53.59 USD 2015-06-12 price RGAGX 65.35 USD 2015-06-12 price ITOT 167.64 USD 2015-06-12 price VEA 191.07 USD 2015-06-12 price VHT 89.62 USD 2015-06-12 price GLD 64.32 USD 2015-06-19 price VBMPX 53.17 USD 2015-06-19 price RGAGX 65.25 USD 2015-06-19 price ITOT 168.42 USD 2015-06-19 price VEA 189.74 USD 2015-06-19 price VHT 90.07 USD 2015-06-19 price GLD 65.82 USD 2015-06-26 price VBMPX 53.00 USD 2015-06-26 price RGAGX 64.12 USD 2015-06-26 price ITOT 165.46 USD 2015-06-26 price VEA 192.10 USD 2015-06-26 price VHT 91.58 USD 2015-06-26 price GLD 65.34 USD 2015-07-03 price VBMPX 53.30 USD 2015-07-03 price RGAGX 65.70 USD 2015-07-03 price ITOT 166.06 USD 2015-07-03 price VEA 191.73 USD 2015-07-03 price VHT 91.91 USD 2015-07-03 price GLD 64.61 USD 2015-07-10 price VBMPX 53.36 USD 2015-07-10 price RGAGX 66.57 USD 2015-07-10 price ITOT 166.67 USD 2015-07-10 price VEA 192.72 USD 2015-07-10 price VHT 93.32 USD 2015-07-10 price GLD 65.91 USD 2015-07-17 price VBMPX 53.86 USD 2015-07-17 price RGAGX 65.82 USD 2015-07-17 price ITOT 166.31 USD 2015-07-17 price VEA 193.72 USD 2015-07-17 price VHT 93.25 USD 2015-07-17 price GLD 66.04 USD 2015-07-24 price VBMPX 54.03 USD 2015-07-24 price RGAGX 67.69 USD 2015-07-24 price ITOT 164.10 USD 2015-07-24 price VEA 193.27 USD 2015-07-24 price VHT 94.23 USD 2015-07-24 price GLD 66.41 USD 2015-07-31 price VBMPX 53.69 USD 2015-07-31 price RGAGX 69.35 USD 2015-07-31 price ITOT 165.00 USD 2015-07-31 price VEA 193.37 USD 2015-07-31 price VHT 94.55 USD 2015-07-31 price GLD 65.86 USD 2015-08-07 price VBMPX 53.96 USD 2015-08-07 price RGAGX 69.23 USD 2015-08-07 price ITOT 165.20 USD 2015-08-07 price VEA 194.59 USD 2015-08-07 price VHT 92.34 USD 2015-08-07 price GLD 64.30 USD 2015-08-14 price VBMPX 54.02 USD 2015-08-14 price RGAGX 69.12 USD 2015-08-14 price ITOT 167.22 USD 2015-08-14 price VEA 195.61 USD 2015-08-14 price VHT 92.09 USD 2015-08-14 price GLD 62.71 USD 2015-08-21 price VBMPX 54.50 USD 2015-08-21 price RGAGX 67.89 USD 2015-08-21 price ITOT 167.50 USD 2015-08-21 price VEA 195.42 USD 2015-08-21 price VHT 92.79 USD 2015-08-21 price GLD 62.76 USD 2015-08-28 price VBMPX 54.96 USD 2015-08-28 price RGAGX 65.36 USD 2015-08-28 price ITOT 166.99 USD 2015-08-28 price VEA 194.13 USD 2015-08-28 price VHT 93.01 USD 2015-08-28 price GLD 62.60 USD 2015-09-04 price VBMPX 55.37 USD 2015-09-04 price RGAGX 65.74 USD 2015-09-04 price ITOT 166.64 USD 2015-09-04 price VEA 194.65 USD 2015-09-04 price VHT 96.99 USD 2015-09-04 price GLD 60.92 USD 2015-09-11 price VBMPX 56.26 USD 2015-09-11 price RGAGX 66.38 USD 2015-09-11 price ITOT 166.55 USD 2015-09-11 price VEA 194.96 USD 2015-09-11 price VHT 97.25 USD 2015-09-11 price GLD 60.55 USD 2015-09-18 price VBMPX 56.66 USD 2015-09-18 price RGAGX 68.32 USD 2015-09-18 price ITOT 167.35 USD 2015-09-18 price VEA 193.86 USD 2015-09-18 price VHT 96.27 USD 2015-09-18 price GLD 62.21 USD 2015-09-25 price VBMPX 56.52 USD 2015-09-25 price RGAGX 67.97 USD 2015-09-25 price ITOT 167.15 USD 2015-09-25 price VEA 193.64 USD 2015-09-25 price VHT 95.09 USD 2015-09-25 price GLD 62.65 USD 2015-10-02 price VBMPX 57.16 USD 2015-10-02 price RGAGX 67.23 USD 2015-10-02 price ITOT 170.09 USD 2015-10-02 price VEA 193.79 USD 2015-10-02 price VHT 95.30 USD 2015-10-02 price GLD 62.46 USD 2015-10-09 price VBMPX 57.61 USD 2015-10-09 price RGAGX 68.81 USD 2015-10-09 price ITOT 173.52 USD 2015-10-09 price VEA 193.24 USD 2015-10-09 price VHT 95.99 USD 2015-10-09 price GLD 62.69 USD 2015-10-16 price VBMPX 57.82 USD 2015-10-16 price RGAGX 68.63 USD 2015-10-16 price ITOT 173.99 USD 2015-10-16 price VEA 194.75 USD 2015-10-16 price VHT 93.96 USD 2015-10-16 price GLD 61.70 USD 2015-10-23 price VBMPX 57.79 USD 2015-10-23 price RGAGX 67.97 USD 2015-10-23 price ITOT 176.32 USD 2015-10-23 price VEA 194.05 USD 2015-10-23 price VHT 92.11 USD 2015-10-23 price GLD 61.67 USD 2015-10-30 price VBMPX 58.73 USD 2015-10-30 price RGAGX 67.48 USD 2015-10-30 price ITOT 174.81 USD 2015-10-30 price VEA 197.63 USD 2015-10-30 price VHT 91.71 USD 2015-10-30 price GLD 60.89 USD 2015-11-06 price VBMPX 59.12 USD 2015-11-06 price RGAGX 67.11 USD 2015-11-06 price ITOT 174.70 USD 2015-11-06 price VEA 198.16 USD 2015-11-06 price VHT 93.77 USD 2015-11-06 price GLD 61.10 USD 2015-11-13 price VBMPX 58.99 USD 2015-11-13 price RGAGX 66.06 USD 2015-11-13 price ITOT 172.06 USD 2015-11-13 price VEA 197.13 USD 2015-11-13 price VHT 93.17 USD 2015-11-13 price GLD 61.13 USD 2015-11-20 price VBMPX 59.10 USD 2015-11-20 price RGAGX 67.63 USD 2015-11-20 price ITOT 169.60 USD 2015-11-20 price VEA 196.55 USD 2015-11-20 price VHT 92.52 USD 2015-11-20 price GLD 60.32 USD 2015-11-27 price VBMPX 59.42 USD 2015-11-27 price RGAGX 65.70 USD 2015-11-27 price ITOT 169.47 USD 2015-11-27 price VEA 196.36 USD 2015-11-27 price VHT 93.23 USD 2015-11-27 price GLD 60.70 USD 2015-12-04 price VBMPX 59.88 USD 2015-12-04 price RGAGX 64.33 USD 2015-12-04 price ITOT 170.64 USD 2015-12-04 price VEA 197.03 USD 2015-12-04 price VHT 94.76 USD 2015-12-04 price GLD 60.50 USD 2015-12-11 price VBMPX 60.46 USD 2015-12-11 price RGAGX 65.54 USD 2015-12-11 price ITOT 172.27 USD 2015-12-11 price VEA 197.52 USD 2015-12-11 price VHT 96.12 USD 2015-12-11 price GLD 61.69 USD 2015-12-18 price VBMPX 60.43 USD 2015-12-18 price RGAGX 64.11 USD 2015-12-18 price ITOT 170.84 USD 2015-12-18 price VEA 198.59 USD 2015-12-18 price VHT 96.64 USD 2015-12-18 price GLD 60.40 USD 2015-12-25 price VBMPX 60.15 USD 2015-12-25 price RGAGX 65.59 USD 2015-12-25 price ITOT 168.47 USD 2015-12-25 price VEA 199.00 USD 2015-12-25 price VHT 96.44 USD 2015-12-25 price GLD 60.19 USD 2016-01-01 price VBMPX 59.53 USD 2016-01-01 price RGAGX 68.57 USD 2016-01-01 price ITOT 170.76 USD 2016-01-01 price VEA 198.92 USD 2016-01-01 price VHT 97.88 USD 2016-01-01 price GLD 58.30 USD 2016-01-08 price VBMPX 59.37 USD 2016-01-08 price RGAGX 67.95 USD 2016-01-08 price ITOT 173.10 USD 2016-01-08 price VEA 199.03 USD 2016-01-08 price VHT 96.65 USD 2016-01-08 price GLD 57.89 USD 2016-01-15 price VBMPX 58.97 USD 2016-01-15 price RGAGX 68.44 USD 2016-01-15 price ITOT 173.71 USD 2016-01-15 price VEA 199.31 USD 2016-01-15 price VHT 97.37 USD 2016-01-15 price GLD 57.85 USD 2016-01-22 price VBMPX 59.23 USD 2016-01-22 price RGAGX 69.56 USD 2016-01-22 price ITOT 174.73 USD 2016-01-22 price VEA 200.48 USD 2016-01-22 price VHT 98.06 USD 2016-01-22 price GLD 57.92 USD 2016-01-29 price VBMPX 59.27 USD 2016-01-29 price RGAGX 71.39 USD 2016-01-29 price ITOT 174.66 USD 2016-01-29 price VEA 199.35 USD 2016-01-29 price VHT 97.21 USD 2016-01-29 price GLD 58.18 USD 2016-02-05 price VBMPX 58.58 USD 2016-02-05 price RGAGX 73.19 USD 2016-02-05 price ITOT 174.24 USD 2016-02-05 price VEA 199.07 USD 2016-02-05 price VHT 96.78 USD 2016-02-05 price GLD 59.57 USD 2016-02-12 price VBMPX 58.80 USD 2016-02-12 price RGAGX 71.56 USD 2016-02-12 price ITOT 175.35 USD 2016-02-12 price VEA 200.19 USD 2016-02-12 price VHT 97.23 USD 2016-02-12 price GLD 58.89 USD 2016-02-19 price VBMPX 58.22 USD 2016-02-19 price RGAGX 72.38 USD 2016-02-19 price ITOT 176.86 USD 2016-02-19 price VEA 198.75 USD 2016-02-19 price VHT 97.92 USD 2016-02-19 price GLD 58.24 USD 2016-02-26 price VBMPX 58.29 USD 2016-02-26 price RGAGX 72.06 USD 2016-02-26 price ITOT 176.10 USD 2016-02-26 price VEA 195.55 USD 2016-02-26 price VHT 98.82 USD 2016-02-26 price GLD 58.86 USD 2016-03-04 price VBMPX 58.42 USD 2016-03-04 price RGAGX 72.66 USD 2016-03-04 price ITOT 175.30 USD 2016-03-04 price VEA 196.10 USD 2016-03-04 price VHT 97.47 USD 2016-03-04 price GLD 58.61 USD 2016-03-11 price VBMPX 58.66 USD 2016-03-11 price RGAGX 75.72 USD 2016-03-11 price ITOT 177.85 USD 2016-03-11 price VEA 195.95 USD 2016-03-11 price VHT 97.40 USD 2016-03-11 price GLD 59.48 USD 2016-03-18 price VBMPX 58.67 USD 2016-03-18 price RGAGX 78.50 USD 2016-03-18 price ITOT 178.54 USD 2016-03-18 price VEA 195.29 USD 2016-03-18 price VHT 98.10 USD 2016-03-18 price GLD 58.97 USD 2016-03-25 price VBMPX 58.40 USD 2016-03-25 price RGAGX 76.17 USD 2016-03-25 price ITOT 177.28 USD 2016-03-25 price VEA 192.59 USD 2016-03-25 price VHT 98.64 USD 2016-03-25 price GLD 59.12 USD 2016-04-01 price VBMPX 58.68 USD 2016-04-01 price RGAGX 76.67 USD 2016-04-01 price ITOT 179.14 USD 2016-04-01 price VEA 193.48 USD 2016-04-01 price VHT 97.59 USD 2016-04-01 price GLD 59.24 USD 2016-04-08 price VBMPX 58.59 USD 2016-04-08 price RGAGX 77.46 USD 2016-04-08 price ITOT 180.27 USD 2016-04-08 price VEA 196.66 USD 2016-04-08 price VHT 97.28 USD 2016-04-08 price GLD 60.81 USD 2016-04-15 price VBMPX 59.56 USD 2016-04-15 price RGAGX 77.85 USD 2016-04-15 price ITOT 180.23 USD 2016-04-15 price VEA 196.50 USD 2016-04-15 price VHT 96.47 USD 2016-04-15 price GLD 60.36 USD 2016-04-22 price VBMPX 59.33 USD 2016-04-22 price RGAGX 75.89 USD 2016-04-22 price ITOT 180.26 USD 2016-04-22 price VEA 194.41 USD 2016-04-22 price VHT 96.55 USD 2016-04-22 price GLD 60.16 USD 2016-04-29 price VBMPX 59.57 USD 2016-04-29 price RGAGX 74.01 USD 2016-04-29 price ITOT 178.39 USD 2016-04-29 price VEA 194.90 USD 2016-04-29 price VHT 96.88 USD 2016-04-29 price GLD 59.70 USD 2016-05-06 price VBMPX 59.39 USD 2016-05-06 price RGAGX 75.25 USD 2016-05-06 price ITOT 178.36 USD 2016-05-06 price VEA 191.61 USD 2016-05-06 price VHT 96.01 USD 2016-05-06 price GLD 59.98 USD 2016-05-13 price VBMPX 59.81 USD 2016-05-13 price RGAGX 74.79 USD 2016-05-13 price ITOT 177.55 USD 2016-05-13 price VEA 191.81 USD 2016-05-13 price VHT 96.53 USD 2016-05-13 price GLD 59.79 USD 2016-05-20 price VBMPX 59.94 USD 2016-05-20 price RGAGX 72.16 USD 2016-05-20 price ITOT 176.43 USD 2016-05-20 price VEA 189.86 USD 2016-05-20 price VHT 97.57 USD 2016-05-20 price GLD 60.09 USD 2016-05-27 price VBMPX 60.41 USD 2016-05-27 price RGAGX 71.19 USD 2016-05-27 price ITOT 174.15 USD 2016-05-27 price VEA 188.07 USD 2016-05-27 price VHT 98.75 USD 2016-05-27 price GLD 61.07 USD 2016-06-03 price VBMPX 60.45 USD 2016-06-03 price RGAGX 70.68 USD 2016-06-03 price ITOT 172.55 USD 2016-06-03 price VEA 186.23 USD 2016-06-03 price VHT 97.91 USD 2016-06-03 price GLD 61.23 USD 2016-06-10 price VBMPX 60.61 USD 2016-06-10 price RGAGX 66.72 USD 2016-06-10 price ITOT 174.60 USD 2016-06-10 price VEA 183.66 USD 2016-06-10 price VHT 98.80 USD 2016-06-10 price GLD 61.44 USD 2016-06-17 price VBMPX 60.17 USD 2016-06-17 price RGAGX 65.81 USD 2016-06-17 price ITOT 174.04 USD 2016-06-17 price VEA 182.93 USD 2016-06-17 price VHT 98.95 USD 2016-06-17 price GLD 60.09 USD 2016-06-24 price VBMPX 60.22 USD 2016-06-24 price RGAGX 65.70 USD 2016-06-24 price ITOT 176.57 USD 2016-06-24 price VEA 182.34 USD 2016-06-24 price VHT 97.13 USD 2016-06-24 price GLD 60.77 USD 2016-07-01 price VBMPX 60.73 USD 2016-07-01 price RGAGX 64.76 USD 2016-07-01 price ITOT 175.18 USD 2016-07-01 price VEA 181.56 USD 2016-07-01 price VHT 96.17 USD 2016-07-01 price GLD 61.15 USD 2016-07-08 price VBMPX 60.97 USD 2016-07-08 price RGAGX 66.28 USD 2016-07-08 price ITOT 176.48 USD 2016-07-08 price VEA 182.36 USD 2016-07-08 price VHT 94.47 USD 2016-07-08 price GLD 60.84 USD 2016-07-15 price VBMPX 60.95 USD 2016-07-15 price RGAGX 67.74 USD 2016-07-15 price ITOT 176.02 USD 2016-07-15 price VEA 184.74 USD 2016-07-15 price VHT 93.67 USD 2016-07-15 price GLD 60.96 USD 2016-07-22 price VBMPX 60.90 USD 2016-07-22 price RGAGX 66.52 USD 2016-07-22 price ITOT 176.68 USD 2016-07-22 price VEA 186.11 USD 2016-07-22 price VHT 94.93 USD 2016-07-22 price GLD 61.33 USD 2016-07-29 price VBMPX 60.67 USD 2016-07-29 price RGAGX 68.12 USD 2016-07-29 price ITOT 176.22 USD 2016-07-29 price VEA 188.71 USD 2016-07-29 price VHT 96.57 USD 2016-07-29 price GLD 62.20 USD 2016-08-05 price VBMPX 61.25 USD 2016-08-05 price RGAGX 66.59 USD 2016-08-05 price ITOT 178.22 USD 2016-08-05 price VEA 188.04 USD 2016-08-05 price VHT 97.12 USD 2016-08-05 price GLD 62.45 USD 2016-08-12 price VBMPX 60.94 USD 2016-08-12 price RGAGX 65.32 USD 2016-08-12 price ITOT 176.90 USD 2016-08-12 price VEA 187.13 USD 2016-08-12 price VHT 98.01 USD 2016-08-12 price GLD 62.87 USD 2016-08-19 price VBMPX 61.10 USD 2016-08-19 price RGAGX 65.75 USD 2016-08-19 price ITOT 177.92 USD 2016-08-19 price VEA 186.61 USD 2016-08-19 price VHT 98.77 USD 2016-08-19 price GLD 62.36 USD 2016-08-26 price VBMPX 61.07 USD 2016-08-26 price RGAGX 66.51 USD 2016-08-26 price ITOT 178.76 USD 2016-08-26 price VEA 187.37 USD 2016-08-26 price VHT 99.54 USD 2016-08-26 price GLD 62.45 USD 2016-09-02 price VBMPX 61.12 USD 2016-09-02 price RGAGX 67.12 USD 2016-09-02 price ITOT 179.86 USD 2016-09-02 price VEA 189.48 USD 2016-09-02 price VHT 99.40 USD 2016-09-02 price GLD 63.64 USD 2016-09-09 price VBMPX 61.10 USD 2016-09-09 price RGAGX 69.79 USD 2016-09-09 price ITOT 178.14 USD 2016-09-09 price VEA 188.39 USD 2016-09-09 price VHT 98.31 USD 2016-09-09 price GLD 63.59 USD 2016-09-16 price VBMPX 61.61 USD 2016-09-16 price RGAGX 70.10 USD 2016-09-16 price ITOT 178.33 USD 2016-09-16 price VEA 193.59 USD 2016-09-16 price VHT 97.93 USD 2016-09-16 price GLD 63.21 USD 2016-09-23 price VBMPX 61.37 USD 2016-09-23 price RGAGX 70.59 USD 2016-09-23 price ITOT 178.18 USD 2016-09-23 price VEA 194.32 USD 2016-09-23 price VHT 99.41 USD 2016-09-23 price GLD 62.68 USD 2016-09-30 price VBMPX 61.61 USD 2016-09-30 price RGAGX 69.85 USD 2016-09-30 price ITOT 179.68 USD 2016-09-30 price VEA 195.79 USD 2016-09-30 price VHT 98.81 USD 2016-09-30 price GLD 62.62 USD 2016-10-07 price VBMPX 61.03 USD 2016-10-07 price RGAGX 70.28 USD 2016-10-07 price ITOT 178.59 USD 2016-10-07 price VEA 193.90 USD 2016-10-07 price VHT 99.97 USD 2016-10-07 price GLD 62.51 USD 2016-10-14 price VBMPX 60.53 USD 2016-10-14 price RGAGX 70.34 USD 2016-10-14 price ITOT 178.66 USD 2016-10-14 price VEA 193.66 USD 2016-10-14 price VHT 101.55 USD 2016-10-14 price GLD 62.31 USD 2016-10-21 price VBMPX 60.52 USD 2016-10-21 price RGAGX 70.54 USD 2016-10-21 price ITOT 179.65 USD 2016-10-21 price VEA 192.60 USD 2016-10-21 price VHT 102.12 USD 2016-10-21 price GLD 63.06 USD 2016-10-28 price VBMPX 60.47 USD 2016-10-28 price RGAGX 71.07 USD 2016-10-28 price ITOT 182.04 USD 2016-10-28 price VEA 194.00 USD 2016-10-28 price VHT 101.05 USD 2016-10-28 price GLD 62.50 USD 2016-11-04 price VBMPX 60.96 USD 2016-11-04 price RGAGX 69.29 USD 2016-11-04 price ITOT 183.76 USD 2016-11-04 price VEA 194.08 USD 2016-11-04 price VHT 100.27 USD 2016-11-04 price GLD 62.41 USD 2016-11-11 price VBMPX 60.78 USD 2016-11-11 price RGAGX 70.87 USD 2016-11-11 price ITOT 183.97 USD 2016-11-11 price VEA 194.73 USD 2016-11-11 price VHT 101.96 USD 2016-11-11 price GLD 63.47 USD 2016-11-18 price VBMPX 60.69 USD 2016-11-18 price RGAGX 69.01 USD 2016-11-18 price ITOT 184.85 USD 2016-11-18 price VEA 192.46 USD 2016-11-18 price VHT 104.39 USD 2016-11-18 price GLD 64.55 USD 2016-11-25 price VBMPX 60.25 USD 2016-11-25 price RGAGX 68.40 USD 2016-11-25 price ITOT 185.26 USD 2016-11-25 price VEA 191.75 USD 2016-11-25 price VHT 104.67 USD 2016-11-25 price GLD 64.61 USD 2016-12-02 price VBMPX 60.34 USD 2016-12-02 price RGAGX 67.11 USD 2016-12-02 price ITOT 185.49 USD 2016-12-02 price VEA 194.44 USD 2016-12-02 price VHT 104.32 USD 2016-12-02 price GLD 64.74 USD 2016-12-09 price VBMPX 60.74 USD 2016-12-09 price RGAGX 67.95 USD 2016-12-09 price ITOT 184.50 USD 2016-12-09 price VEA 196.51 USD 2016-12-09 price VHT 103.09 USD 2016-12-09 price GLD 65.28 USD 2016-12-16 price VBMPX 61.07 USD 2016-12-16 price RGAGX 66.93 USD 2016-12-16 price ITOT 184.81 USD 2016-12-16 price VEA 196.47 USD 2016-12-16 price VHT 102.97 USD 2016-12-16 price GLD 65.96 USD 2016-12-23 price VBMPX 61.18 USD 2016-12-23 price RGAGX 65.55 USD 2016-12-23 price ITOT 184.46 USD 2016-12-23 price VEA 196.62 USD 2016-12-23 price VHT 104.80 USD 2016-12-23 price GLD 66.27 USD 2016-12-30 price VBMPX 61.88 USD 2016-12-30 price RGAGX 67.90 USD 2016-12-30 price ITOT 185.67 USD 2016-12-30 price VEA 196.78 USD 2016-12-30 price VHT 106.27 USD 2016-12-30 price GLD 65.40 USD 2017-01-06 price VBMPX 61.78 USD 2017-01-06 price RGAGX 68.43 USD 2017-01-06 price ITOT 186.57 USD 2017-01-06 price VEA 198.65 USD 2017-01-06 price VHT 105.99 USD 2017-01-06 price GLD 65.78 USD 2017-01-13 price VBMPX 61.24 USD 2017-01-13 price RGAGX 67.80 USD 2017-01-13 price ITOT 187.23 USD 2017-01-13 price VEA 201.31 USD 2017-01-13 price VHT 107.72 USD 2017-01-13 price GLD 67.78 USD 2017-01-20 price VBMPX 61.48 USD 2017-01-20 price RGAGX 70.66 USD 2017-01-20 price ITOT 186.85 USD 2017-01-20 price VEA 205.22 USD 2017-01-20 price VHT 106.55 USD 2017-01-20 price GLD 69.28 USD 2017-01-27 price VBMPX 61.33 USD 2017-01-27 price RGAGX 69.21 USD 2017-01-27 price ITOT 186.30 USD 2017-01-27 price VEA 209.53 USD 2017-01-27 price VHT 106.37 USD 2017-01-27 price GLD 70.59 USD 2017-02-03 price VBMPX 60.83 USD 2017-02-03 price RGAGX 68.39 USD 2017-02-03 price ITOT 188.11 USD 2017-02-03 price VEA 208.14 USD 2017-02-03 price VHT 108.56 USD 2017-02-03 price GLD 69.20 USD 2017-02-10 price VBMPX 61.01 USD 2017-02-10 price RGAGX 67.03 USD 2017-02-10 price ITOT 184.19 USD 2017-02-10 price VEA 206.18 USD 2017-02-10 price VHT 107.09 USD 2017-02-10 price GLD 69.22 USD 2017-02-17 price VBMPX 61.63 USD 2017-02-17 price RGAGX 66.63 USD 2017-02-17 price ITOT 180.42 USD 2017-02-17 price VEA 206.64 USD 2017-02-17 price VHT 108.36 USD 2017-02-17 price GLD 69.93 USD 2017-02-24 price VBMPX 62.28 USD 2017-02-24 price RGAGX 69.20 USD 2017-02-24 price ITOT 180.60 USD 2017-02-24 price VEA 207.33 USD 2017-02-24 price VHT 108.47 USD 2017-02-24 price GLD 70.95 USD 2017-03-03 price VBMPX 62.79 USD 2017-03-03 price RGAGX 69.97 USD 2017-03-03 price ITOT 179.71 USD 2017-03-03 price VEA 204.38 USD 2017-03-03 price VHT 109.22 USD 2017-03-03 price GLD 70.34 USD 2017-03-10 price VBMPX 62.52 USD 2017-03-10 price RGAGX 70.71 USD 2017-03-10 price ITOT 178.24 USD 2017-03-10 price VEA 205.83 USD 2017-03-10 price VHT 108.93 USD 2017-03-10 price GLD 71.02 USD 2017-03-17 price VBMPX 62.82 USD 2017-03-17 price RGAGX 72.16 USD 2017-03-17 price ITOT 180.13 USD 2017-03-17 price VEA 207.62 USD 2017-03-17 price VHT 107.45 USD 2017-03-17 price GLD 71.61 USD 2017-03-24 price VBMPX 62.64 USD 2017-03-24 price RGAGX 73.86 USD 2017-03-24 price ITOT 179.53 USD 2017-03-24 price VEA 209.13 USD 2017-03-24 price VHT 107.71 USD 2017-03-24 price GLD 72.47 USD 2017-03-31 price VBMPX 62.20 USD 2017-03-31 price RGAGX 72.98 USD 2017-03-31 price ITOT 181.13 USD 2017-03-31 price VEA 211.21 USD 2017-03-31 price VHT 108.09 USD 2017-03-31 price GLD 72.35 USD 2017-04-07 price VBMPX 61.60 USD 2017-04-07 price RGAGX 71.59 USD 2017-04-07 price ITOT 182.13 USD 2017-04-07 price VEA 210.70 USD 2017-04-07 price VHT 108.74 USD 2017-04-07 price GLD 71.60 USD 2017-04-14 price VBMPX 61.97 USD 2017-04-14 price RGAGX 70.57 USD 2017-04-14 price ITOT 182.12 USD 2017-04-14 price VEA 212.82 USD 2017-04-14 price VHT 110.87 USD 2017-04-14 price GLD 72.56 USD 2017-04-21 price VBMPX 62.19 USD 2017-04-21 price RGAGX 68.79 USD 2017-04-21 price ITOT 181.02 USD 2017-04-21 price VEA 214.01 USD 2017-04-21 price VHT 111.73 USD 2017-04-21 price GLD 71.78 USD 2017-04-28 price VBMPX 62.59 USD 2017-04-28 price RGAGX 68.71 USD 2017-04-28 price ITOT 180.93 USD 2017-04-28 price VEA 214.85 USD 2017-04-28 price VHT 109.29 USD 2017-04-28 price GLD 71.58 USD 2017-05-05 price VBMPX 62.57 USD 2017-05-05 price RGAGX 69.65 USD 2017-05-05 price ITOT 182.59 USD 2017-05-05 price VEA 216.61 USD 2017-05-05 price VHT 108.94 USD 2017-05-05 price GLD 72.40 USD 2017-05-12 price VBMPX 62.22 USD 2017-05-12 price RGAGX 70.77 USD 2017-05-12 price ITOT 182.02 USD 2017-05-12 price VEA 217.48 USD 2017-05-12 price VHT 110.94 USD 2017-05-12 price GLD 72.82 USD 2017-05-19 price VBMPX 62.71 USD 2017-05-19 price RGAGX 70.47 USD 2017-05-19 price ITOT 182.03 USD 2017-05-19 price VEA 217.66 USD 2017-05-19 price VHT 111.21 USD 2017-05-19 price GLD 74.30 USD 2017-05-26 price VBMPX 62.86 USD 2017-05-26 price RGAGX 69.52 USD 2017-05-26 price ITOT 180.64 USD 2017-05-26 price VEA 217.77 USD 2017-05-26 price VHT 112.15 USD 2017-05-26 price GLD 73.53 USD 2017-06-02 price VBMPX 62.53 USD 2017-06-02 price RGAGX 70.95 USD 2017-06-02 price ITOT 180.48 USD 2017-06-02 price VEA 217.45 USD 2017-06-02 price VHT 112.11 USD 2017-06-02 price GLD 73.72 USD 2017-06-09 price VBMPX 63.19 USD 2017-06-09 price RGAGX 70.42 USD 2017-06-09 price ITOT 180.29 USD 2017-06-09 price VEA 218.42 USD 2017-06-09 price VHT 110.82 USD 2017-06-09 price GLD 73.91 USD 2017-06-16 price VBMPX 63.56 USD 2017-06-16 price RGAGX 68.48 USD 2017-06-16 price ITOT 180.68 USD 2017-06-16 price VEA 218.50 USD 2017-06-16 price VHT 111.71 USD 2017-06-16 price GLD 74.43 USD 2017-06-23 price VBMPX 63.57 USD 2017-06-23 price RGAGX 67.29 USD 2017-06-23 price ITOT 182.26 USD 2017-06-23 price VEA 221.89 USD 2017-06-23 price VHT 112.24 USD 2017-06-23 price GLD 73.40 USD 2017-06-30 price VBMPX 63.95 USD 2017-06-30 price RGAGX 66.18 USD 2017-06-30 price ITOT 181.11 USD 2017-06-30 price VEA 223.22 USD 2017-06-30 price VHT 111.86 USD 2017-06-30 price GLD 73.81 USD 2017-07-07 price VBMPX 63.89 USD 2017-07-07 price RGAGX 65.36 USD 2017-07-07 price ITOT 183.36 USD 2017-07-07 price VEA 223.53 USD 2017-07-07 price VHT 113.27 USD 2017-07-07 price GLD 73.98 USD 2017-07-14 price VBMPX 63.01 USD 2017-07-14 price RGAGX 64.50 USD 2017-07-14 price ITOT 183.03 USD 2017-07-14 price VEA 223.71 USD 2017-07-14 price VHT 115.56 USD 2017-07-14 price GLD 74.88 USD 2017-07-21 price VBMPX 62.75 USD 2017-07-21 price RGAGX 64.88 USD 2017-07-21 price ITOT 184.56 USD 2017-07-21 price VEA 223.70 USD 2017-07-21 price VHT 116.46 USD 2017-07-21 price GLD 73.99 USD 2017-07-28 price VBMPX 63.46 USD 2017-07-28 price RGAGX 65.55 USD 2017-07-28 price ITOT 185.89 USD 2017-07-28 price VEA 227.00 USD 2017-07-28 price VHT 116.73 USD 2017-07-28 price GLD 74.50 USD 2017-08-04 price VBMPX 63.48 USD 2017-08-04 price RGAGX 64.31 USD 2017-08-04 price ITOT 184.36 USD 2017-08-04 price VEA 228.73 USD 2017-08-04 price VHT 117.19 USD 2017-08-04 price GLD 73.91 USD 2017-08-11 price VBMPX 63.45 USD 2017-08-11 price RGAGX 65.76 USD 2017-08-11 price ITOT 183.79 USD 2017-08-11 price VEA 229.12 USD 2017-08-11 price VHT 116.19 USD 2017-08-11 price GLD 76.49 USD 2017-08-18 price VBMPX 63.29 USD 2017-08-18 price RGAGX 66.07 USD 2017-08-18 price ITOT 184.23 USD 2017-08-18 price VEA 230.50 USD 2017-08-18 price VHT 117.01 USD 2017-08-18 price GLD 76.78 USD 2017-08-25 price VBMPX 63.99 USD 2017-08-25 price RGAGX 65.98 USD 2017-08-25 price ITOT 184.62 USD 2017-08-25 price VEA 228.90 USD 2017-08-25 price VHT 118.16 USD 2017-08-25 price GLD 75.65 USD 2017-09-01 price VBMPX 63.96 USD 2017-09-01 price RGAGX 67.20 USD 2017-09-01 price ITOT 185.27 USD 2017-09-01 price VEA 231.26 USD 2017-09-01 price VHT 118.34 USD 2017-09-01 price GLD 76.22 USD 2017-09-08 price VBMPX 64.85 USD 2017-09-08 price RGAGX 70.11 USD 2017-09-08 price ITOT 185.43 USD 2017-09-08 price VEA 229.59 USD 2017-09-08 price VHT 117.46 USD 2017-09-08 price GLD 76.18 USD ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/examples/example.beancount0000644000175000001440000115507700000000000020347 0ustar00jakobusers;; -*- mode: org; mode: beancount; -*- ;; Birth: 1980-05-12 ;; Dates: 2015-01-01 - 2017-09-12 ;; THIS FILE HAS BEEN AUTO-GENERATED. * Options option "title" "Example Beancount file" option "operating_currency" "USD" * Commodities 1792-01-01 commodity USD export: "CASH" name: "US Dollar" 1900-01-01 commodity VMMXX export: "MUTF:VMMXX (MONEY:USD)" 1980-05-12 commodity VACHR export: "IGNORE" name: "Employer Vacation Hours" 1980-05-12 commodity IRAUSD export: "IGNORE" name: "US 401k and IRA Contributions" 1995-09-18 commodity VBMPX export: "MUTF:VBMPX" name: "Vanguard Total Bond Market Index Fund Institutional Plus Shares" price: "USD:google/MUTF:VBMPX" 2004-01-20 commodity ITOT export: "NYSEARCA:ITOT" name: "iShares Core S&P Total U.S. Stock Market ETF" price: "USD:google/NYSEARCA:ITOT" 2004-01-26 commodity VHT export: "NYSEARCA:VHT" name: "Vanguard Health Care ETF" price: "USD:google/NYSEARCA:VHT" 2004-11-01 commodity GLD export: "NYSEARCA:GLD" name: "SPDR Gold Trust (ETF)" price: "USD:google/NYSEARCA:GLD" 2007-07-20 commodity VEA export: "NYSEARCA:VEA" name: "Vanguard FTSE Developed Markets ETF" price: "USD:google/NYSEARCA:VEA" 2009-05-01 commodity RGAGX export: "MUTF:RGAGX" name: "American Funds The Growth Fund of America Class R-6" price: "USD:google/MUTF:RGAGX" * Equity Accounts 1980-05-12 open Equity:Opening-Balances 1980-05-12 open Liabilities:AccountsPayable * Banking 2015-01-01 open Assets:US:BofA address: "123 America Street, LargeTown, USA" institution: "Bank of America" phone: "+1.012.345.6789" 2015-01-01 open Assets:US:BofA:Checking USD account: "00234-48574897" 2015-01-01 * "Opening Balance for checking account" Assets:US:BofA:Checking 3490.52 USD Equity:Opening-Balances -3490.52 USD 2015-01-02 balance Assets:US:BofA:Checking 4841.12 USD 2015-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-01-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -82.42 USD Expenses:Home:Phone 82.42 USD 2015-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.05 USD Expenses:Home:Internet 80.05 USD 2015-01-30 balance Assets:US:BofA:Checking 4844.07 USD 2015-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-02-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-02-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-02-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.50 USD Expenses:Home:Phone 53.50 USD 2015-02-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.12 USD Expenses:Home:Internet 80.12 USD 2015-02-24 balance Assets:US:BofA:Checking 2850.71 USD 2015-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-03-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -48.02 USD Expenses:Home:Phone 48.02 USD 2015-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.14 USD Expenses:Home:Internet 80.14 USD 2015-03-25 balance Assets:US:BofA:Checking 2353.30 USD 2015-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-04-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-04-17 balance Assets:US:BofA:Checking 1787.80 USD 2015-04-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.68 USD Expenses:Home:Phone 67.68 USD 2015-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.01 USD Expenses:Home:Internet 80.01 USD 2015-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-05-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-05-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-05-11 balance Assets:US:BofA:Checking 1244.41 USD 2015-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -83.72 USD Expenses:Home:Phone 83.72 USD 2015-05-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2015-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-06-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-06-07 balance Assets:US:BofA:Checking 1377.83 USD 2015-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-06-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.18 USD Expenses:Home:Phone 57.18 USD 2015-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.10 USD Expenses:Home:Internet 80.10 USD 2015-07-01 balance Assets:US:BofA:Checking 1727.34 USD 2015-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-07-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.96 USD Expenses:Home:Phone 56.96 USD 2015-07-21 balance Assets:US:BofA:Checking 1293.64 USD 2015-07-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.04 USD Expenses:Home:Internet 80.04 USD 2015-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-08-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-08-10 balance Assets:US:BofA:Checking 631.39 USD 2015-08-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.40 USD Expenses:Home:Phone 67.40 USD 2015-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2015-09-04 balance Assets:US:BofA:Checking 5585.24 USD 2015-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-09-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-09-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-09-11 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4500 USD Assets:US:ETrade:Cash 4500 USD 2015-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.34 USD Expenses:Home:Phone 52.34 USD 2015-09-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.80 USD Expenses:Home:Internet 79.80 USD 2015-09-28 balance Assets:US:BofA:Checking 2896.88 USD 2015-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-10-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-10-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-10-19 balance Assets:US:BofA:Checking 2575.21 USD 2015-10-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -66.34 USD Expenses:Home:Phone 66.34 USD 2015-10-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2015-11-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-11-06 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2015-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-11-16 balance Assets:US:BofA:Checking 466.36 USD 2015-11-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -75.53 USD Expenses:Home:Phone 75.53 USD 2015-11-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2015-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-12-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-12-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-12-10 balance Assets:US:BofA:Checking 2498.64 USD 2015-12-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.21 USD Expenses:Home:Phone 53.21 USD 2015-12-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.84 USD Expenses:Home:Internet 79.84 USD 2015-12-31 balance Assets:US:BofA:Checking 5197.73 USD 2016-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-01-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -66.56 USD Expenses:Home:Phone 66.56 USD 2016-01-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.88 USD Expenses:Home:Internet 79.88 USD 2016-01-30 balance Assets:US:BofA:Checking 7420.60 USD 2016-02-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-02-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -40.52 USD Expenses:Home:Phone 40.52 USD 2016-02-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.97 USD Expenses:Home:Internet 79.97 USD 2016-02-28 balance Assets:US:BofA:Checking 6903.12 USD 2016-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-03-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-03-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -64.30 USD Expenses:Home:Phone 64.30 USD 2016-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.92 USD Expenses:Home:Internet 79.92 USD 2016-03-22 balance Assets:US:BofA:Checking 4880.60 USD 2016-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-04-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-04-14 balance Assets:US:BofA:Checking 4048.16 USD 2016-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -72.45 USD Expenses:Home:Phone 72.45 USD 2016-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.86 USD Expenses:Home:Internet 79.86 USD 2016-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-05-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-05-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-05-11 balance Assets:US:BofA:Checking 3542.52 USD 2016-05-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -45.93 USD Expenses:Home:Phone 45.93 USD 2016-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.87 USD Expenses:Home:Internet 79.87 USD 2016-06-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-06-05 balance Assets:US:BofA:Checking 3713.92 USD 2016-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-06-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -73.94 USD Expenses:Home:Phone 73.94 USD 2016-06-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.87 USD Expenses:Home:Internet 79.87 USD 2016-06-25 balance Assets:US:BofA:Checking 4141.04 USD 2016-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-07-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-07-18 balance Assets:US:BofA:Checking 3744.93 USD 2016-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.05 USD Expenses:Home:Phone 52.05 USD 2016-07-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2016-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-08-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-08-09 balance Assets:US:BofA:Checking 2494.50 USD 2016-08-12 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2016-08-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.30 USD Expenses:Home:Phone 52.30 USD 2016-08-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.86 USD Expenses:Home:Internet 79.86 USD 2016-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-09-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-09-05 balance Assets:US:BofA:Checking 610.75 USD 2016-09-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-09-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.61 USD Expenses:Home:Phone 62.61 USD 2016-09-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.94 USD Expenses:Home:Internet 79.94 USD 2016-09-23 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2016-09-27 balance Assets:US:BofA:Checking 796.72 USD 2016-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-10-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-10-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-10-18 balance Assets:US:BofA:Checking 265.64 USD 2016-10-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -61.41 USD Expenses:Home:Phone 61.41 USD 2016-10-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.20 USD Expenses:Home:Internet 80.20 USD 2016-11-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-11-07 balance Assets:US:BofA:Checking 2821.23 USD 2016-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-11-18 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3000 USD Assets:US:ETrade:Cash 3000 USD 2016-11-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -78.16 USD Expenses:Home:Phone 78.16 USD 2016-11-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.01 USD Expenses:Home:Internet 80.01 USD 2016-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2016-12-05 balance Assets:US:BofA:Checking 3971.92 USD 2016-12-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2016-12-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2016-12-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -70.90 USD Expenses:Home:Phone 70.90 USD 2016-12-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2016-12-31 balance Assets:US:BofA:Checking 6377.23 USD 2017-01-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -58.58 USD Expenses:Home:Phone 58.58 USD 2017-01-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.04 USD Expenses:Home:Internet 80.04 USD 2017-01-29 balance Assets:US:BofA:Checking 5884.67 USD 2017-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-02-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-02-19 balance Assets:US:BofA:Checking 4168.23 USD 2017-02-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -86.40 USD Expenses:Home:Phone 86.40 USD 2017-02-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.17 USD Expenses:Home:Internet 80.17 USD 2017-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-03-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-03-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.03 USD Expenses:Home:Phone 53.03 USD 2017-03-20 balance Assets:US:BofA:Checking 3549.42 USD 2017-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.05 USD Expenses:Home:Internet 80.05 USD 2017-04-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-04-16 balance Assets:US:BofA:Checking 2006.25 USD 2017-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -66.19 USD Expenses:Home:Phone 66.19 USD 2017-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.91 USD Expenses:Home:Internet 79.91 USD 2017-05-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-05-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-05-13 balance Assets:US:BofA:Checking 1594.87 USD 2017-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.50 USD Expenses:Home:Phone 56.50 USD 2017-05-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.83 USD Expenses:Home:Internet 79.83 USD 2017-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-06-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-06-11 balance Assets:US:BofA:Checking 1297.97 USD 2017-06-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -71.41 USD Expenses:Home:Phone 71.41 USD 2017-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.99 USD Expenses:Home:Internet 79.99 USD 2017-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-07-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-07-06 balance Assets:US:BofA:Checking 1443.77 USD 2017-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.63 USD Expenses:Home:Phone 52.63 USD 2017-07-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.90 USD Expenses:Home:Internet 79.90 USD 2017-07-28 balance Assets:US:BofA:Checking 3260.41 USD 2017-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2017-08-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2017-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2017-08-20 balance Assets:US:BofA:Checking 2298.50 USD 2017-08-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -61.56 USD Expenses:Home:Phone 61.56 USD 2017-08-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.08 USD Expenses:Home:Internet 80.08 USD 2017-08-25 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4500 USD Assets:US:ETrade:Cash 4500 USD 2017-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD * Credit-Cards 1980-05-12 open Liabilities:US:Chase:Slate USD 2015-01-04 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -37.84 USD Expenses:Food:Restaurant 37.84 USD 2015-01-09 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -28.94 USD Expenses:Food:Restaurant 28.94 USD 2015-01-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 66.78 USD Assets:US:BofA:Checking -66.78 USD 2015-01-12 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -25.18 USD Expenses:Food:Restaurant 25.18 USD 2015-01-13 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -50.23 USD Expenses:Food:Restaurant 50.23 USD 2015-01-15 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -27.46 USD Expenses:Food:Restaurant 27.46 USD 2015-01-17 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.32 USD Expenses:Food:Restaurant 40.32 USD 2015-01-18 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -40.71 USD Expenses:Food:Restaurant 40.71 USD 2015-01-18 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -71.90 USD Expenses:Food:Groceries 71.90 USD 2015-01-20 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.54 USD Expenses:Food:Restaurant 39.54 USD 2015-01-21 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -11.07 USD Expenses:Food:Restaurant 11.07 USD 2015-01-22 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -39.44 USD Expenses:Food:Restaurant 39.44 USD 2015-01-25 balance Liabilities:US:Chase:Slate -345.85 USD 2015-01-27 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -46.57 USD Expenses:Food:Restaurant 46.57 USD 2015-01-31 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -30.04 USD Expenses:Food:Restaurant 30.04 USD 2015-02-03 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-02-04 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -56.03 USD Expenses:Food:Groceries 56.03 USD 2015-02-05 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -59.90 USD Expenses:Food:Restaurant 59.90 USD 2015-02-10 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -17.77 USD Expenses:Food:Restaurant 17.77 USD 2015-02-11 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -65.18 USD Expenses:Food:Restaurant 65.18 USD 2015-02-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 741.34 USD Assets:US:BofA:Checking -741.34 USD 2015-02-12 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -76.77 USD Expenses:Food:Groceries 76.77 USD 2015-02-14 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -28.07 USD Expenses:Food:Restaurant 28.07 USD 2015-02-16 balance Liabilities:US:Chase:Slate -104.84 USD 2015-02-17 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -41.33 USD Expenses:Food:Restaurant 41.33 USD 2015-02-22 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -35.96 USD Expenses:Food:Restaurant 35.96 USD 2015-02-23 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -46.08 USD Expenses:Food:Restaurant 46.08 USD 2015-02-27 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -25.75 USD Expenses:Food:Restaurant 25.75 USD 2015-03-01 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -105.27 USD Expenses:Food:Groceries 105.27 USD 2015-03-02 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -35.46 USD Expenses:Food:Restaurant 35.46 USD 2015-03-03 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -20.31 USD Expenses:Food:Restaurant 20.31 USD 2015-03-03 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-03-07 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -20.32 USD Expenses:Food:Restaurant 20.32 USD 2015-03-09 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -23.08 USD Expenses:Food:Restaurant 23.08 USD 2015-03-10 balance Liabilities:US:Chase:Slate -578.40 USD 2015-03-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 601.45 USD Assets:US:BofA:Checking -601.45 USD 2015-03-12 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -23.05 USD Expenses:Food:Restaurant 23.05 USD 2015-03-16 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -74.79 USD Expenses:Food:Restaurant 74.79 USD 2015-03-16 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -66.83 USD Expenses:Food:Groceries 66.83 USD 2015-03-17 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -32.50 USD Expenses:Food:Restaurant 32.50 USD 2015-03-22 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -32.37 USD Expenses:Food:Restaurant 32.37 USD 2015-03-23 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -32.33 USD Expenses:Food:Restaurant 32.33 USD 2015-03-27 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -19.83 USD Expenses:Food:Restaurant 19.83 USD 2015-03-27 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -95.01 USD Expenses:Food:Groceries 95.01 USD 2015-03-31 balance Liabilities:US:Chase:Slate -353.66 USD 2015-04-01 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -26.12 USD Expenses:Food:Restaurant 26.12 USD 2015-04-02 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -33.54 USD Expenses:Food:Restaurant 33.54 USD 2015-04-03 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -36.75 USD Expenses:Food:Restaurant 36.75 USD 2015-04-03 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -55.31 USD Expenses:Food:Groceries 55.31 USD 2015-04-03 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-04-06 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.57 USD Expenses:Food:Restaurant 23.57 USD 2015-04-08 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -25.48 USD Expenses:Food:Restaurant 25.48 USD 2015-04-08 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -103.35 USD Expenses:Food:Groceries 103.35 USD 2015-04-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 797.70 USD Assets:US:BofA:Checking -797.70 USD 2015-04-12 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -19.92 USD Expenses:Food:Restaurant 19.92 USD 2015-04-16 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -48.08 USD Expenses:Food:Restaurant 48.08 USD 2015-04-19 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -32.42 USD Expenses:Food:Restaurant 32.42 USD 2015-04-20 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -24.03 USD Expenses:Food:Restaurant 24.03 USD 2015-04-25 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -34.31 USD Expenses:Food:Restaurant 34.31 USD 2015-04-27 balance Liabilities:US:Chase:Slate -138.84 USD 2015-04-27 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -96.21 USD Expenses:Food:Groceries 96.21 USD 2015-04-28 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -39.06 USD Expenses:Food:Restaurant 39.06 USD 2015-05-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-05-02 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -65.86 USD Expenses:Food:Restaurant 65.86 USD 2015-05-03 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -40.25 USD Expenses:Food:Restaurant 40.25 USD 2015-05-04 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -31.33 USD Expenses:Food:Restaurant 31.33 USD 2015-05-07 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -78.38 USD Expenses:Food:Restaurant 78.38 USD 2015-05-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 627.90 USD Assets:US:BofA:Checking -627.90 USD 2015-05-09 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -17.97 USD Expenses:Food:Restaurant 17.97 USD 2015-05-10 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -35.13 USD Expenses:Food:Restaurant 35.13 USD 2015-05-12 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -98.50 USD Expenses:Food:Groceries 98.50 USD 2015-05-13 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -30.14 USD Expenses:Food:Restaurant 30.14 USD 2015-05-18 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -35.59 USD Expenses:Food:Restaurant 35.59 USD 2015-05-19 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -75.48 USD Expenses:Food:Groceries 75.48 USD 2015-05-21 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -22.33 USD Expenses:Food:Restaurant 22.33 USD 2015-05-22 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -44.73 USD Expenses:Food:Restaurant 44.73 USD 2015-05-26 balance Liabilities:US:Chase:Slate -341.90 USD 2015-05-26 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -19.27 USD Expenses:Food:Restaurant 19.27 USD 2015-05-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-05-30 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -86.61 USD Expenses:Food:Groceries 86.61 USD 2015-05-31 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -57.82 USD Expenses:Food:Restaurant 57.82 USD 2015-06-01 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -27.64 USD Expenses:Food:Restaurant 27.64 USD 2015-06-03 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -26.98 USD Expenses:Food:Restaurant 26.98 USD 2015-06-07 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -57.74 USD Expenses:Food:Groceries 57.74 USD 2015-06-08 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -35.74 USD Expenses:Food:Restaurant 35.74 USD 2015-06-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 798.81 USD Assets:US:BofA:Checking -798.81 USD 2015-06-11 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -25.11 USD Expenses:Food:Restaurant 25.11 USD 2015-06-15 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -37.67 USD Expenses:Food:Restaurant 37.67 USD 2015-06-16 balance Liabilities:US:Chase:Slate -37.67 USD 2015-06-16 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -31.21 USD Expenses:Food:Restaurant 31.21 USD 2015-06-18 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.98 USD Expenses:Food:Restaurant 22.98 USD 2015-06-23 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -32.07 USD Expenses:Food:Restaurant 32.07 USD 2015-06-24 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -36.49 USD Expenses:Food:Restaurant 36.49 USD 2015-06-26 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -32.92 USD Expenses:Food:Restaurant 32.92 USD 2015-06-26 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -113.34 USD Expenses:Food:Groceries 113.34 USD 2015-07-01 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -35.65 USD Expenses:Food:Restaurant 35.65 USD 2015-07-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-07-05 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -32.08 USD Expenses:Food:Restaurant 32.08 USD 2015-07-05 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -59.73 USD Expenses:Food:Groceries 59.73 USD 2015-07-06 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -14.85 USD Expenses:Food:Restaurant 14.85 USD 2015-07-09 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -17.81 USD Expenses:Food:Restaurant 17.81 USD 2015-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 608.94 USD Assets:US:BofA:Checking -608.94 USD 2015-07-12 balance Liabilities:US:Chase:Slate 22.14 USD 2015-07-12 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.14 USD Expenses:Food:Restaurant 22.14 USD 2015-07-17 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -29.57 USD Expenses:Food:Restaurant 29.57 USD 2015-07-19 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -69.06 USD Expenses:Food:Groceries 69.06 USD 2015-07-20 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -19.78 USD Expenses:Food:Restaurant 19.78 USD 2015-07-22 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.58 USD Expenses:Food:Restaurant 24.58 USD 2015-07-23 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -32.48 USD Expenses:Food:Restaurant 32.48 USD 2015-07-24 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -82.77 USD Expenses:Food:Groceries 82.77 USD 2015-07-28 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -48.49 USD Expenses:Food:Restaurant 48.49 USD 2015-07-29 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -40.66 USD Expenses:Food:Restaurant 40.66 USD 2015-07-29 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -65.57 USD Expenses:Food:Groceries 65.57 USD 2015-07-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-07-31 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -21.91 USD Expenses:Food:Restaurant 21.91 USD 2015-08-01 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -32.20 USD Expenses:Food:Restaurant 32.20 USD 2015-08-04 balance Liabilities:US:Chase:Slate -587.07 USD 2015-08-06 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -32.68 USD Expenses:Food:Restaurant 32.68 USD 2015-08-07 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -44.06 USD Expenses:Food:Groceries 44.06 USD 2015-08-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 663.81 USD Assets:US:BofA:Checking -663.81 USD 2015-08-08 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -41.97 USD Expenses:Food:Restaurant 41.97 USD 2015-08-12 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -66.14 USD Expenses:Food:Restaurant 66.14 USD 2015-08-14 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -38.45 USD Expenses:Food:Restaurant 38.45 USD 2015-08-17 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -69.87 USD Expenses:Food:Groceries 69.87 USD 2015-08-19 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -28.47 USD Expenses:Food:Restaurant 28.47 USD 2015-08-20 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -30.87 USD Expenses:Food:Restaurant 30.87 USD 2015-08-24 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -35.06 USD Expenses:Food:Restaurant 35.06 USD 2015-08-27 balance Liabilities:US:Chase:Slate -310.83 USD 2015-08-27 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -72.58 USD Expenses:Food:Groceries 72.58 USD 2015-08-29 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -49.67 USD Expenses:Food:Restaurant 49.67 USD 2015-08-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-08-30 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -44.87 USD Expenses:Food:Restaurant 44.87 USD 2015-09-01 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -26.32 USD Expenses:Food:Restaurant 26.32 USD 2015-09-03 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.14 USD Expenses:Food:Restaurant 23.14 USD 2015-09-07 event "location" "Los Angeles" 2015-09-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 688.42 USD Assets:US:BofA:Checking -688.42 USD 2015-09-08 * "Mr. Marcel" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -37.30 USD Expenses:Food:Restaurant 37.30 USD 2015-09-08 * "Starbucks" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -6.12 USD Expenses:Food:Coffee 6.12 USD 2015-09-09 * "Dupar's" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -20.89 USD Expenses:Food:Restaurant 20.89 USD 2015-09-09 * "Chipotle" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -16.08 USD Expenses:Food:Restaurant 16.08 USD 2015-09-09 * "Starbucks" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -4.86 USD Expenses:Food:Coffee 4.86 USD 2015-09-10 * "Mr. Marcel" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -44.67 USD Expenses:Food:Restaurant 44.67 USD 2015-09-10 * "Dupar's" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -26.44 USD Expenses:Food:Restaurant 26.44 USD 2015-09-10 * "Starbucks" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -5.27 USD Expenses:Food:Coffee 5.27 USD 2015-09-12 * "Mr. Marcel" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -43.08 USD Expenses:Food:Restaurant 43.08 USD 2015-09-12 * "Banana Leaf" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -27.51 USD Expenses:Food:Restaurant 27.51 USD 2015-09-12 * "Pampas Grill" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -27.05 USD Expenses:Food:Restaurant 27.05 USD 2015-09-13 * "Mr. Marcel" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -22.80 USD Expenses:Food:Restaurant 22.80 USD 2015-09-14 * "Starbucks" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -5.68 USD Expenses:Food:Coffee 5.68 USD 2015-09-15 * "Banana Leaf" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -25.28 USD Expenses:Food:Restaurant 25.28 USD 2015-09-15 * "Pampas Grill" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -24.12 USD Expenses:Food:Restaurant 24.12 USD 2015-09-16 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -41.01 USD Expenses:Food:Restaurant 41.01 USD 2015-09-16 * "Banana Leaf" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -23.03 USD Expenses:Food:Restaurant 23.03 USD 2015-09-16 * "Chipotle" "" #trip-los-angeles-2015 Liabilities:US:Chase:Slate -17.88 USD Expenses:Food:Restaurant 17.88 USD 2015-09-16 * "Consume vacation days" Assets:US:Hoogle:Vacation -72 VACHR Expenses:Vacation 72 VACHR 2015-09-16 event "location" "New Metropolis" 2015-09-19 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -32.34 USD Expenses:Food:Restaurant 32.34 USD 2015-09-24 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -19.85 USD Expenses:Food:Restaurant 19.85 USD 2015-09-25 balance Liabilities:US:Chase:Slate -430.25 USD 2015-09-27 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -64.95 USD Expenses:Food:Groceries 64.95 USD 2015-09-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-09-29 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -28.34 USD Expenses:Food:Restaurant 28.34 USD 2015-10-02 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -31.89 USD Expenses:Food:Restaurant 31.89 USD 2015-10-03 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.17 USD Expenses:Food:Restaurant 39.17 USD 2015-10-07 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -19.37 USD Expenses:Food:Restaurant 19.37 USD 2015-10-08 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -27.19 USD Expenses:Food:Restaurant 27.19 USD 2015-10-09 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -20.17 USD Expenses:Food:Restaurant 20.17 USD 2015-10-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 403.27 USD Assets:US:BofA:Checking -403.27 USD 2015-10-11 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -50.41 USD Expenses:Food:Restaurant 50.41 USD 2015-10-13 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -54.93 USD Expenses:Food:Groceries 54.93 USD 2015-10-14 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -35.25 USD Expenses:Food:Restaurant 35.25 USD 2015-10-15 balance Liabilities:US:Chase:Slate -518.65 USD 2015-10-17 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -31.12 USD Expenses:Food:Restaurant 31.12 USD 2015-10-22 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -40.46 USD Expenses:Food:Restaurant 40.46 USD 2015-10-24 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.23 USD Expenses:Food:Restaurant 33.23 USD 2015-10-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-10-29 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -19.22 USD Expenses:Food:Restaurant 19.22 USD 2015-11-01 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -39.78 USD Expenses:Food:Restaurant 39.78 USD 2015-11-02 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -81.97 USD Expenses:Food:Groceries 81.97 USD 2015-11-06 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -42.46 USD Expenses:Food:Restaurant 42.46 USD 2015-11-07 balance Liabilities:US:Chase:Slate -926.89 USD 2015-11-11 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -45.93 USD Expenses:Food:Restaurant 45.93 USD 2015-11-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 594.76 USD Assets:US:BofA:Checking -594.76 USD 2015-11-14 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -24.93 USD Expenses:Food:Restaurant 24.93 USD 2015-11-16 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -43.89 USD Expenses:Food:Restaurant 43.89 USD 2015-11-17 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -24.07 USD Expenses:Food:Restaurant 24.07 USD 2015-11-19 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -23.74 USD Expenses:Food:Restaurant 23.74 USD 2015-11-19 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -76.94 USD Expenses:Food:Groceries 76.94 USD 2015-11-24 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -36.01 USD Expenses:Food:Restaurant 36.01 USD 2015-11-25 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -52.31 USD Expenses:Food:Restaurant 52.31 USD 2015-11-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-11-30 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.39 USD Expenses:Food:Restaurant 23.39 USD 2015-12-03 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -28.32 USD Expenses:Food:Restaurant 28.32 USD 2015-12-04 balance Liabilities:US:Chase:Slate -831.66 USD 2015-12-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 482.79 USD Assets:US:BofA:Checking -482.79 USD 2015-12-08 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -29.19 USD Expenses:Food:Restaurant 29.19 USD 2015-12-08 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -99.86 USD Expenses:Food:Groceries 99.86 USD 2015-12-11 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -40.46 USD Expenses:Food:Restaurant 40.46 USD 2015-12-14 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -32.79 USD Expenses:Food:Restaurant 32.79 USD 2015-12-18 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -26.60 USD Expenses:Food:Restaurant 26.60 USD 2015-12-19 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -31.58 USD Expenses:Food:Restaurant 31.58 USD 2015-12-21 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -31.35 USD Expenses:Food:Restaurant 31.35 USD 2015-12-22 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -45.56 USD Expenses:Food:Restaurant 45.56 USD 2015-12-22 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-12-25 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -36.76 USD Expenses:Food:Restaurant 36.76 USD 2015-12-27 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -42.53 USD Expenses:Food:Restaurant 42.53 USD 2015-12-27 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -53.36 USD Expenses:Food:Groceries 53.36 USD 2015-12-29 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -39.79 USD Expenses:Food:Restaurant 39.79 USD 2015-12-30 balance Liabilities:US:Chase:Slate -978.70 USD 2016-01-03 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -58.01 USD Expenses:Food:Restaurant 58.01 USD 2016-01-06 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -11.01 USD Expenses:Food:Restaurant 11.01 USD 2016-01-08 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -25.37 USD Expenses:Food:Restaurant 25.37 USD 2016-01-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 695.03 USD Assets:US:BofA:Checking -695.03 USD 2016-01-10 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -85.69 USD Expenses:Food:Groceries 85.69 USD 2016-01-13 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -42.59 USD Expenses:Food:Restaurant 42.59 USD 2016-01-18 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -26.11 USD Expenses:Food:Restaurant 26.11 USD 2016-01-19 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -58.59 USD Expenses:Food:Groceries 58.59 USD 2016-01-22 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -34.62 USD Expenses:Food:Restaurant 34.62 USD 2016-01-22 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-01-26 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -69.95 USD Expenses:Food:Groceries 69.95 USD 2016-01-27 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -20.38 USD Expenses:Food:Restaurant 20.38 USD 2016-01-28 balance Liabilities:US:Chase:Slate -835.99 USD 2016-01-29 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.99 USD Expenses:Food:Restaurant 31.99 USD 2016-01-30 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -28.29 USD Expenses:Food:Restaurant 28.29 USD 2016-01-31 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -22.45 USD Expenses:Food:Restaurant 22.45 USD 2016-02-01 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -32.99 USD Expenses:Food:Restaurant 32.99 USD 2016-02-04 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -33.50 USD Expenses:Food:Restaurant 33.50 USD 2016-02-09 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -22.04 USD Expenses:Food:Restaurant 22.04 USD 2016-02-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 629.19 USD Assets:US:BofA:Checking -629.19 USD 2016-02-11 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -102.42 USD Expenses:Food:Groceries 102.42 USD 2016-02-12 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -22.73 USD Expenses:Food:Restaurant 22.73 USD 2016-02-15 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -30.47 USD Expenses:Food:Restaurant 30.47 USD 2016-02-16 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -22.88 USD Expenses:Food:Restaurant 22.88 USD 2016-02-17 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -36.41 USD Expenses:Food:Restaurant 36.41 USD 2016-02-19 balance Liabilities:US:Chase:Slate -592.97 USD 2016-02-22 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -54.22 USD Expenses:Food:Restaurant 54.22 USD 2016-02-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -76.58 USD Expenses:Food:Groceries 76.58 USD 2016-02-24 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-02-25 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -51.79 USD Expenses:Food:Restaurant 51.79 USD 2016-02-26 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -31.79 USD Expenses:Food:Restaurant 31.79 USD 2016-02-27 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -18.01 USD Expenses:Food:Restaurant 18.01 USD 2016-03-01 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -37.90 USD Expenses:Food:Restaurant 37.90 USD 2016-03-05 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -20.46 USD Expenses:Food:Restaurant 20.46 USD 2016-03-06 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -77.97 USD Expenses:Food:Groceries 77.97 USD 2016-03-07 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -19.59 USD Expenses:Food:Restaurant 19.59 USD 2016-03-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 759.90 USD Assets:US:BofA:Checking -759.90 USD 2016-03-12 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -36.68 USD Expenses:Food:Restaurant 36.68 USD 2016-03-13 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -17.71 USD Expenses:Food:Restaurant 17.71 USD 2016-03-16 balance Liabilities:US:Chase:Slate -395.77 USD 2016-03-18 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -30.42 USD Expenses:Food:Restaurant 30.42 USD 2016-03-20 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -34.98 USD Expenses:Food:Restaurant 34.98 USD 2016-03-23 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -61.40 USD Expenses:Food:Groceries 61.40 USD 2016-03-25 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -17.61 USD Expenses:Food:Restaurant 17.61 USD 2016-03-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-03-30 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -22.59 USD Expenses:Food:Restaurant 22.59 USD 2016-04-03 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.41 USD Expenses:Food:Restaurant 37.41 USD 2016-04-03 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -83.94 USD Expenses:Food:Groceries 83.94 USD 2016-04-07 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -21.74 USD Expenses:Food:Restaurant 21.74 USD 2016-04-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 494.49 USD Assets:US:BofA:Checking -494.49 USD 2016-04-09 balance Liabilities:US:Chase:Slate -331.37 USD 2016-04-11 event "location" "Los Angeles" 2016-04-12 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -24.65 USD Expenses:Food:Restaurant 24.65 USD 2016-04-12 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -27.13 USD Expenses:Food:Restaurant 27.13 USD 2016-04-12 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -5.94 USD Expenses:Food:Coffee 5.94 USD 2016-04-13 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -21.93 USD Expenses:Food:Restaurant 21.93 USD 2016-04-13 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -32.01 USD Expenses:Food:Restaurant 32.01 USD 2016-04-13 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -8.14 USD Expenses:Food:Alcohol 8.14 USD 2016-04-14 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -25.88 USD Expenses:Food:Restaurant 25.88 USD 2016-04-15 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -43.66 USD Expenses:Food:Restaurant 43.66 USD 2016-04-15 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -23.85 USD Expenses:Food:Restaurant 23.85 USD 2016-04-15 * "Pampas Grill" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -28.16 USD Expenses:Food:Restaurant 28.16 USD 2016-04-15 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -9.42 USD Expenses:Food:Alcohol 9.42 USD 2016-04-16 * "Dupar's" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -31.02 USD Expenses:Food:Restaurant 31.02 USD 2016-04-16 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -8.57 USD Expenses:Food:Alcohol 8.57 USD 2016-04-17 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -30.91 USD Expenses:Food:Restaurant 30.91 USD 2016-04-17 * "Chipotle" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -17.90 USD Expenses:Food:Restaurant 17.90 USD 2016-04-18 * "Chipotle" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -16.29 USD Expenses:Food:Restaurant 16.29 USD 2016-04-18 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -8.76 USD Expenses:Food:Alcohol 8.76 USD 2016-04-19 * "Mr. Marcel" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -32.01 USD Expenses:Food:Restaurant 32.01 USD 2016-04-19 * "Banana Leaf" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -24.37 USD Expenses:Food:Restaurant 24.37 USD 2016-04-19 * "Starbucks" "" #trip-los-angeles-2016 Liabilities:US:Chase:Slate -5.23 USD Expenses:Food:Coffee 5.23 USD 2016-04-19 * "Consume vacation days" Assets:US:Hoogle:Vacation -64 VACHR Expenses:Vacation 64 VACHR 2016-04-19 event "location" "New Metropolis" 2016-04-20 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -46.69 USD Expenses:Food:Restaurant 46.69 USD 2016-04-21 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -18.25 USD Expenses:Food:Restaurant 18.25 USD 2016-04-22 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -54.13 USD Expenses:Food:Restaurant 54.13 USD 2016-04-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-04-25 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -17.43 USD Expenses:Food:Restaurant 17.43 USD 2016-04-25 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -64.35 USD Expenses:Food:Groceries 64.35 USD 2016-04-29 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -53.91 USD Expenses:Food:Restaurant 53.91 USD 2016-05-01 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -60.48 USD Expenses:Food:Restaurant 60.48 USD 2016-05-04 balance Liabilities:US:Chase:Slate -1192.44 USD 2016-05-05 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -43.14 USD Expenses:Food:Restaurant 43.14 USD 2016-05-05 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -95.03 USD Expenses:Food:Groceries 95.03 USD 2016-05-08 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -29.13 USD Expenses:Food:Restaurant 29.13 USD 2016-05-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 585.53 USD Assets:US:BofA:Checking -585.53 USD 2016-05-10 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -29.68 USD Expenses:Food:Restaurant 29.68 USD 2016-05-14 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -30.77 USD Expenses:Food:Restaurant 30.77 USD 2016-05-15 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -38.18 USD Expenses:Food:Restaurant 38.18 USD 2016-05-20 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -28.11 USD Expenses:Food:Restaurant 28.11 USD 2016-05-21 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -39.60 USD Expenses:Food:Restaurant 39.60 USD 2016-05-21 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -90.17 USD Expenses:Food:Groceries 90.17 USD 2016-05-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-05-26 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.61 USD Expenses:Food:Restaurant 37.61 USD 2016-05-27 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -26.33 USD Expenses:Food:Restaurant 26.33 USD 2016-05-30 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -32.27 USD Expenses:Food:Restaurant 32.27 USD 2016-05-31 balance Liabilities:US:Chase:Slate -1246.93 USD 2016-06-02 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -68.13 USD Expenses:Food:Groceries 68.13 USD 2016-06-03 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -46.57 USD Expenses:Food:Restaurant 46.57 USD 2016-06-04 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.83 USD Expenses:Food:Restaurant 21.83 USD 2016-06-06 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -14.17 USD Expenses:Food:Restaurant 14.17 USD 2016-06-08 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -42.18 USD Expenses:Food:Restaurant 42.18 USD 2016-06-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 704.67 USD Assets:US:BofA:Checking -704.67 USD 2016-06-11 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -68.75 USD Expenses:Food:Restaurant 68.75 USD 2016-06-15 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -31.02 USD Expenses:Food:Restaurant 31.02 USD 2016-06-18 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -37.36 USD Expenses:Food:Restaurant 37.36 USD 2016-06-18 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -55.88 USD Expenses:Food:Groceries 55.88 USD 2016-06-21 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -36.89 USD Expenses:Food:Restaurant 36.89 USD 2016-06-23 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -35.14 USD Expenses:Food:Restaurant 35.14 USD 2016-06-25 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -36.95 USD Expenses:Food:Restaurant 36.95 USD 2016-06-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-06-28 balance Liabilities:US:Chase:Slate -1157.13 USD 2016-06-30 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -21.76 USD Expenses:Food:Restaurant 21.76 USD 2016-07-01 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -88.22 USD Expenses:Food:Groceries 88.22 USD 2016-07-03 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -18.87 USD Expenses:Food:Restaurant 18.87 USD 2016-07-05 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -25.31 USD Expenses:Food:Restaurant 25.31 USD 2016-07-09 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -17.49 USD Expenses:Food:Restaurant 17.49 USD 2016-07-10 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -78.12 USD Expenses:Food:Groceries 78.12 USD 2016-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 628.31 USD Assets:US:BofA:Checking -628.31 USD 2016-07-14 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -25.30 USD Expenses:Food:Restaurant 25.30 USD 2016-07-17 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -27.23 USD Expenses:Food:Restaurant 27.23 USD 2016-07-18 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -17.34 USD Expenses:Food:Restaurant 17.34 USD 2016-07-21 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -40.29 USD Expenses:Food:Restaurant 40.29 USD 2016-07-23 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -21.86 USD Expenses:Food:Restaurant 21.86 USD 2016-07-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-07-25 balance Liabilities:US:Chase:Slate -1030.61 USD 2016-07-25 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -75.61 USD Expenses:Food:Groceries 75.61 USD 2016-07-26 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -28.43 USD Expenses:Food:Restaurant 28.43 USD 2016-07-28 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -11.07 USD Expenses:Food:Restaurant 11.07 USD 2016-07-29 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -33.20 USD Expenses:Food:Restaurant 33.20 USD 2016-08-02 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -27.76 USD Expenses:Food:Restaurant 27.76 USD 2016-08-06 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -29.05 USD Expenses:Food:Restaurant 29.05 USD 2016-08-11 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -16.95 USD Expenses:Food:Restaurant 16.95 USD 2016-08-11 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -118.95 USD Expenses:Food:Groceries 118.95 USD 2016-08-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 448.79 USD Assets:US:BofA:Checking -448.79 USD 2016-08-12 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -22.07 USD Expenses:Food:Restaurant 22.07 USD 2016-08-17 balance Liabilities:US:Chase:Slate -944.91 USD 2016-08-17 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -24.43 USD Expenses:Food:Restaurant 24.43 USD 2016-08-20 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -44.63 USD Expenses:Food:Restaurant 44.63 USD 2016-08-21 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-08-23 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -31.35 USD Expenses:Food:Restaurant 31.35 USD 2016-08-25 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -97.97 USD Expenses:Food:Groceries 97.97 USD 2016-08-26 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -19.73 USD Expenses:Food:Restaurant 19.73 USD 2016-08-27 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -26.48 USD Expenses:Food:Restaurant 26.48 USD 2016-08-28 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -30.66 USD Expenses:Food:Restaurant 30.66 USD 2016-09-01 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -49.56 USD Expenses:Food:Restaurant 49.56 USD 2016-09-06 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -28.16 USD Expenses:Food:Restaurant 28.16 USD 2016-09-07 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -15.41 USD Expenses:Food:Restaurant 15.41 USD 2016-09-09 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -49.40 USD Expenses:Food:Groceries 49.40 USD 2016-09-11 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -28.88 USD Expenses:Food:Restaurant 28.88 USD 2016-09-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 707.68 USD Assets:US:BofA:Checking -707.68 USD 2016-09-15 balance Liabilities:US:Chase:Slate -803.89 USD 2016-09-15 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -25.63 USD Expenses:Food:Restaurant 25.63 USD 2016-09-18 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -83.46 USD Expenses:Food:Groceries 83.46 USD 2016-09-18 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-09-20 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -54.05 USD Expenses:Food:Restaurant 54.05 USD 2016-09-21 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -20.53 USD Expenses:Food:Restaurant 20.53 USD 2016-09-25 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -35.62 USD Expenses:Food:Restaurant 35.62 USD 2016-09-25 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -75.76 USD Expenses:Food:Groceries 75.76 USD 2016-09-26 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -23.39 USD Expenses:Food:Restaurant 23.39 USD 2016-09-28 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -14.74 USD Expenses:Food:Restaurant 14.74 USD 2016-09-29 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -42.59 USD Expenses:Food:Restaurant 42.59 USD 2016-10-04 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -42.36 USD Expenses:Food:Restaurant 42.36 USD 2016-10-05 balance Liabilities:US:Chase:Slate -1342.02 USD 2016-10-08 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -23.79 USD Expenses:Food:Restaurant 23.79 USD 2016-10-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 612.68 USD Assets:US:BofA:Checking -612.68 USD 2016-10-12 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -50.76 USD Expenses:Food:Groceries 50.76 USD 2016-10-13 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -17.13 USD Expenses:Food:Restaurant 17.13 USD 2016-10-15 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -45.34 USD Expenses:Food:Restaurant 45.34 USD 2016-10-17 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -32.38 USD Expenses:Food:Restaurant 32.38 USD 2016-10-18 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -40.41 USD Expenses:Food:Restaurant 40.41 USD 2016-10-18 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -94.78 USD Expenses:Food:Groceries 94.78 USD 2016-10-19 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-10-22 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -44.32 USD Expenses:Food:Restaurant 44.32 USD 2016-10-25 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -67.50 USD Expenses:Food:Groceries 67.50 USD 2016-10-26 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -23.74 USD Expenses:Food:Restaurant 23.74 USD 2016-10-29 balance Liabilities:US:Chase:Slate -1289.49 USD 2016-10-31 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -17.84 USD Expenses:Food:Restaurant 17.84 USD 2016-11-02 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -111.98 USD Expenses:Food:Groceries 111.98 USD 2016-11-04 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -33.05 USD Expenses:Food:Restaurant 33.05 USD 2016-11-05 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -15.35 USD Expenses:Food:Restaurant 15.35 USD 2016-11-07 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -22.77 USD Expenses:Food:Restaurant 22.77 USD 2016-11-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 723.34 USD Assets:US:BofA:Checking -723.34 USD 2016-11-12 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -36.75 USD Expenses:Food:Restaurant 36.75 USD 2016-11-14 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.36 USD Expenses:Food:Restaurant 21.36 USD 2016-11-16 event "location" "Chicago" 2016-11-18 * "Mercadito" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -39.66 USD Expenses:Food:Restaurant 39.66 USD 2016-11-18 * "25 Degrees Burger Bar" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -18.22 USD Expenses:Food:Restaurant 18.22 USD 2016-11-18 * "Eataly Chicago" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -33.75 USD Expenses:Food:Restaurant 33.75 USD 2016-11-18 * "Argo Tea" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -6.15 USD Expenses:Food:Coffee 6.15 USD 2016-11-19 * "Star of Siam" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -21.64 USD Expenses:Food:Restaurant 21.64 USD 2016-11-19 * "Mercadito" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -42.08 USD Expenses:Food:Restaurant 42.08 USD 2016-11-19 * "25 Degrees Burger Bar" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -22.55 USD Expenses:Food:Restaurant 22.55 USD 2016-11-20 * "Mercadito" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -39.85 USD Expenses:Food:Restaurant 39.85 USD 2016-11-20 * "Eataly Chicago" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -36.22 USD Expenses:Food:Restaurant 36.22 USD 2016-11-21 * "Argo Tea" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -5.73 USD Expenses:Food:Coffee 5.73 USD 2016-11-22 * "Another Sports Pub" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -11.74 USD Expenses:Food:Alcohol 11.74 USD 2016-11-22 * "Argo Tea" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -6.91 USD Expenses:Food:Coffee 6.91 USD 2016-11-23 * "25 Degrees Burger Bar" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -23.44 USD Expenses:Food:Restaurant 23.44 USD 2016-11-24 balance Liabilities:US:Chase:Slate -1133.19 USD 2016-11-24 * "Eataly Chicago" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -44.41 USD Expenses:Food:Restaurant 44.41 USD 2016-11-25 * "Mercadito" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -38.25 USD Expenses:Food:Restaurant 38.25 USD 2016-11-26 * "Star of Siam" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -28.12 USD Expenses:Food:Restaurant 28.12 USD 2016-11-26 * "Another Sports Pub" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -8.77 USD Expenses:Food:Alcohol 8.77 USD 2016-11-27 * "25 Degrees Burger Bar" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -25.71 USD Expenses:Food:Restaurant 25.71 USD 2016-11-27 * "Eataly Chicago" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -40.06 USD Expenses:Food:Restaurant 40.06 USD 2016-11-27 * "Another Sports Pub" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -8.18 USD Expenses:Food:Alcohol 8.18 USD 2016-11-28 * "Mercadito" "" #trip-chicago-2016 Liabilities:US:Chase:Slate -39.89 USD Expenses:Food:Restaurant 39.89 USD 2016-11-29 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -53.71 USD Expenses:Food:Restaurant 53.71 USD 2016-11-29 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -107.91 USD Expenses:Food:Groceries 107.91 USD 2016-11-29 * "Consume vacation days" Assets:US:Hoogle:Vacation -104 VACHR Expenses:Vacation 104 VACHR 2016-11-29 event "location" "New Metropolis" 2016-12-03 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -36.54 USD Expenses:Food:Restaurant 36.54 USD 2016-12-05 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -25.96 USD Expenses:Food:Restaurant 25.96 USD 2016-12-05 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -104.09 USD Expenses:Food:Groceries 104.09 USD 2016-12-09 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -19.46 USD Expenses:Food:Restaurant 19.46 USD 2016-12-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 399.93 USD Assets:US:BofA:Checking -399.93 USD 2016-12-14 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -30.90 USD Expenses:Food:Restaurant 30.90 USD 2016-12-16 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -119.27 USD Expenses:Food:Groceries 119.27 USD 2016-12-17 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -45.48 USD Expenses:Food:Restaurant 45.48 USD 2016-12-20 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2016-12-21 balance Liabilities:US:Chase:Slate -1629.97 USD 2016-12-22 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.80 USD Expenses:Food:Restaurant 34.80 USD 2016-12-27 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -27.77 USD Expenses:Food:Restaurant 27.77 USD 2016-12-28 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -53.44 USD Expenses:Food:Groceries 53.44 USD 2016-12-31 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -22.90 USD Expenses:Food:Restaurant 22.90 USD 2017-01-04 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -39.14 USD Expenses:Food:Restaurant 39.14 USD 2017-01-07 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -39.95 USD Expenses:Food:Restaurant 39.95 USD 2017-01-11 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -83.39 USD Expenses:Food:Groceries 83.39 USD 2017-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 586.14 USD Assets:US:BofA:Checking -586.14 USD 2017-01-12 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.80 USD Expenses:Food:Restaurant 24.80 USD 2017-01-14 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -25.58 USD Expenses:Food:Restaurant 25.58 USD 2017-01-15 balance Liabilities:US:Chase:Slate -1395.60 USD 2017-01-16 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -23.00 USD Expenses:Food:Restaurant 23.00 USD 2017-01-17 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-01-20 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -41.27 USD Expenses:Food:Restaurant 41.27 USD 2017-01-25 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -21.34 USD Expenses:Food:Restaurant 21.34 USD 2017-01-26 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -20.28 USD Expenses:Food:Restaurant 20.28 USD 2017-01-27 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -98.19 USD Expenses:Food:Groceries 98.19 USD 2017-01-29 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -20.88 USD Expenses:Food:Restaurant 20.88 USD 2017-02-01 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -46.67 USD Expenses:Food:Restaurant 46.67 USD 2017-02-02 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -75.11 USD Expenses:Food:Restaurant 75.11 USD 2017-02-07 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -30.94 USD Expenses:Food:Restaurant 30.94 USD 2017-02-10 balance Liabilities:US:Chase:Slate -1893.28 USD 2017-02-11 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -49.98 USD Expenses:Food:Restaurant 49.98 USD 2017-02-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 598.04 USD Assets:US:BofA:Checking -598.04 USD 2017-02-12 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -97.27 USD Expenses:Food:Groceries 97.27 USD 2017-02-13 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-02-16 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -30.31 USD Expenses:Food:Restaurant 30.31 USD 2017-02-18 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -44.29 USD Expenses:Food:Restaurant 44.29 USD 2017-02-19 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -94.71 USD Expenses:Food:Groceries 94.71 USD 2017-02-21 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -32.25 USD Expenses:Food:Restaurant 32.25 USD 2017-02-24 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -38.48 USD Expenses:Food:Restaurant 38.48 USD 2017-02-28 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -29.44 USD Expenses:Food:Restaurant 29.44 USD 2017-03-02 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -84.20 USD Expenses:Food:Groceries 84.20 USD 2017-03-04 balance Liabilities:US:Chase:Slate -1916.17 USD 2017-03-05 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -33.74 USD Expenses:Food:Restaurant 33.74 USD 2017-03-10 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -26.72 USD Expenses:Food:Restaurant 26.72 USD 2017-03-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 631.41 USD Assets:US:BofA:Checking -631.41 USD 2017-03-13 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -16.23 USD Expenses:Food:Restaurant 16.23 USD 2017-03-14 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-03-15 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -33.88 USD Expenses:Food:Restaurant 33.88 USD 2017-03-17 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -47.56 USD Expenses:Food:Restaurant 47.56 USD 2017-03-17 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -69.48 USD Expenses:Food:Groceries 69.48 USD 2017-03-18 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -38.49 USD Expenses:Food:Restaurant 38.49 USD 2017-03-22 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -18.56 USD Expenses:Food:Restaurant 18.56 USD 2017-03-24 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -21.04 USD Expenses:Food:Restaurant 21.04 USD 2017-03-27 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -17.33 USD Expenses:Food:Restaurant 17.33 USD 2017-03-28 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -29.61 USD Expenses:Food:Restaurant 29.61 USD 2017-03-30 balance Liabilities:US:Chase:Slate -1757.40 USD 2017-03-30 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -49.73 USD Expenses:Food:Restaurant 49.73 USD 2017-04-01 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -90.73 USD Expenses:Food:Groceries 90.73 USD 2017-04-03 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -44.17 USD Expenses:Food:Restaurant 44.17 USD 2017-04-07 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -21.67 USD Expenses:Food:Restaurant 21.67 USD 2017-04-08 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -37.15 USD Expenses:Food:Restaurant 37.15 USD 2017-04-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 775.63 USD Assets:US:BofA:Checking -775.63 USD 2017-04-11 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-04-12 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -20.51 USD Expenses:Food:Restaurant 20.51 USD 2017-04-15 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -15.40 USD Expenses:Food:Restaurant 15.40 USD 2017-04-16 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -24.63 USD Expenses:Food:Restaurant 24.63 USD 2017-04-19 balance Liabilities:US:Chase:Slate -1405.76 USD 2017-04-19 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -90.67 USD Expenses:Food:Groceries 90.67 USD 2017-04-20 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -21.78 USD Expenses:Food:Restaurant 21.78 USD 2017-04-22 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -15.90 USD Expenses:Food:Restaurant 15.90 USD 2017-04-23 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -22.11 USD Expenses:Food:Restaurant 22.11 USD 2017-04-25 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -24.54 USD Expenses:Food:Restaurant 24.54 USD 2017-04-27 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -27.92 USD Expenses:Food:Restaurant 27.92 USD 2017-04-30 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -27.80 USD Expenses:Food:Restaurant 27.80 USD 2017-05-03 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -38.02 USD Expenses:Food:Restaurant 38.02 USD 2017-05-05 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -73.44 USD Expenses:Food:Groceries 73.44 USD 2017-05-06 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -23.30 USD Expenses:Food:Restaurant 23.30 USD 2017-05-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 497.48 USD Assets:US:BofA:Checking -497.48 USD 2017-05-11 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -71.46 USD Expenses:Food:Restaurant 71.46 USD 2017-05-12 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-05-16 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -44.12 USD Expenses:Food:Restaurant 44.12 USD 2017-05-16 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -88.39 USD Expenses:Food:Groceries 88.39 USD 2017-05-18 event "location" "Boston" 2017-05-19 balance Liabilities:US:Chase:Slate -1597.73 USD 2017-05-20 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -33.76 USD Expenses:Food:Restaurant 33.76 USD 2017-05-21 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -31.70 USD Expenses:Food:Restaurant 31.70 USD 2017-05-22 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -32.23 USD Expenses:Food:Restaurant 32.23 USD 2017-05-24 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -24.59 USD Expenses:Food:Restaurant 24.59 USD 2017-05-25 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -38.36 USD Expenses:Food:Restaurant 38.36 USD 2017-05-25 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -24.67 USD Expenses:Food:Restaurant 24.67 USD 2017-05-25 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -6.14 USD Expenses:Food:Coffee 6.14 USD 2017-05-26 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -45.67 USD Expenses:Food:Restaurant 45.67 USD 2017-05-28 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -34.51 USD Expenses:Food:Restaurant 34.51 USD 2017-05-29 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -40.18 USD Expenses:Food:Restaurant 40.18 USD 2017-05-29 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -35.09 USD Expenses:Food:Restaurant 35.09 USD 2017-05-29 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -32.92 USD Expenses:Food:Restaurant 32.92 USD 2017-05-30 * "Franklin Cafe" "" #trip-boston-2017 Liabilities:US:Chase:Slate -27.07 USD Expenses:Food:Restaurant 27.07 USD 2017-05-31 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -43.16 USD Expenses:Food:Restaurant 43.16 USD 2017-05-31 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -6.16 USD Expenses:Food:Coffee 6.16 USD 2017-06-01 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -5.54 USD Expenses:Food:Coffee 5.54 USD 2017-06-02 * "Giacomo's Restaurant" "" #trip-boston-2017 Liabilities:US:Chase:Slate -36.43 USD Expenses:Food:Restaurant 36.43 USD 2017-06-03 * "Legal Seafood" "" #trip-boston-2017 Liabilities:US:Chase:Slate -33.82 USD Expenses:Food:Restaurant 33.82 USD 2017-06-03 * "Starbucks" "" #trip-boston-2017 Liabilities:US:Chase:Slate -7.25 USD Expenses:Food:Coffee 7.25 USD 2017-06-03 * "Consume vacation days" Assets:US:Hoogle:Vacation -128 VACHR Expenses:Vacation 128 VACHR 2017-06-03 event "location" "New Metropolis" 2017-06-04 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -32.97 USD Expenses:Food:Restaurant 32.97 USD 2017-06-05 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -32.80 USD Expenses:Food:Restaurant 32.80 USD 2017-06-09 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -47.98 USD Expenses:Food:Restaurant 47.98 USD 2017-06-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 392.77 USD Assets:US:BofA:Checking -392.77 USD 2017-06-12 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -26.51 USD Expenses:Food:Restaurant 26.51 USD 2017-06-14 balance Liabilities:US:Chase:Slate -1884.47 USD 2017-06-14 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-06-15 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -120.27 USD Expenses:Food:Groceries 120.27 USD 2017-06-17 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -26.54 USD Expenses:Food:Restaurant 26.54 USD 2017-06-21 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -38.91 USD Expenses:Food:Restaurant 38.91 USD 2017-06-26 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -54.55 USD Expenses:Food:Restaurant 54.55 USD 2017-06-30 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -43.05 USD Expenses:Food:Restaurant 43.05 USD 2017-07-01 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -123.77 USD Expenses:Food:Groceries 123.77 USD 2017-07-03 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -41.35 USD Expenses:Food:Restaurant 41.35 USD 2017-07-08 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -52.48 USD Expenses:Food:Restaurant 52.48 USD 2017-07-09 balance Liabilities:US:Chase:Slate -2505.39 USD 2017-07-09 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.80 USD Expenses:Food:Restaurant 37.80 USD 2017-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 687.03 USD Assets:US:BofA:Checking -687.03 USD 2017-07-12 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.31 USD Expenses:Food:Restaurant 28.31 USD 2017-07-14 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -13.54 USD Expenses:Food:Restaurant 13.54 USD 2017-07-14 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -96.11 USD Expenses:Food:Groceries 96.11 USD 2017-07-17 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-07-19 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -18.54 USD Expenses:Food:Restaurant 18.54 USD 2017-07-24 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.01 USD Expenses:Food:Restaurant 39.01 USD 2017-07-25 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -53.38 USD Expenses:Food:Restaurant 53.38 USD 2017-07-29 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -20.83 USD Expenses:Food:Restaurant 20.83 USD 2017-07-30 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -70.59 USD Expenses:Food:Groceries 70.59 USD 2017-07-31 balance Liabilities:US:Chase:Slate -2316.47 USD 2017-08-02 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -32.13 USD Expenses:Food:Restaurant 32.13 USD 2017-08-06 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -41.43 USD Expenses:Food:Restaurant 41.43 USD 2017-08-10 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -37.95 USD Expenses:Food:Restaurant 37.95 USD 2017-08-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 543.51 USD Assets:US:BofA:Checking -543.51 USD 2017-08-11 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.04 USD Expenses:Food:Restaurant 40.04 USD 2017-08-13 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -28.34 USD Expenses:Food:Restaurant 28.34 USD 2017-08-16 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -87.42 USD Expenses:Food:Restaurant 87.42 USD 2017-08-17 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -32.63 USD Expenses:Food:Restaurant 32.63 USD 2017-08-18 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2017-08-19 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -73.62 USD Expenses:Food:Groceries 73.62 USD 2017-08-20 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -20.96 USD Expenses:Food:Restaurant 20.96 USD 2017-08-23 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -18.98 USD Expenses:Food:Restaurant 18.98 USD 2017-08-26 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -72.77 USD Expenses:Food:Restaurant 72.77 USD 2017-08-28 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -58.39 USD Expenses:Food:Restaurant 58.39 USD 2017-08-29 balance Liabilities:US:Chase:Slate -2437.62 USD 2017-08-30 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -73.96 USD Expenses:Food:Groceries 73.96 USD 2017-09-01 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -37.51 USD Expenses:Food:Restaurant 37.51 USD 2017-09-04 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -34.18 USD Expenses:Food:Restaurant 34.18 USD 2017-09-06 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -86.31 USD Expenses:Food:Groceries 86.31 USD 2017-09-08 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -33.71 USD Expenses:Food:Restaurant 33.71 USD * Taxable Investments 2015-01-01 open Assets:US:ETrade:Cash USD 2015-01-01 open Assets:US:ETrade:ITOT ITOT 2015-01-01 open Assets:US:ETrade:VEA VEA 2015-01-01 open Assets:US:ETrade:VHT VHT 2015-01-01 open Assets:US:ETrade:GLD GLD 2015-01-01 open Income:US:ETrade:Gains USD 2015-01-01 open Income:US:ETrade:Dividends USD 2015-09-15 * "Buy shares of VEA" Assets:US:ETrade:Cash -1072.39 USD Assets:US:ETrade:VEA 8 VEA {132.93 USD, 2015-09-15} Expenses:Financial:Commissions 8.95 USD 2015-09-15 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1068.43 USD Assets:US:ETrade:ITOT 18 ITOT {58.86 USD, 2015-09-15} Expenses:Financial:Commissions 8.95 USD 2015-09-15 * "Buy shares of VHT" Assets:US:ETrade:Cash -1034.14 USD Assets:US:ETrade:VHT 9 VHT {113.91 USD, 2015-09-15} Expenses:Financial:Commissions 8.95 USD 2015-09-15 * "Buy shares of GLD" Assets:US:ETrade:Cash -994.25 USD Assets:US:ETrade:GLD 5 GLD {197.06 USD, 2015-09-15} Expenses:Financial:Commissions 8.95 USD 2015-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 16.53 USD Income:US:ETrade:Dividends -16.53 USD 2015-11-13 * "Buy shares of VHT" Assets:US:ETrade:Cash -2028.73 USD Assets:US:ETrade:VHT 18 VHT {112.21 USD, 2015-11-13} Expenses:Financial:Commissions 8.95 USD 2015-11-13 * "Buy shares of GLD" Assets:US:ETrade:Cash -2098.95 USD Assets:US:ETrade:GLD 10 GLD {209.00 USD, 2015-11-13} Expenses:Financial:Commissions 8.95 USD 2015-11-18 * "Sell shares of GLD" Assets:US:ETrade:GLD -5 GLD {197.06 USD, 2015-09-15} @ 209.00 USD Assets:US:ETrade:Cash 1036.05 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -59.70 USD 2015-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 32.97 USD Income:US:ETrade:Dividends -32.97 USD 2015-12-30 * "Buy shares of VEA" Assets:US:ETrade:Cash -1104.63 USD Assets:US:ETrade:VEA 8 VEA {136.96 USD, 2015-12-30} Expenses:Financial:Commissions 8.95 USD 2016-03-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 37.36 USD Income:US:ETrade:Dividends -37.36 USD 2016-04-29 * "Sell shares of VHT" Assets:US:ETrade:VHT -18 VHT {112.21 USD, 2015-11-13} @ 118.03 USD Assets:US:ETrade:Cash 2115.59 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -104.76 USD 2016-05-05 * "Buy shares of VEA" Assets:US:ETrade:Cash -412.84 USD Assets:US:ETrade:VEA 3 VEA {134.63 USD, 2016-05-05} Expenses:Financial:Commissions 8.95 USD 2016-05-05 * "Buy shares of ITOT" Assets:US:ETrade:Cash -506.55 USD Assets:US:ETrade:ITOT 8 ITOT {62.20 USD, 2016-05-05} Expenses:Financial:Commissions 8.95 USD 2016-05-05 * "Buy shares of GLD" Assets:US:ETrade:Cash -420.51 USD Assets:US:ETrade:GLD 2 GLD {205.78 USD, 2016-05-05} Expenses:Financial:Commissions 8.95 USD 2016-05-05 * "Buy shares of VHT" Assets:US:ETrade:Cash -481.07 USD Assets:US:ETrade:VHT 4 VHT {118.03 USD, 2016-05-05} Expenses:Financial:Commissions 8.95 USD 2016-06-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 44.50 USD Income:US:ETrade:Dividends -44.50 USD 2016-07-25 * "Sell shares of VHT" Assets:US:ETrade:VHT -4 VHT {118.03 USD, 2016-05-05} @ 118.19 USD Assets:US:ETrade:Cash 463.81 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -0.64 USD 2016-08-13 * "Buy shares of VHT" Assets:US:ETrade:Cash -2405.95 USD Assets:US:ETrade:VHT 20 VHT {119.85 USD, 2016-08-13} Expenses:Financial:Commissions 8.95 USD 2016-08-13 * "Buy shares of VEA" Assets:US:ETrade:Cash -2405.44 USD Assets:US:ETrade:VEA 17 VEA {140.97 USD, 2016-08-13} Expenses:Financial:Commissions 8.95 USD 2016-09-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 63.67 USD Income:US:ETrade:Dividends -63.67 USD 2016-09-23 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1252.88 USD Assets:US:ETrade:ITOT 19 ITOT {65.47 USD, 2016-09-23} Expenses:Financial:Commissions 8.95 USD 2016-09-23 * "Buy shares of GLD" Assets:US:ETrade:Cash -1165.85 USD Assets:US:ETrade:GLD 5 GLD {231.38 USD, 2016-09-23} Expenses:Financial:Commissions 8.95 USD 2016-09-23 * "Buy shares of VHT" Assets:US:ETrade:Cash -1200.65 USD Assets:US:ETrade:VHT 10 VHT {119.17 USD, 2016-09-23} Expenses:Financial:Commissions 8.95 USD 2016-11-23 * "Buy shares of ITOT" Assets:US:ETrade:Cash -3362.45 USD Assets:US:ETrade:ITOT 50 ITOT {67.07 USD, 2016-11-23} Expenses:Financial:Commissions 8.95 USD 2016-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 91.45 USD Income:US:ETrade:Dividends -91.45 USD 2017-02-15 * "Sell shares of GLD" Assets:US:ETrade:GLD -10 GLD {209.00 USD, 2015-11-13} @ 273.28 USD Assets:US:ETrade:Cash 2723.85 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -642.80 USD 2017-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 91.45 USD Income:US:ETrade:Dividends -91.45 USD 2017-03-19 * "Buy shares of VEA" Assets:US:ETrade:Cash -603.31 USD Assets:US:ETrade:VEA 4 VEA {148.59 USD, 2017-03-19} Expenses:Financial:Commissions 8.95 USD 2017-03-19 * "Buy shares of ITOT" Assets:US:ETrade:Cash -683.32 USD Assets:US:ETrade:ITOT 9 ITOT {74.93 USD, 2017-03-19} Expenses:Financial:Commissions 8.95 USD 2017-03-19 * "Buy shares of VHT" Assets:US:ETrade:Cash -702.25 USD Assets:US:ETrade:VHT 6 VHT {115.55 USD, 2017-03-19} Expenses:Financial:Commissions 8.95 USD 2017-03-19 * "Buy shares of GLD" Assets:US:ETrade:Cash -566.93 USD Assets:US:ETrade:GLD 2 GLD {278.99 USD, 2017-03-19} Expenses:Financial:Commissions 8.95 USD 2017-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 101.53 USD Income:US:ETrade:Dividends -101.53 USD 2017-08-22 * "Sell shares of VEA" Assets:US:ETrade:VEA -4 VEA {148.59 USD, 2017-03-19} @ 145.72 USD Assets:US:ETrade:Cash 573.93 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 11.48 USD 2017-08-27 * "Buy shares of GLD" Assets:US:ETrade:Cash -2442.31 USD Assets:US:ETrade:GLD 8 GLD {304.17 USD, 2017-08-27} Expenses:Financial:Commissions 8.95 USD 2017-08-27 * "Buy shares of VHT" Assets:US:ETrade:Cash -2523.03 USD Assets:US:ETrade:VHT 19 VHT {132.32 USD, 2017-08-27} Expenses:Financial:Commissions 8.95 USD * Vanguard Investments 2015-01-01 open Assets:US:Vanguard:VBMPX VBMPX number: "882882" 2015-01-01 open Assets:US:Vanguard:RGAGX RGAGX number: "882882" 2015-01-01 open Assets:US:Vanguard USD address: "P.O. Box 1110, Valley Forge, PA 19482-1110" institution: "Vanguard Group" phone: "+1.800.523.1188" 2015-01-01 open Income:US:Hoogle:Match401k USD 2015-01-01 open Assets:US:Vanguard:Cash USD number: "882882" 2015-01-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-01-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.513 VBMPX {136.65 USD, 2015-01-05} Assets:US:Vanguard:Cash -480.05 USD 2015-01-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.175 RGAGX {88.07 USD, 2015-01-05} Assets:US:Vanguard:Cash -719.97 USD 2015-01-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.756 VBMPX {136.65 USD, 2015-01-05} Assets:US:Vanguard:Cash -239.96 USD 2015-01-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.088 RGAGX {88.07 USD, 2015-01-05} Assets:US:Vanguard:Cash -360.03 USD 2015-01-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-01-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.469 VBMPX {138.35 USD, 2015-01-19} Assets:US:Vanguard:Cash -479.94 USD 2015-01-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.102 RGAGX {88.87 USD, 2015-01-19} Assets:US:Vanguard:Cash -720.02 USD 2015-01-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.735 VBMPX {138.35 USD, 2015-01-19} Assets:US:Vanguard:Cash -240.04 USD 2015-01-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.051 RGAGX {88.87 USD, 2015-01-19} Assets:US:Vanguard:Cash -360.01 USD 2015-01-30 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-02-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.430 VBMPX {139.94 USD, 2015-02-02} Assets:US:Vanguard:Cash -479.99 USD 2015-02-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.196 RGAGX {87.85 USD, 2015-02-02} Assets:US:Vanguard:Cash -720.02 USD 2015-02-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.715 VBMPX {139.94 USD, 2015-02-02} Assets:US:Vanguard:Cash -240.00 USD 2015-02-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.098 RGAGX {87.85 USD, 2015-02-02} Assets:US:Vanguard:Cash -360.01 USD 2015-02-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-02-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.420 VBMPX {140.34 USD, 2015-02-16} Assets:US:Vanguard:Cash -479.96 USD 2015-02-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.161 RGAGX {88.22 USD, 2015-02-16} Assets:US:Vanguard:Cash -719.96 USD 2015-02-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.710 VBMPX {140.34 USD, 2015-02-16} Assets:US:Vanguard:Cash -239.98 USD 2015-02-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.081 RGAGX {88.22 USD, 2015-02-16} Assets:US:Vanguard:Cash -360.03 USD 2015-02-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-03-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.411 VBMPX {140.74 USD, 2015-03-02} Assets:US:Vanguard:Cash -480.06 USD 2015-03-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.312 RGAGX {86.62 USD, 2015-03-02} Assets:US:Vanguard:Cash -719.99 USD 2015-03-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.705 VBMPX {140.74 USD, 2015-03-02} Assets:US:Vanguard:Cash -239.96 USD 2015-03-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.156 RGAGX {86.62 USD, 2015-03-02} Assets:US:Vanguard:Cash -359.99 USD 2015-03-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-03-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.376 VBMPX {142.20 USD, 2015-03-16} Assets:US:Vanguard:Cash -480.07 USD 2015-03-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.358 RGAGX {86.15 USD, 2015-03-16} Assets:US:Vanguard:Cash -720.04 USD 2015-03-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.688 VBMPX {142.20 USD, 2015-03-16} Assets:US:Vanguard:Cash -240.03 USD 2015-03-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.178 RGAGX {86.15 USD, 2015-03-16} Assets:US:Vanguard:Cash -359.93 USD 2015-03-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-03-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.393 VBMPX {141.48 USD, 2015-03-30} Assets:US:Vanguard:Cash -480.04 USD 2015-03-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.507 RGAGX {84.63 USD, 2015-03-30} Assets:US:Vanguard:Cash -719.95 USD 2015-03-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.696 VBMPX {141.48 USD, 2015-03-30} Assets:US:Vanguard:Cash -239.95 USD 2015-03-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.254 RGAGX {84.63 USD, 2015-03-30} Assets:US:Vanguard:Cash -360.02 USD 2015-04-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-04-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.343 VBMPX {143.57 USD, 2015-04-13} Assets:US:Vanguard:Cash -479.95 USD 2015-04-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.605 RGAGX {83.67 USD, 2015-04-13} Assets:US:Vanguard:Cash -719.98 USD 2015-04-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.672 VBMPX {143.57 USD, 2015-04-13} Assets:US:Vanguard:Cash -240.05 USD 2015-04-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.303 RGAGX {83.67 USD, 2015-04-13} Assets:US:Vanguard:Cash -360.03 USD 2015-04-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-04-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.310 VBMPX {145.00 USD, 2015-04-27} Assets:US:Vanguard:Cash -479.95 USD 2015-04-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.753 RGAGX {82.26 USD, 2015-04-27} Assets:US:Vanguard:Cash -720.02 USD 2015-04-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.655 VBMPX {145.00 USD, 2015-04-27} Assets:US:Vanguard:Cash -239.98 USD 2015-04-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.377 RGAGX {82.26 USD, 2015-04-27} Assets:US:Vanguard:Cash -360.05 USD 2015-05-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-05-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.251 VBMPX {147.63 USD, 2015-05-11} Assets:US:Vanguard:Cash -479.95 USD 2015-05-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.095 RGAGX {79.16 USD, 2015-05-11} Assets:US:Vanguard:Cash -719.96 USD 2015-05-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.626 VBMPX {147.63 USD, 2015-05-11} Assets:US:Vanguard:Cash -240.05 USD 2015-05-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.548 RGAGX {79.16 USD, 2015-05-11} Assets:US:Vanguard:Cash -360.02 USD 2015-05-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-05-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.231 VBMPX {148.55 USD, 2015-05-25} Assets:US:Vanguard:Cash -479.97 USD 2015-05-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.341 RGAGX {77.08 USD, 2015-05-25} Assets:US:Vanguard:Cash -720.00 USD 2015-05-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.616 VBMPX {148.55 USD, 2015-05-25} Assets:US:Vanguard:Cash -240.06 USD 2015-05-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.671 RGAGX {77.08 USD, 2015-05-25} Assets:US:Vanguard:Cash -360.04 USD 2015-06-05 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-06-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.223 VBMPX {148.91 USD, 2015-06-08} Assets:US:Vanguard:Cash -479.94 USD 2015-06-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.422 RGAGX {76.41 USD, 2015-06-08} Assets:US:Vanguard:Cash -719.94 USD 2015-06-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.612 VBMPX {148.91 USD, 2015-06-08} Assets:US:Vanguard:Cash -240.04 USD 2015-06-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.712 RGAGX {76.41 USD, 2015-06-08} Assets:US:Vanguard:Cash -360.04 USD 2015-06-19 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-06-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.200 VBMPX {150.01 USD, 2015-06-22} Assets:US:Vanguard:Cash -480.03 USD 2015-06-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.442 RGAGX {76.25 USD, 2015-06-22} Assets:US:Vanguard:Cash -719.95 USD 2015-06-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.600 VBMPX {150.01 USD, 2015-06-22} Assets:US:Vanguard:Cash -240.02 USD 2015-06-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.721 RGAGX {76.25 USD, 2015-06-22} Assets:US:Vanguard:Cash -359.98 USD 2015-07-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-07-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.226 VBMPX {148.80 USD, 2015-07-06} Assets:US:Vanguard:Cash -480.03 USD 2015-07-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.384 RGAGX {76.73 USD, 2015-07-06} Assets:US:Vanguard:Cash -720.03 USD 2015-07-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.613 VBMPX {148.80 USD, 2015-07-06} Assets:US:Vanguard:Cash -240.01 USD 2015-07-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.691 RGAGX {76.73 USD, 2015-07-06} Assets:US:Vanguard:Cash -359.94 USD 2015-07-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2015-07-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.174 VBMPX {151.23 USD, 2015-07-20} Assets:US:Vanguard:Cash -480.00 USD 2015-07-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.359 RGAGX {76.93 USD, 2015-07-20} Assets:US:Vanguard:Cash -719.99 USD 2015-07-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.587 VBMPX {151.23 USD, 2015-07-20} Assets:US:Vanguard:Cash -240.00 USD 2015-07-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.680 RGAGX {76.93 USD, 2015-07-20} Assets:US:Vanguard:Cash -360.03 USD 2016-01-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-01-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.886 VBMPX {166.33 USD, 2016-01-18} Assets:US:Vanguard:Cash -480.03 USD 2016-01-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.056 RGAGX {79.50 USD, 2016-01-18} Assets:US:Vanguard:Cash -719.95 USD 2016-01-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.443 VBMPX {166.33 USD, 2016-01-18} Assets:US:Vanguard:Cash -240.01 USD 2016-01-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.528 RGAGX {79.50 USD, 2016-01-18} Assets:US:Vanguard:Cash -359.98 USD 2016-01-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-02-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.842 VBMPX {168.90 USD, 2016-02-01} Assets:US:Vanguard:Cash -480.01 USD 2016-02-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.051 RGAGX {79.55 USD, 2016-02-01} Assets:US:Vanguard:Cash -720.01 USD 2016-02-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.421 VBMPX {168.90 USD, 2016-02-01} Assets:US:Vanguard:Cash -240.01 USD 2016-02-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.525 RGAGX {79.55 USD, 2016-02-01} Assets:US:Vanguard:Cash -359.96 USD 2016-02-12 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-02-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.841 VBMPX {168.94 USD, 2016-02-15} Assets:US:Vanguard:Cash -479.96 USD 2016-02-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.109 RGAGX {79.04 USD, 2016-02-15} Assets:US:Vanguard:Cash -719.98 USD 2016-02-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.421 VBMPX {168.94 USD, 2016-02-15} Assets:US:Vanguard:Cash -240.06 USD 2016-02-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.555 RGAGX {79.04 USD, 2016-02-15} Assets:US:Vanguard:Cash -360.03 USD 2016-02-26 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-02-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.832 VBMPX {169.50 USD, 2016-02-29} Assets:US:Vanguard:Cash -480.02 USD 2016-02-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.179 RGAGX {78.44 USD, 2016-02-29} Assets:US:Vanguard:Cash -720.00 USD 2016-02-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.416 VBMPX {169.50 USD, 2016-02-29} Assets:US:Vanguard:Cash -240.01 USD 2016-02-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.589 RGAGX {78.44 USD, 2016-02-29} Assets:US:Vanguard:Cash -359.96 USD 2016-03-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-03-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.784 VBMPX {172.43 USD, 2016-03-14} Assets:US:Vanguard:Cash -480.05 USD 2016-03-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 9.067 RGAGX {79.41 USD, 2016-03-14} Assets:US:Vanguard:Cash -720.01 USD 2016-03-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.392 VBMPX {172.43 USD, 2016-03-14} Assets:US:Vanguard:Cash -240.02 USD 2016-03-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.533 RGAGX {79.41 USD, 2016-03-14} Assets:US:Vanguard:Cash -359.97 USD 2016-03-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-03-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.769 VBMPX {173.31 USD, 2016-03-28} Assets:US:Vanguard:Cash -479.90 USD 2016-03-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.898 RGAGX {80.91 USD, 2016-03-28} Assets:US:Vanguard:Cash -719.94 USD 2016-03-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.385 VBMPX {173.31 USD, 2016-03-28} Assets:US:Vanguard:Cash -240.03 USD 2016-03-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.450 RGAGX {80.91 USD, 2016-03-28} Assets:US:Vanguard:Cash -360.05 USD 2016-04-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-04-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.760 VBMPX {173.94 USD, 2016-04-11} Assets:US:Vanguard:Cash -480.07 USD 2016-04-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.811 RGAGX {81.72 USD, 2016-04-11} Assets:US:Vanguard:Cash -720.03 USD 2016-04-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.380 VBMPX {173.94 USD, 2016-04-11} Assets:US:Vanguard:Cash -240.04 USD 2016-04-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.405 RGAGX {81.72 USD, 2016-04-11} Assets:US:Vanguard:Cash -359.98 USD 2016-04-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-04-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.693 VBMPX {178.22 USD, 2016-04-25} Assets:US:Vanguard:Cash -479.95 USD 2016-04-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.866 RGAGX {81.20 USD, 2016-04-25} Assets:US:Vanguard:Cash -719.92 USD 2016-04-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.347 VBMPX {178.22 USD, 2016-04-25} Assets:US:Vanguard:Cash -240.06 USD 2016-04-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.434 RGAGX {81.20 USD, 2016-04-25} Assets:US:Vanguard:Cash -360.04 USD 2016-05-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-05-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.717 VBMPX {176.67 USD, 2016-05-09} Assets:US:Vanguard:Cash -480.01 USD 2016-05-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.756 RGAGX {82.22 USD, 2016-05-09} Assets:US:Vanguard:Cash -719.92 USD 2016-05-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.358 VBMPX {176.67 USD, 2016-05-09} Assets:US:Vanguard:Cash -239.92 USD 2016-05-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.378 RGAGX {82.22 USD, 2016-05-09} Assets:US:Vanguard:Cash -359.96 USD 2016-05-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-05-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.710 VBMPX {177.15 USD, 2016-05-23} Assets:US:Vanguard:Cash -480.08 USD 2016-05-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.636 RGAGX {83.38 USD, 2016-05-23} Assets:US:Vanguard:Cash -720.07 USD 2016-05-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.355 VBMPX {177.15 USD, 2016-05-23} Assets:US:Vanguard:Cash -240.04 USD 2016-05-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.317 RGAGX {83.38 USD, 2016-05-23} Assets:US:Vanguard:Cash -359.95 USD 2016-06-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-06-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.686 VBMPX {178.72 USD, 2016-06-06} Assets:US:Vanguard:Cash -480.04 USD 2016-06-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.443 RGAGX {85.28 USD, 2016-06-06} Assets:US:Vanguard:Cash -720.02 USD 2016-06-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.343 VBMPX {178.72 USD, 2016-06-06} Assets:US:Vanguard:Cash -240.02 USD 2016-06-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.221 RGAGX {85.28 USD, 2016-06-06} Assets:US:Vanguard:Cash -359.97 USD 2016-06-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-06-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.660 VBMPX {180.41 USD, 2016-06-20} Assets:US:Vanguard:Cash -479.89 USD 2016-06-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.409 RGAGX {85.62 USD, 2016-06-20} Assets:US:Vanguard:Cash -719.98 USD 2016-06-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.330 VBMPX {180.41 USD, 2016-06-20} Assets:US:Vanguard:Cash -239.95 USD 2016-06-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.205 RGAGX {85.62 USD, 2016-06-20} Assets:US:Vanguard:Cash -360.03 USD 2016-07-01 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-07-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.654 VBMPX {180.86 USD, 2016-07-04} Assets:US:Vanguard:Cash -480.00 USD 2016-07-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.406 RGAGX {85.66 USD, 2016-07-04} Assets:US:Vanguard:Cash -720.06 USD 2016-07-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.327 VBMPX {180.86 USD, 2016-07-04} Assets:US:Vanguard:Cash -240.00 USD 2016-07-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.203 RGAGX {85.66 USD, 2016-07-04} Assets:US:Vanguard:Cash -360.03 USD 2016-07-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-07-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.656 VBMPX {180.75 USD, 2016-07-18} Assets:US:Vanguard:Cash -480.07 USD 2016-07-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.725 RGAGX {82.52 USD, 2016-07-18} Assets:US:Vanguard:Cash -719.99 USD 2016-07-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.328 VBMPX {180.75 USD, 2016-07-18} Assets:US:Vanguard:Cash -240.04 USD 2016-07-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.362 RGAGX {82.52 USD, 2016-07-18} Assets:US:Vanguard:Cash -359.95 USD 2016-07-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2016-08-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.627 VBMPX {182.73 USD, 2016-08-01} Assets:US:Vanguard:Cash -480.03 USD 2016-08-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.542 RGAGX {84.29 USD, 2016-08-01} Assets:US:Vanguard:Cash -720.01 USD 2016-08-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.313 VBMPX {182.73 USD, 2016-08-01} Assets:US:Vanguard:Cash -239.92 USD 2016-08-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.270 RGAGX {84.29 USD, 2016-08-01} Assets:US:Vanguard:Cash -359.92 USD 2017-01-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-01-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.672 VBMPX {179.68 USD, 2017-01-16} Assets:US:Vanguard:Cash -480.10 USD 2017-01-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.892 RGAGX {80.98 USD, 2017-01-16} Assets:US:Vanguard:Cash -720.07 USD 2017-01-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.335 VBMPX {179.68 USD, 2017-01-16} Assets:US:Vanguard:Cash -239.87 USD 2017-01-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.445 RGAGX {80.98 USD, 2017-01-16} Assets:US:Vanguard:Cash -359.96 USD 2017-01-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-01-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.643 VBMPX {181.60 USD, 2017-01-30} Assets:US:Vanguard:Cash -479.97 USD 2017-01-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.875 RGAGX {81.13 USD, 2017-01-30} Assets:US:Vanguard:Cash -720.03 USD 2017-01-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.322 VBMPX {181.60 USD, 2017-01-30} Assets:US:Vanguard:Cash -240.08 USD 2017-01-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.438 RGAGX {81.13 USD, 2017-01-30} Assets:US:Vanguard:Cash -360.05 USD 2017-02-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-02-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.626 VBMPX {182.75 USD, 2017-02-13} Assets:US:Vanguard:Cash -479.90 USD 2017-02-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.764 RGAGX {82.15 USD, 2017-02-13} Assets:US:Vanguard:Cash -719.96 USD 2017-02-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.313 VBMPX {182.75 USD, 2017-02-13} Assets:US:Vanguard:Cash -239.95 USD 2017-02-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.383 RGAGX {82.15 USD, 2017-02-13} Assets:US:Vanguard:Cash -360.06 USD 2017-02-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-02-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.585 VBMPX {185.73 USD, 2017-02-27} Assets:US:Vanguard:Cash -480.11 USD 2017-02-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.863 RGAGX {81.24 USD, 2017-02-27} Assets:US:Vanguard:Cash -720.03 USD 2017-02-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.292 VBMPX {185.73 USD, 2017-02-27} Assets:US:Vanguard:Cash -239.96 USD 2017-02-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.431 RGAGX {81.24 USD, 2017-02-27} Assets:US:Vanguard:Cash -359.97 USD 2017-03-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-03-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.547 VBMPX {188.46 USD, 2017-03-13} Assets:US:Vanguard:Cash -480.01 USD 2017-03-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.986 RGAGX {80.12 USD, 2017-03-13} Assets:US:Vanguard:Cash -719.96 USD 2017-03-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.274 VBMPX {188.46 USD, 2017-03-13} Assets:US:Vanguard:Cash -240.10 USD 2017-03-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.493 RGAGX {80.12 USD, 2017-03-13} Assets:US:Vanguard:Cash -359.98 USD 2017-03-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-03-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.533 VBMPX {189.47 USD, 2017-03-27} Assets:US:Vanguard:Cash -479.93 USD 2017-03-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.871 RGAGX {81.16 USD, 2017-03-27} Assets:US:Vanguard:Cash -719.97 USD 2017-03-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.267 VBMPX {189.47 USD, 2017-03-27} Assets:US:Vanguard:Cash -240.06 USD 2017-03-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.436 RGAGX {81.16 USD, 2017-03-27} Assets:US:Vanguard:Cash -360.03 USD 2017-04-07 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-04-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.511 VBMPX {191.16 USD, 2017-04-10} Assets:US:Vanguard:Cash -480.00 USD 2017-04-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.948 RGAGX {80.46 USD, 2017-04-10} Assets:US:Vanguard:Cash -719.96 USD 2017-04-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.255 VBMPX {191.16 USD, 2017-04-10} Assets:US:Vanguard:Cash -239.91 USD 2017-04-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.474 RGAGX {80.46 USD, 2017-04-10} Assets:US:Vanguard:Cash -359.98 USD 2017-04-21 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-04-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.443 VBMPX {196.50 USD, 2017-04-24} Assets:US:Vanguard:Cash -480.05 USD 2017-04-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.950 RGAGX {80.45 USD, 2017-04-24} Assets:US:Vanguard:Cash -720.03 USD 2017-04-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.221 VBMPX {196.50 USD, 2017-04-24} Assets:US:Vanguard:Cash -239.93 USD 2017-04-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.475 RGAGX {80.45 USD, 2017-04-24} Assets:US:Vanguard:Cash -360.01 USD 2017-05-05 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-05-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.397 VBMPX {200.23 USD, 2017-05-08} Assets:US:Vanguard:Cash -479.95 USD 2017-05-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.827 RGAGX {81.57 USD, 2017-05-08} Assets:US:Vanguard:Cash -720.02 USD 2017-05-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.199 VBMPX {200.23 USD, 2017-05-08} Assets:US:Vanguard:Cash -240.08 USD 2017-05-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.414 RGAGX {81.57 USD, 2017-05-08} Assets:US:Vanguard:Cash -360.05 USD 2017-05-19 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-05-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.364 VBMPX {203.04 USD, 2017-05-22} Assets:US:Vanguard:Cash -479.99 USD 2017-05-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.726 RGAGX {82.51 USD, 2017-05-22} Assets:US:Vanguard:Cash -719.98 USD 2017-05-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.182 VBMPX {203.04 USD, 2017-05-22} Assets:US:Vanguard:Cash -239.99 USD 2017-05-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.363 RGAGX {82.51 USD, 2017-05-22} Assets:US:Vanguard:Cash -359.99 USD 2017-06-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-06-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.323 VBMPX {206.64 USD, 2017-06-05} Assets:US:Vanguard:Cash -480.02 USD 2017-06-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.768 RGAGX {82.12 USD, 2017-06-05} Assets:US:Vanguard:Cash -720.03 USD 2017-06-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.161 VBMPX {206.64 USD, 2017-06-05} Assets:US:Vanguard:Cash -239.91 USD 2017-06-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.384 RGAGX {82.12 USD, 2017-06-05} Assets:US:Vanguard:Cash -360.01 USD 2017-06-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-06-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.328 VBMPX {206.18 USD, 2017-06-19} Assets:US:Vanguard:Cash -479.99 USD 2017-06-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.531 RGAGX {84.40 USD, 2017-06-19} Assets:US:Vanguard:Cash -720.02 USD 2017-06-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.164 VBMPX {206.18 USD, 2017-06-19} Assets:US:Vanguard:Cash -239.99 USD 2017-06-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.266 RGAGX {84.40 USD, 2017-06-19} Assets:US:Vanguard:Cash -360.05 USD 2017-06-30 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-07-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.310 VBMPX {207.83 USD, 2017-07-03} Assets:US:Vanguard:Cash -480.09 USD 2017-07-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.473 RGAGX {84.98 USD, 2017-07-03} Assets:US:Vanguard:Cash -720.04 USD 2017-07-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.155 VBMPX {207.83 USD, 2017-07-03} Assets:US:Vanguard:Cash -240.04 USD 2017-07-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.235 RGAGX {84.98 USD, 2017-07-03} Assets:US:Vanguard:Cash -359.89 USD 2017-07-14 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-07-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.316 VBMPX {207.28 USD, 2017-07-17} Assets:US:Vanguard:Cash -480.06 USD 2017-07-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.529 RGAGX {84.41 USD, 2017-07-17} Assets:US:Vanguard:Cash -719.93 USD 2017-07-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.158 VBMPX {207.28 USD, 2017-07-17} Assets:US:Vanguard:Cash -240.03 USD 2017-07-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.265 RGAGX {84.41 USD, 2017-07-17} Assets:US:Vanguard:Cash -360.01 USD 2017-07-28 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hoogle:Match401k -600.00 USD 2017-07-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.318 VBMPX {207.06 USD, 2017-07-31} Assets:US:Vanguard:Cash -479.97 USD 2017-07-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 8.643 RGAGX {83.30 USD, 2017-07-31} Assets:US:Vanguard:Cash -719.96 USD 2017-07-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.159 VBMPX {207.06 USD, 2017-07-31} Assets:US:Vanguard:Cash -239.98 USD 2017-07-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.322 RGAGX {83.30 USD, 2017-07-31} Assets:US:Vanguard:Cash -360.02 USD 2017-08-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 250.00 USD Income:US:Hoogle:Match401k -250.00 USD 2017-08-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.958 VBMPX {208.79 USD, 2017-08-14} Assets:US:Vanguard:Cash -200.02 USD 2017-08-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.685 RGAGX {81.40 USD, 2017-08-14} Assets:US:Vanguard:Cash -299.96 USD 2017-08-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.479 VBMPX {208.79 USD, 2017-08-14} Assets:US:Vanguard:Cash -100.01 USD 2017-08-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.843 RGAGX {81.40 USD, 2017-08-14} Assets:US:Vanguard:Cash -150.02 USD * Sources of Income 2015-01-01 open Income:US:Hoogle:Salary USD 2015-01-01 open Income:US:Hoogle:GroupTermLife USD 2015-01-01 open Income:US:Hoogle:Vacation VACHR 2015-01-01 open Assets:US:Hoogle:Vacation VACHR 2015-01-01 open Expenses:Vacation VACHR 2015-01-01 open Expenses:Health:Life:GroupTermLife 2015-01-01 open Expenses:Health:Medical:Insurance 2015-01-01 open Expenses:Health:Dental:Insurance 2015-01-01 open Expenses:Health:Vision:Insurance 2015-01-01 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-01-01 event "employer" "Hoogle, 1600 Amphibious Parkway, River View, CA" 2015-01-15 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-01-29 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-02-12 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-02-26 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-03-12 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-03-26 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-04-09 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-04-23 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-05-07 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-05-21 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-06-04 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-06-18 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-07-02 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-07-16 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-07-30 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-08-13 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-08-27 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-09-10 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-09-24 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-10-08 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-10-22 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-11-05 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-11-19 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-12-03 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-12-17 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2015-12-31 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-01-14 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-01-28 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-02-11 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-02-25 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-03-10 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-03-24 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-04-07 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-04-21 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-05-05 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-05-19 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-06-02 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-06-16 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-06-30 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-07-14 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-07-28 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2016:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-08-11 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-08-25 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-09-08 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-09-22 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-10-06 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-10-20 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-11-03 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-11-17 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-12-01 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-12-15 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2016-12-29 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2016:US:Medicare 106.62 USD Expenses:Taxes:Y2016:US:Federal 1062.92 USD Expenses:Taxes:Y2016:US:State 365.08 USD Expenses:Taxes:Y2016:US:CityNYC 174.92 USD Expenses:Taxes:Y2016:US:SDI 1.12 USD Expenses:Taxes:Y2016:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-01-12 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-01-26 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-02-09 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-02-23 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-03-09 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-03-23 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-04-06 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-04-20 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-05-04 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-05-18 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-06-01 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-06-15 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-06-29 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-07-13 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-07-27 * "Hoogle" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-08-10 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2050.60 USD Assets:US:Vanguard:Cash 500.00 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -500.00 IRAUSD Expenses:Taxes:Y2017:US:Federal:PreTax401k 500.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-08-24 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR 2017-09-07 * "Hoogle" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hoogle:Salary -4615.38 USD Income:US:Hoogle:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2017:US:Medicare 106.62 USD Expenses:Taxes:Y2017:US:Federal 1062.92 USD Expenses:Taxes:Y2017:US:State 365.08 USD Expenses:Taxes:Y2017:US:CityNYC 174.92 USD Expenses:Taxes:Y2017:US:SDI 1.12 USD Expenses:Taxes:Y2017:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hoogle:Vacation 5 VACHR Income:US:Hoogle:Vacation -5 VACHR * Taxes 1980-05-12 open Income:US:Federal:PreTax401k IRAUSD 1980-05-12 open Assets:US:Federal:PreTax401k IRAUSD ** Tax Year 2015 2015-01-01 open Expenses:Taxes:Y2015:US:Federal:PreTax401k IRAUSD 2015-01-01 open Expenses:Taxes:Y2015:US:Medicare USD 2015-01-01 open Expenses:Taxes:Y2015:US:Federal USD 2015-01-01 open Expenses:Taxes:Y2015:US:CityNYC USD 2015-01-01 open Expenses:Taxes:Y2015:US:SDI USD 2015-01-01 open Expenses:Taxes:Y2015:US:State USD 2015-01-01 open Expenses:Taxes:Y2015:US:SocSec USD 2015-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2015-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18000 IRAUSD Assets:US:Federal:PreTax401k 18000 IRAUSD 2016-03-20 * "Filing taxes for 2015" Expenses:Taxes:Y2015:US:Federal 295.23 USD Expenses:Taxes:Y2015:US:State 274.92 USD Liabilities:AccountsPayable -570.15 USD 2016-03-22 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -295.23 USD Liabilities:AccountsPayable 295.23 USD 2016-03-23 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -274.92 USD Liabilities:AccountsPayable 274.92 USD ** Tax Year 2016 2016-01-01 open Expenses:Taxes:Y2016:US:Federal:PreTax401k IRAUSD 2016-01-01 open Expenses:Taxes:Y2016:US:Medicare USD 2016-01-01 open Expenses:Taxes:Y2016:US:Federal USD 2016-01-01 open Expenses:Taxes:Y2016:US:CityNYC USD 2016-01-01 open Expenses:Taxes:Y2016:US:SDI USD 2016-01-01 open Expenses:Taxes:Y2016:US:State USD 2016-01-01 open Expenses:Taxes:Y2016:US:SocSec USD 2016-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2016-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18000 IRAUSD Assets:US:Federal:PreTax401k 18000 IRAUSD 2017-03-21 * "Filing taxes for 2016" Expenses:Taxes:Y2016:US:Federal 463.16 USD Expenses:Taxes:Y2016:US:State 456.53 USD Liabilities:AccountsPayable -919.69 USD 2017-03-21 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -463.16 USD Liabilities:AccountsPayable 463.16 USD 2017-03-21 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -456.53 USD Liabilities:AccountsPayable 456.53 USD ** Tax Year 2017 2017-01-01 open Expenses:Taxes:Y2017:US:Federal:PreTax401k IRAUSD 2017-01-01 open Expenses:Taxes:Y2017:US:Medicare USD 2017-01-01 open Expenses:Taxes:Y2017:US:Federal USD 2017-01-01 open Expenses:Taxes:Y2017:US:CityNYC USD 2017-01-01 open Expenses:Taxes:Y2017:US:SDI USD 2017-01-01 open Expenses:Taxes:Y2017:US:State USD 2017-01-01 open Expenses:Taxes:Y2017:US:SocSec USD 2017-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2017-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18500 IRAUSD Assets:US:Federal:PreTax401k 18500 IRAUSD * Expenses 1980-05-12 open Expenses:Food:Groceries 1980-05-12 open Expenses:Food:Restaurant 1980-05-12 open Expenses:Food:Coffee 1980-05-12 open Expenses:Food:Alcohol 1980-05-12 open Expenses:Transport:Tram 1980-05-12 open Expenses:Home:Rent 1980-05-12 open Expenses:Home:Electricity 1980-05-12 open Expenses:Home:Internet 1980-05-12 open Expenses:Home:Phone 1980-05-12 open Expenses:Financial:Fees 1980-05-12 open Expenses:Financial:Commissions * Prices 2015-01-02 price VBMPX 136.65 USD 2015-01-02 price RGAGX 88.07 USD 2015-01-02 price ITOT 54.33 USD 2015-01-02 price VEA 131.84 USD 2015-01-02 price VHT 109.95 USD 2015-01-02 price GLD 167.19 USD 2015-01-09 price VBMPX 136.57 USD 2015-01-09 price RGAGX 86.79 USD 2015-01-09 price ITOT 54.85 USD 2015-01-09 price VEA 132.10 USD 2015-01-09 price VHT 108.61 USD 2015-01-09 price GLD 168.02 USD 2015-01-16 price VBMPX 138.35 USD 2015-01-16 price RGAGX 88.87 USD 2015-01-16 price ITOT 55.36 USD 2015-01-16 price VEA 132.08 USD 2015-01-16 price VHT 108.85 USD 2015-01-16 price GLD 170.99 USD 2015-01-23 price VBMPX 138.47 USD 2015-01-23 price RGAGX 86.70 USD 2015-01-23 price ITOT 54.76 USD 2015-01-23 price VEA 131.60 USD 2015-01-23 price VHT 108.29 USD 2015-01-23 price GLD 175.46 USD 2015-01-30 price VBMPX 139.94 USD 2015-01-30 price RGAGX 87.85 USD 2015-01-30 price ITOT 55.76 USD 2015-01-30 price VEA 131.85 USD 2015-01-30 price VHT 105.64 USD 2015-01-30 price GLD 175.57 USD 2015-02-06 price VBMPX 140.56 USD 2015-02-06 price RGAGX 88.89 USD 2015-02-06 price ITOT 56.12 USD 2015-02-06 price VEA 131.69 USD 2015-02-06 price VHT 106.62 USD 2015-02-06 price GLD 177.17 USD 2015-02-13 price VBMPX 140.34 USD 2015-02-13 price RGAGX 88.22 USD 2015-02-13 price ITOT 57.24 USD 2015-02-13 price VEA 132.55 USD 2015-02-13 price VHT 105.63 USD 2015-02-13 price GLD 177.31 USD 2015-02-20 price VBMPX 141.59 USD 2015-02-20 price RGAGX 87.30 USD 2015-02-20 price ITOT 58.18 USD 2015-02-20 price VEA 130.77 USD 2015-02-20 price VHT 106.56 USD 2015-02-20 price GLD 179.46 USD 2015-02-27 price VBMPX 140.74 USD 2015-02-27 price RGAGX 86.62 USD 2015-02-27 price ITOT 58.61 USD 2015-02-27 price VEA 130.58 USD 2015-02-27 price VHT 107.37 USD 2015-02-27 price GLD 181.89 USD 2015-03-06 price VBMPX 142.35 USD 2015-03-06 price RGAGX 85.95 USD 2015-03-06 price ITOT 58.18 USD 2015-03-06 price VEA 130.19 USD 2015-03-06 price VHT 107.68 USD 2015-03-06 price GLD 186.07 USD 2015-03-13 price VBMPX 142.20 USD 2015-03-13 price RGAGX 86.15 USD 2015-03-13 price ITOT 58.51 USD 2015-03-13 price VEA 130.07 USD 2015-03-13 price VHT 107.56 USD 2015-03-13 price GLD 187.11 USD 2015-03-20 price VBMPX 142.87 USD 2015-03-20 price RGAGX 84.43 USD 2015-03-20 price ITOT 57.95 USD 2015-03-20 price VEA 131.52 USD 2015-03-20 price VHT 109.29 USD 2015-03-20 price GLD 188.69 USD 2015-03-27 price VBMPX 141.48 USD 2015-03-27 price RGAGX 84.63 USD 2015-03-27 price ITOT 58.35 USD 2015-03-27 price VEA 132.78 USD 2015-03-27 price VHT 111.59 USD 2015-03-27 price GLD 187.15 USD 2015-04-03 price VBMPX 142.03 USD 2015-04-03 price RGAGX 83.85 USD 2015-04-03 price ITOT 57.56 USD 2015-04-03 price VEA 135.81 USD 2015-04-03 price VHT 110.28 USD 2015-04-03 price GLD 192.47 USD 2015-04-10 price VBMPX 143.57 USD 2015-04-10 price RGAGX 83.67 USD 2015-04-10 price ITOT 57.37 USD 2015-04-10 price VEA 136.01 USD 2015-04-10 price VHT 108.59 USD 2015-04-10 price GLD 198.11 USD 2015-04-17 price VBMPX 144.49 USD 2015-04-17 price RGAGX 81.89 USD 2015-04-17 price ITOT 57.90 USD 2015-04-17 price VEA 134.09 USD 2015-04-17 price VHT 108.86 USD 2015-04-17 price GLD 198.35 USD 2015-04-24 price VBMPX 145.00 USD 2015-04-24 price RGAGX 82.26 USD 2015-04-24 price ITOT 57.63 USD 2015-04-24 price VEA 133.87 USD 2015-04-24 price VHT 109.64 USD 2015-04-24 price GLD 196.68 USD 2015-05-01 price VBMPX 145.64 USD 2015-05-01 price RGAGX 80.03 USD 2015-05-01 price ITOT 56.47 USD 2015-05-01 price VEA 134.30 USD 2015-05-01 price VHT 107.78 USD 2015-05-01 price GLD 198.74 USD 2015-05-08 price VBMPX 147.63 USD 2015-05-08 price RGAGX 79.16 USD 2015-05-08 price ITOT 55.88 USD 2015-05-08 price VEA 136.37 USD 2015-05-08 price VHT 107.49 USD 2015-05-08 price GLD 195.85 USD 2015-05-15 price VBMPX 147.44 USD 2015-05-15 price RGAGX 77.98 USD 2015-05-15 price ITOT 56.51 USD 2015-05-15 price VEA 134.34 USD 2015-05-15 price VHT 106.52 USD 2015-05-15 price GLD 193.80 USD 2015-05-22 price VBMPX 148.55 USD 2015-05-22 price RGAGX 77.08 USD 2015-05-22 price ITOT 56.78 USD 2015-05-22 price VEA 133.32 USD 2015-05-22 price VHT 109.33 USD 2015-05-22 price GLD 194.35 USD 2015-05-29 price VBMPX 147.40 USD 2015-05-29 price RGAGX 76.92 USD 2015-05-29 price ITOT 56.81 USD 2015-05-29 price VEA 132.88 USD 2015-05-29 price VHT 109.68 USD 2015-05-29 price GLD 198.00 USD 2015-06-05 price VBMPX 148.91 USD 2015-06-05 price RGAGX 76.41 USD 2015-06-05 price ITOT 57.43 USD 2015-06-05 price VEA 133.29 USD 2015-06-05 price VHT 109.99 USD 2015-06-05 price GLD 194.57 USD 2015-06-12 price VBMPX 148.76 USD 2015-06-12 price RGAGX 75.62 USD 2015-06-12 price ITOT 58.43 USD 2015-06-12 price VEA 131.69 USD 2015-06-12 price VHT 112.10 USD 2015-06-12 price GLD 195.26 USD 2015-06-19 price VBMPX 150.01 USD 2015-06-19 price RGAGX 76.25 USD 2015-06-19 price ITOT 57.55 USD 2015-06-19 price VEA 130.25 USD 2015-06-19 price VHT 110.73 USD 2015-06-19 price GLD 194.54 USD 2015-06-26 price VBMPX 149.01 USD 2015-06-26 price RGAGX 76.78 USD 2015-06-26 price ITOT 58.59 USD 2015-06-26 price VEA 131.55 USD 2015-06-26 price VHT 110.52 USD 2015-06-26 price GLD 193.14 USD 2015-07-03 price VBMPX 148.80 USD 2015-07-03 price RGAGX 76.73 USD 2015-07-03 price ITOT 58.16 USD 2015-07-03 price VEA 131.38 USD 2015-07-03 price VHT 111.38 USD 2015-07-03 price GLD 190.84 USD 2015-07-10 price VBMPX 151.29 USD 2015-07-10 price RGAGX 76.71 USD 2015-07-10 price ITOT 59.25 USD 2015-07-10 price VEA 130.75 USD 2015-07-10 price VHT 111.71 USD 2015-07-10 price GLD 187.60 USD 2015-07-17 price VBMPX 151.23 USD 2015-07-17 price RGAGX 76.93 USD 2015-07-17 price ITOT 58.98 USD 2015-07-17 price VEA 130.81 USD 2015-07-17 price VHT 112.72 USD 2015-07-17 price GLD 187.89 USD 2015-07-24 price VBMPX 150.56 USD 2015-07-24 price RGAGX 78.58 USD 2015-07-24 price ITOT 59.23 USD 2015-07-24 price VEA 130.18 USD 2015-07-24 price VHT 113.00 USD 2015-07-24 price GLD 191.51 USD 2015-07-31 price VBMPX 152.83 USD 2015-07-31 price RGAGX 79.24 USD 2015-07-31 price ITOT 59.08 USD 2015-07-31 price VEA 131.90 USD 2015-07-31 price VHT 112.79 USD 2015-07-31 price GLD 192.22 USD 2015-08-07 price VBMPX 153.76 USD 2015-08-07 price RGAGX 80.74 USD 2015-08-07 price ITOT 60.20 USD 2015-08-07 price VEA 133.22 USD 2015-08-07 price VHT 112.41 USD 2015-08-07 price GLD 193.48 USD 2015-08-14 price VBMPX 154.48 USD 2015-08-14 price RGAGX 79.48 USD 2015-08-14 price ITOT 60.73 USD 2015-08-14 price VEA 133.58 USD 2015-08-14 price VHT 113.84 USD 2015-08-14 price GLD 196.92 USD 2015-08-21 price VBMPX 153.36 USD 2015-08-21 price RGAGX 78.86 USD 2015-08-21 price ITOT 60.25 USD 2015-08-21 price VEA 132.89 USD 2015-08-21 price VHT 114.10 USD 2015-08-21 price GLD 192.06 USD 2015-08-28 price VBMPX 152.66 USD 2015-08-28 price RGAGX 78.73 USD 2015-08-28 price ITOT 59.16 USD 2015-08-28 price VEA 133.28 USD 2015-08-28 price VHT 113.24 USD 2015-08-28 price GLD 191.74 USD 2015-09-04 price VBMPX 153.94 USD 2015-09-04 price RGAGX 77.67 USD 2015-09-04 price ITOT 59.05 USD 2015-09-04 price VEA 133.75 USD 2015-09-04 price VHT 112.69 USD 2015-09-04 price GLD 195.02 USD 2015-09-11 price VBMPX 155.72 USD 2015-09-11 price RGAGX 77.71 USD 2015-09-11 price ITOT 58.86 USD 2015-09-11 price VEA 132.93 USD 2015-09-11 price VHT 113.91 USD 2015-09-11 price GLD 197.06 USD 2015-09-18 price VBMPX 155.69 USD 2015-09-18 price RGAGX 77.93 USD 2015-09-18 price ITOT 59.20 USD 2015-09-18 price VEA 133.06 USD 2015-09-18 price VHT 114.59 USD 2015-09-18 price GLD 200.22 USD 2015-09-25 price VBMPX 156.09 USD 2015-09-25 price RGAGX 78.08 USD 2015-09-25 price ITOT 59.62 USD 2015-09-25 price VEA 134.33 USD 2015-09-25 price VHT 113.69 USD 2015-09-25 price GLD 201.88 USD 2015-10-02 price VBMPX 154.62 USD 2015-10-02 price RGAGX 76.91 USD 2015-10-02 price ITOT 60.02 USD 2015-10-02 price VEA 134.24 USD 2015-10-02 price VHT 115.52 USD 2015-10-02 price GLD 201.36 USD 2015-10-09 price VBMPX 154.57 USD 2015-10-09 price RGAGX 76.98 USD 2015-10-09 price ITOT 60.06 USD 2015-10-09 price VEA 135.78 USD 2015-10-09 price VHT 113.36 USD 2015-10-09 price GLD 202.82 USD 2015-10-16 price VBMPX 156.30 USD 2015-10-16 price RGAGX 78.33 USD 2015-10-16 price ITOT 60.50 USD 2015-10-16 price VEA 137.57 USD 2015-10-16 price VHT 114.77 USD 2015-10-16 price GLD 199.86 USD 2015-10-23 price VBMPX 157.17 USD 2015-10-23 price RGAGX 78.33 USD 2015-10-23 price ITOT 61.31 USD 2015-10-23 price VEA 136.68 USD 2015-10-23 price VHT 115.91 USD 2015-10-23 price GLD 197.74 USD 2015-10-30 price VBMPX 157.54 USD 2015-10-30 price RGAGX 77.58 USD 2015-10-30 price ITOT 61.54 USD 2015-10-30 price VEA 137.01 USD 2015-10-30 price VHT 113.32 USD 2015-10-30 price GLD 204.23 USD 2015-11-06 price VBMPX 158.75 USD 2015-11-06 price RGAGX 78.58 USD 2015-11-06 price ITOT 60.94 USD 2015-11-06 price VEA 136.52 USD 2015-11-06 price VHT 113.64 USD 2015-11-06 price GLD 205.12 USD 2015-11-13 price VBMPX 159.36 USD 2015-11-13 price RGAGX 79.22 USD 2015-11-13 price ITOT 61.74 USD 2015-11-13 price VEA 137.15 USD 2015-11-13 price VHT 112.21 USD 2015-11-13 price GLD 209.00 USD 2015-11-20 price VBMPX 161.60 USD 2015-11-20 price RGAGX 79.07 USD 2015-11-20 price ITOT 60.82 USD 2015-11-20 price VEA 136.79 USD 2015-11-20 price VHT 113.21 USD 2015-11-20 price GLD 204.30 USD 2015-11-27 price VBMPX 162.26 USD 2015-11-27 price RGAGX 79.43 USD 2015-11-27 price ITOT 60.75 USD 2015-11-27 price VEA 137.92 USD 2015-11-27 price VHT 116.31 USD 2015-11-27 price GLD 208.25 USD 2015-12-04 price VBMPX 162.66 USD 2015-12-04 price RGAGX 80.38 USD 2015-12-04 price ITOT 59.69 USD 2015-12-04 price VEA 139.43 USD 2015-12-04 price VHT 116.15 USD 2015-12-04 price GLD 207.05 USD 2015-12-11 price VBMPX 162.12 USD 2015-12-11 price RGAGX 79.91 USD 2015-12-11 price ITOT 60.93 USD 2015-12-11 price VEA 137.60 USD 2015-12-11 price VHT 115.91 USD 2015-12-11 price GLD 204.46 USD 2015-12-18 price VBMPX 163.27 USD 2015-12-18 price RGAGX 80.92 USD 2015-12-18 price ITOT 61.32 USD 2015-12-18 price VEA 137.50 USD 2015-12-18 price VHT 114.01 USD 2015-12-18 price GLD 200.21 USD 2015-12-25 price VBMPX 163.17 USD 2015-12-25 price RGAGX 79.58 USD 2015-12-25 price ITOT 61.34 USD 2015-12-25 price VEA 136.96 USD 2015-12-25 price VHT 112.21 USD 2015-12-25 price GLD 202.96 USD 2016-01-01 price VBMPX 165.77 USD 2016-01-01 price RGAGX 78.97 USD 2016-01-01 price ITOT 61.40 USD 2016-01-01 price VEA 137.09 USD 2016-01-01 price VHT 112.27 USD 2016-01-01 price GLD 200.56 USD 2016-01-08 price VBMPX 165.05 USD 2016-01-08 price RGAGX 78.41 USD 2016-01-08 price ITOT 61.04 USD 2016-01-08 price VEA 138.58 USD 2016-01-08 price VHT 111.37 USD 2016-01-08 price GLD 198.06 USD 2016-01-15 price VBMPX 166.33 USD 2016-01-15 price RGAGX 79.50 USD 2016-01-15 price ITOT 60.38 USD 2016-01-15 price VEA 137.19 USD 2016-01-15 price VHT 111.88 USD 2016-01-15 price GLD 200.23 USD 2016-01-22 price VBMPX 167.66 USD 2016-01-22 price RGAGX 78.56 USD 2016-01-22 price ITOT 60.53 USD 2016-01-22 price VEA 136.21 USD 2016-01-22 price VHT 112.88 USD 2016-01-22 price GLD 198.57 USD 2016-01-29 price VBMPX 168.90 USD 2016-01-29 price RGAGX 79.55 USD 2016-01-29 price ITOT 61.08 USD 2016-01-29 price VEA 138.57 USD 2016-01-29 price VHT 114.11 USD 2016-01-29 price GLD 199.55 USD 2016-02-05 price VBMPX 169.45 USD 2016-02-05 price RGAGX 79.52 USD 2016-02-05 price ITOT 61.83 USD 2016-02-05 price VEA 139.41 USD 2016-02-05 price VHT 112.46 USD 2016-02-05 price GLD 200.43 USD 2016-02-12 price VBMPX 168.94 USD 2016-02-12 price RGAGX 79.04 USD 2016-02-12 price ITOT 63.22 USD 2016-02-12 price VEA 137.55 USD 2016-02-12 price VHT 112.63 USD 2016-02-12 price GLD 198.33 USD 2016-02-19 price VBMPX 169.02 USD 2016-02-19 price RGAGX 78.06 USD 2016-02-19 price ITOT 62.63 USD 2016-02-19 price VEA 137.49 USD 2016-02-19 price VHT 114.40 USD 2016-02-19 price GLD 197.43 USD 2016-02-26 price VBMPX 169.50 USD 2016-02-26 price RGAGX 78.44 USD 2016-02-26 price ITOT 62.62 USD 2016-02-26 price VEA 136.78 USD 2016-02-26 price VHT 115.01 USD 2016-02-26 price GLD 201.40 USD 2016-03-04 price VBMPX 171.38 USD 2016-03-04 price RGAGX 78.40 USD 2016-03-04 price ITOT 62.47 USD 2016-03-04 price VEA 136.52 USD 2016-03-04 price VHT 113.52 USD 2016-03-04 price GLD 201.13 USD 2016-03-11 price VBMPX 172.43 USD 2016-03-11 price RGAGX 79.41 USD 2016-03-11 price ITOT 62.64 USD 2016-03-11 price VEA 136.50 USD 2016-03-11 price VHT 113.41 USD 2016-03-11 price GLD 204.95 USD 2016-03-18 price VBMPX 172.55 USD 2016-03-18 price RGAGX 80.91 USD 2016-03-18 price ITOT 62.64 USD 2016-03-18 price VEA 136.67 USD 2016-03-18 price VHT 113.56 USD 2016-03-18 price GLD 202.13 USD 2016-03-25 price VBMPX 173.31 USD 2016-03-25 price RGAGX 80.91 USD 2016-03-25 price ITOT 62.99 USD 2016-03-25 price VEA 134.62 USD 2016-03-25 price VHT 114.97 USD 2016-03-25 price GLD 204.01 USD 2016-04-01 price VBMPX 173.77 USD 2016-04-01 price RGAGX 79.87 USD 2016-04-01 price ITOT 62.66 USD 2016-04-01 price VEA 133.85 USD 2016-04-01 price VHT 116.46 USD 2016-04-01 price GLD 203.61 USD 2016-04-08 price VBMPX 173.94 USD 2016-04-08 price RGAGX 81.72 USD 2016-04-08 price ITOT 62.38 USD 2016-04-08 price VEA 134.56 USD 2016-04-08 price VHT 116.45 USD 2016-04-08 price GLD 208.51 USD 2016-04-15 price VBMPX 175.06 USD 2016-04-15 price RGAGX 82.58 USD 2016-04-15 price ITOT 61.69 USD 2016-04-15 price VEA 133.84 USD 2016-04-15 price VHT 120.00 USD 2016-04-15 price GLD 210.80 USD 2016-04-22 price VBMPX 178.22 USD 2016-04-22 price RGAGX 81.20 USD 2016-04-22 price ITOT 61.80 USD 2016-04-22 price VEA 135.08 USD 2016-04-22 price VHT 119.64 USD 2016-04-22 price GLD 204.82 USD 2016-04-29 price VBMPX 176.69 USD 2016-04-29 price RGAGX 82.36 USD 2016-04-29 price ITOT 62.20 USD 2016-04-29 price VEA 134.63 USD 2016-04-29 price VHT 118.03 USD 2016-04-29 price GLD 205.78 USD 2016-05-06 price VBMPX 176.67 USD 2016-05-06 price RGAGX 82.22 USD 2016-05-06 price ITOT 63.22 USD 2016-05-06 price VEA 137.35 USD 2016-05-06 price VHT 118.13 USD 2016-05-06 price GLD 210.48 USD 2016-05-13 price VBMPX 175.04 USD 2016-05-13 price RGAGX 82.99 USD 2016-05-13 price ITOT 63.43 USD 2016-05-13 price VEA 138.95 USD 2016-05-13 price VHT 118.53 USD 2016-05-13 price GLD 210.99 USD 2016-05-20 price VBMPX 177.15 USD 2016-05-20 price RGAGX 83.38 USD 2016-05-20 price ITOT 63.32 USD 2016-05-20 price VEA 136.59 USD 2016-05-20 price VHT 118.62 USD 2016-05-20 price GLD 210.97 USD 2016-05-27 price VBMPX 178.27 USD 2016-05-27 price RGAGX 84.89 USD 2016-05-27 price ITOT 63.86 USD 2016-05-27 price VEA 135.41 USD 2016-05-27 price VHT 116.93 USD 2016-05-27 price GLD 214.77 USD 2016-06-03 price VBMPX 178.72 USD 2016-06-03 price RGAGX 85.28 USD 2016-06-03 price ITOT 63.97 USD 2016-06-03 price VEA 135.53 USD 2016-06-03 price VHT 115.82 USD 2016-06-03 price GLD 217.26 USD 2016-06-10 price VBMPX 178.65 USD 2016-06-10 price RGAGX 85.05 USD 2016-06-10 price ITOT 64.04 USD 2016-06-10 price VEA 134.45 USD 2016-06-10 price VHT 116.27 USD 2016-06-10 price GLD 215.52 USD 2016-06-17 price VBMPX 180.41 USD 2016-06-17 price RGAGX 85.62 USD 2016-06-17 price ITOT 63.94 USD 2016-06-17 price VEA 133.32 USD 2016-06-17 price VHT 116.21 USD 2016-06-17 price GLD 221.83 USD 2016-06-24 price VBMPX 180.21 USD 2016-06-24 price RGAGX 85.48 USD 2016-06-24 price ITOT 63.83 USD 2016-06-24 price VEA 135.58 USD 2016-06-24 price VHT 117.22 USD 2016-06-24 price GLD 220.27 USD 2016-07-01 price VBMPX 180.86 USD 2016-07-01 price RGAGX 85.66 USD 2016-07-01 price ITOT 64.44 USD 2016-07-01 price VEA 135.78 USD 2016-07-01 price VHT 116.23 USD 2016-07-01 price GLD 221.08 USD 2016-07-08 price VBMPX 180.12 USD 2016-07-08 price RGAGX 84.05 USD 2016-07-08 price ITOT 63.97 USD 2016-07-08 price VEA 136.00 USD 2016-07-08 price VHT 115.78 USD 2016-07-08 price GLD 226.85 USD 2016-07-15 price VBMPX 180.75 USD 2016-07-15 price RGAGX 82.52 USD 2016-07-15 price ITOT 64.69 USD 2016-07-15 price VEA 137.14 USD 2016-07-15 price VHT 117.19 USD 2016-07-15 price GLD 228.39 USD 2016-07-22 price VBMPX 181.69 USD 2016-07-22 price RGAGX 82.53 USD 2016-07-22 price ITOT 66.04 USD 2016-07-22 price VEA 138.58 USD 2016-07-22 price VHT 118.19 USD 2016-07-22 price GLD 227.01 USD 2016-07-29 price VBMPX 182.73 USD 2016-07-29 price RGAGX 84.29 USD 2016-07-29 price ITOT 65.88 USD 2016-07-29 price VEA 140.25 USD 2016-07-29 price VHT 117.99 USD 2016-07-29 price GLD 225.49 USD 2016-08-05 price VBMPX 182.35 USD 2016-08-05 price RGAGX 84.81 USD 2016-08-05 price ITOT 65.90 USD 2016-08-05 price VEA 139.48 USD 2016-08-05 price VHT 118.60 USD 2016-08-05 price GLD 224.35 USD 2016-08-12 price VBMPX 183.91 USD 2016-08-12 price RGAGX 83.77 USD 2016-08-12 price ITOT 66.51 USD 2016-08-12 price VEA 140.97 USD 2016-08-12 price VHT 119.85 USD 2016-08-12 price GLD 225.99 USD 2016-08-19 price VBMPX 183.99 USD 2016-08-19 price RGAGX 83.58 USD 2016-08-19 price ITOT 66.40 USD 2016-08-19 price VEA 141.28 USD 2016-08-19 price VHT 119.56 USD 2016-08-19 price GLD 226.87 USD 2016-08-26 price VBMPX 183.77 USD 2016-08-26 price RGAGX 82.67 USD 2016-08-26 price ITOT 65.49 USD 2016-08-26 price VEA 141.11 USD 2016-08-26 price VHT 118.08 USD 2016-08-26 price GLD 221.58 USD 2016-09-02 price VBMPX 183.92 USD 2016-09-02 price RGAGX 82.90 USD 2016-09-02 price ITOT 65.77 USD 2016-09-02 price VEA 141.92 USD 2016-09-02 price VHT 119.80 USD 2016-09-02 price GLD 223.34 USD 2016-09-09 price VBMPX 183.15 USD 2016-09-09 price RGAGX 81.96 USD 2016-09-09 price ITOT 65.89 USD 2016-09-09 price VEA 141.59 USD 2016-09-09 price VHT 120.64 USD 2016-09-09 price GLD 225.70 USD 2016-09-16 price VBMPX 183.42 USD 2016-09-16 price RGAGX 81.05 USD 2016-09-16 price ITOT 65.97 USD 2016-09-16 price VEA 143.89 USD 2016-09-16 price VHT 119.82 USD 2016-09-16 price GLD 230.62 USD 2016-09-23 price VBMPX 181.93 USD 2016-09-23 price RGAGX 80.59 USD 2016-09-23 price ITOT 65.47 USD 2016-09-23 price VEA 144.87 USD 2016-09-23 price VHT 119.17 USD 2016-09-23 price GLD 231.38 USD 2016-09-30 price VBMPX 182.66 USD 2016-09-30 price RGAGX 80.13 USD 2016-09-30 price ITOT 65.21 USD 2016-09-30 price VEA 144.02 USD 2016-09-30 price VHT 118.94 USD 2016-09-30 price GLD 232.95 USD 2016-10-07 price VBMPX 183.07 USD 2016-10-07 price RGAGX 80.02 USD 2016-10-07 price ITOT 65.31 USD 2016-10-07 price VEA 145.05 USD 2016-10-07 price VHT 118.78 USD 2016-10-07 price GLD 232.81 USD 2016-10-14 price VBMPX 183.31 USD 2016-10-14 price RGAGX 79.50 USD 2016-10-14 price ITOT 65.07 USD 2016-10-14 price VEA 146.32 USD 2016-10-14 price VHT 118.60 USD 2016-10-14 price GLD 233.50 USD 2016-10-21 price VBMPX 181.35 USD 2016-10-21 price RGAGX 80.79 USD 2016-10-21 price ITOT 65.35 USD 2016-10-21 price VEA 148.45 USD 2016-10-21 price VHT 119.95 USD 2016-10-21 price GLD 234.91 USD 2016-10-28 price VBMPX 182.89 USD 2016-10-28 price RGAGX 80.44 USD 2016-10-28 price ITOT 65.67 USD 2016-10-28 price VEA 149.06 USD 2016-10-28 price VHT 118.95 USD 2016-10-28 price GLD 238.91 USD 2016-11-04 price VBMPX 182.69 USD 2016-11-04 price RGAGX 80.36 USD 2016-11-04 price ITOT 65.54 USD 2016-11-04 price VEA 149.75 USD 2016-11-04 price VHT 118.35 USD 2016-11-04 price GLD 238.35 USD 2016-11-11 price VBMPX 182.51 USD 2016-11-11 price RGAGX 81.39 USD 2016-11-11 price ITOT 65.41 USD 2016-11-11 price VEA 147.45 USD 2016-11-11 price VHT 117.36 USD 2016-11-11 price GLD 236.31 USD 2016-11-18 price VBMPX 181.47 USD 2016-11-18 price RGAGX 81.84 USD 2016-11-18 price ITOT 67.07 USD 2016-11-18 price VEA 145.37 USD 2016-11-18 price VHT 118.31 USD 2016-11-18 price GLD 240.51 USD 2016-11-25 price VBMPX 182.02 USD 2016-11-25 price RGAGX 82.74 USD 2016-11-25 price ITOT 67.49 USD 2016-11-25 price VEA 143.62 USD 2016-11-25 price VHT 117.41 USD 2016-11-25 price GLD 241.49 USD 2016-12-02 price VBMPX 182.43 USD 2016-12-02 price RGAGX 83.80 USD 2016-12-02 price ITOT 67.02 USD 2016-12-02 price VEA 144.25 USD 2016-12-02 price VHT 116.80 USD 2016-12-02 price GLD 247.85 USD 2016-12-09 price VBMPX 182.79 USD 2016-12-09 price RGAGX 81.98 USD 2016-12-09 price ITOT 67.13 USD 2016-12-09 price VEA 147.58 USD 2016-12-09 price VHT 118.49 USD 2016-12-09 price GLD 250.31 USD 2016-12-16 price VBMPX 181.33 USD 2016-12-16 price RGAGX 81.53 USD 2016-12-16 price ITOT 68.40 USD 2016-12-16 price VEA 146.13 USD 2016-12-16 price VHT 116.69 USD 2016-12-16 price GLD 251.47 USD 2016-12-23 price VBMPX 180.01 USD 2016-12-23 price RGAGX 81.08 USD 2016-12-23 price ITOT 68.26 USD 2016-12-23 price VEA 145.03 USD 2016-12-23 price VHT 116.33 USD 2016-12-23 price GLD 255.18 USD 2016-12-30 price VBMPX 179.51 USD 2016-12-30 price RGAGX 81.93 USD 2016-12-30 price ITOT 68.60 USD 2016-12-30 price VEA 146.17 USD 2016-12-30 price VHT 115.62 USD 2016-12-30 price GLD 252.86 USD 2017-01-06 price VBMPX 180.52 USD 2017-01-06 price RGAGX 81.81 USD 2017-01-06 price ITOT 70.10 USD 2017-01-06 price VEA 146.44 USD 2017-01-06 price VHT 115.78 USD 2017-01-06 price GLD 261.96 USD 2017-01-13 price VBMPX 179.68 USD 2017-01-13 price RGAGX 80.98 USD 2017-01-13 price ITOT 70.86 USD 2017-01-13 price VEA 146.83 USD 2017-01-13 price VHT 116.13 USD 2017-01-13 price GLD 262.46 USD 2017-01-20 price VBMPX 180.67 USD 2017-01-20 price RGAGX 81.44 USD 2017-01-20 price ITOT 69.84 USD 2017-01-20 price VEA 147.73 USD 2017-01-20 price VHT 113.39 USD 2017-01-20 price GLD 261.56 USD 2017-01-27 price VBMPX 181.60 USD 2017-01-27 price RGAGX 81.13 USD 2017-01-27 price ITOT 70.25 USD 2017-01-27 price VEA 149.07 USD 2017-01-27 price VHT 115.60 USD 2017-01-27 price GLD 263.28 USD 2017-02-03 price VBMPX 183.80 USD 2017-02-03 price RGAGX 81.69 USD 2017-02-03 price ITOT 71.00 USD 2017-02-03 price VEA 147.37 USD 2017-02-03 price VHT 114.68 USD 2017-02-03 price GLD 266.80 USD 2017-02-10 price VBMPX 182.75 USD 2017-02-10 price RGAGX 82.15 USD 2017-02-10 price ITOT 71.74 USD 2017-02-10 price VEA 147.94 USD 2017-02-10 price VHT 114.54 USD 2017-02-10 price GLD 273.28 USD 2017-02-17 price VBMPX 184.02 USD 2017-02-17 price RGAGX 81.90 USD 2017-02-17 price ITOT 72.96 USD 2017-02-17 price VEA 149.80 USD 2017-02-17 price VHT 114.15 USD 2017-02-17 price GLD 278.87 USD 2017-02-24 price VBMPX 185.73 USD 2017-02-24 price RGAGX 81.24 USD 2017-02-24 price ITOT 72.89 USD 2017-02-24 price VEA 149.22 USD 2017-02-24 price VHT 111.84 USD 2017-02-24 price GLD 280.47 USD 2017-03-03 price VBMPX 185.30 USD 2017-03-03 price RGAGX 81.31 USD 2017-03-03 price ITOT 72.40 USD 2017-03-03 price VEA 148.21 USD 2017-03-03 price VHT 110.95 USD 2017-03-03 price GLD 276.79 USD 2017-03-10 price VBMPX 188.46 USD 2017-03-10 price RGAGX 80.12 USD 2017-03-10 price ITOT 73.87 USD 2017-03-10 price VEA 146.92 USD 2017-03-10 price VHT 110.17 USD 2017-03-10 price GLD 280.16 USD 2017-03-17 price VBMPX 189.50 USD 2017-03-17 price RGAGX 80.59 USD 2017-03-17 price ITOT 74.93 USD 2017-03-17 price VEA 148.59 USD 2017-03-17 price VHT 115.55 USD 2017-03-17 price GLD 278.99 USD 2017-03-24 price VBMPX 189.47 USD 2017-03-24 price RGAGX 81.16 USD 2017-03-24 price ITOT 75.83 USD 2017-03-24 price VEA 147.79 USD 2017-03-24 price VHT 116.73 USD 2017-03-24 price GLD 278.57 USD 2017-03-31 price VBMPX 190.07 USD 2017-03-31 price RGAGX 81.15 USD 2017-03-31 price ITOT 76.16 USD 2017-03-31 price VEA 146.80 USD 2017-03-31 price VHT 117.01 USD 2017-03-31 price GLD 283.02 USD 2017-04-07 price VBMPX 191.16 USD 2017-04-07 price RGAGX 80.46 USD 2017-04-07 price ITOT 76.60 USD 2017-04-07 price VEA 147.77 USD 2017-04-07 price VHT 118.93 USD 2017-04-07 price GLD 293.54 USD 2017-04-14 price VBMPX 195.13 USD 2017-04-14 price RGAGX 81.21 USD 2017-04-14 price ITOT 77.22 USD 2017-04-14 price VEA 149.67 USD 2017-04-14 price VHT 119.84 USD 2017-04-14 price GLD 293.31 USD 2017-04-21 price VBMPX 196.50 USD 2017-04-21 price RGAGX 80.45 USD 2017-04-21 price ITOT 78.37 USD 2017-04-21 price VEA 146.92 USD 2017-04-21 price VHT 119.10 USD 2017-04-21 price GLD 295.14 USD 2017-04-28 price VBMPX 198.28 USD 2017-04-28 price RGAGX 81.23 USD 2017-04-28 price ITOT 79.12 USD 2017-04-28 price VEA 146.79 USD 2017-04-28 price VHT 118.41 USD 2017-04-28 price GLD 299.07 USD 2017-05-05 price VBMPX 200.23 USD 2017-05-05 price RGAGX 81.57 USD 2017-05-05 price ITOT 79.27 USD 2017-05-05 price VEA 144.33 USD 2017-05-05 price VHT 119.35 USD 2017-05-05 price GLD 303.74 USD 2017-05-12 price VBMPX 200.90 USD 2017-05-12 price RGAGX 81.41 USD 2017-05-12 price ITOT 80.24 USD 2017-05-12 price VEA 144.48 USD 2017-05-12 price VHT 120.51 USD 2017-05-12 price GLD 300.63 USD 2017-05-19 price VBMPX 203.04 USD 2017-05-19 price RGAGX 82.51 USD 2017-05-19 price ITOT 80.49 USD 2017-05-19 price VEA 144.59 USD 2017-05-19 price VHT 120.10 USD 2017-05-19 price GLD 297.70 USD 2017-05-26 price VBMPX 203.92 USD 2017-05-26 price RGAGX 82.03 USD 2017-05-26 price ITOT 79.99 USD 2017-05-26 price VEA 146.96 USD 2017-05-26 price VHT 119.10 USD 2017-05-26 price GLD 297.03 USD 2017-06-02 price VBMPX 206.64 USD 2017-06-02 price RGAGX 82.12 USD 2017-06-02 price ITOT 80.16 USD 2017-06-02 price VEA 146.84 USD 2017-06-02 price VHT 121.63 USD 2017-06-02 price GLD 300.02 USD 2017-06-09 price VBMPX 205.92 USD 2017-06-09 price RGAGX 82.98 USD 2017-06-09 price ITOT 79.43 USD 2017-06-09 price VEA 146.73 USD 2017-06-09 price VHT 122.51 USD 2017-06-09 price GLD 299.92 USD 2017-06-16 price VBMPX 206.18 USD 2017-06-16 price RGAGX 84.40 USD 2017-06-16 price ITOT 78.76 USD 2017-06-16 price VEA 146.27 USD 2017-06-16 price VHT 121.28 USD 2017-06-16 price GLD 297.22 USD 2017-06-23 price VBMPX 206.98 USD 2017-06-23 price RGAGX 85.54 USD 2017-06-23 price ITOT 79.35 USD 2017-06-23 price VEA 146.25 USD 2017-06-23 price VHT 121.33 USD 2017-06-23 price GLD 298.01 USD 2017-06-30 price VBMPX 207.83 USD 2017-06-30 price RGAGX 84.98 USD 2017-06-30 price ITOT 79.41 USD 2017-06-30 price VEA 144.99 USD 2017-06-30 price VHT 122.85 USD 2017-06-30 price GLD 296.98 USD 2017-07-07 price VBMPX 208.45 USD 2017-07-07 price RGAGX 85.48 USD 2017-07-07 price ITOT 79.73 USD 2017-07-07 price VEA 145.49 USD 2017-07-07 price VHT 123.00 USD 2017-07-07 price GLD 291.25 USD 2017-07-14 price VBMPX 207.28 USD 2017-07-14 price RGAGX 84.41 USD 2017-07-14 price ITOT 80.20 USD 2017-07-14 price VEA 146.87 USD 2017-07-14 price VHT 125.01 USD 2017-07-14 price GLD 280.44 USD 2017-07-21 price VBMPX 208.34 USD 2017-07-21 price RGAGX 83.41 USD 2017-07-21 price ITOT 79.80 USD 2017-07-21 price VEA 143.85 USD 2017-07-21 price VHT 127.63 USD 2017-07-21 price GLD 289.83 USD 2017-07-28 price VBMPX 207.06 USD 2017-07-28 price RGAGX 83.30 USD 2017-07-28 price ITOT 80.56 USD 2017-07-28 price VEA 144.41 USD 2017-07-28 price VHT 130.92 USD 2017-07-28 price GLD 291.02 USD 2017-08-04 price VBMPX 207.40 USD 2017-08-04 price RGAGX 82.78 USD 2017-08-04 price ITOT 80.52 USD 2017-08-04 price VEA 145.97 USD 2017-08-04 price VHT 129.79 USD 2017-08-04 price GLD 297.80 USD 2017-08-11 price VBMPX 208.79 USD 2017-08-11 price RGAGX 81.40 USD 2017-08-11 price ITOT 81.02 USD 2017-08-11 price VEA 147.13 USD 2017-08-11 price VHT 131.26 USD 2017-08-11 price GLD 301.22 USD 2017-08-18 price VBMPX 210.22 USD 2017-08-18 price RGAGX 81.76 USD 2017-08-18 price ITOT 80.94 USD 2017-08-18 price VEA 145.72 USD 2017-08-18 price VHT 132.26 USD 2017-08-18 price GLD 302.94 USD 2017-08-25 price VBMPX 211.04 USD 2017-08-25 price RGAGX 81.74 USD 2017-08-25 price ITOT 80.68 USD 2017-08-25 price VEA 144.23 USD 2017-08-25 price VHT 132.32 USD 2017-08-25 price GLD 304.17 USD 2017-09-01 price VBMPX 211.69 USD 2017-09-01 price RGAGX 80.95 USD 2017-09-01 price ITOT 80.92 USD 2017-09-01 price VEA 142.80 USD 2017-09-01 price VHT 131.91 USD 2017-09-01 price GLD 304.48 USD 2017-09-08 price VBMPX 212.88 USD 2017-09-08 price RGAGX 81.09 USD 2017-09-08 price ITOT 79.93 USD 2017-09-08 price VEA 143.87 USD 2017-09-08 price VHT 130.97 USD 2017-09-08 price GLD 306.91 USD * Cash ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/examples/huge-example.beancount0000644000175000001440000336550600000000000021277 0ustar00jakobusers;; -*- mode: org; mode: beancount; -*- ;; Birth: 1980-05-12 ;; Dates: 2008-01-01 - 2015-10-12 ;; THIS FILE HAS BEEN AUTO-GENERATED. * Options option "title" "Huge Example file" option "operating_currency" "USD" * Commodities 1792-01-01 commodity USD export: "CASH" name: "US Dollar" 1900-01-01 commodity VMMXX export: "MUTF:VMMXX (MONEY:USD)" 1980-05-12 commodity VACHR export: "IGNORE" name: "Employer Vacation Hours" 1980-05-12 commodity IRAUSD export: "IGNORE" name: "US 401k and IRA Contributions" 1995-09-18 commodity VBMPX export: "MUTF:VBMPX" name: "Vanguard Total Bond Market Index Fund Institutional Plus Shares" price: "USD:google/MUTF:VBMPX" 2004-01-20 commodity ITOT export: "NYSEARCA:ITOT" name: "iShares Core S&P Total U.S. Stock Market ETF" price: "USD:google/NYSEARCA:ITOT" 2004-01-26 commodity VHT export: "NYSEARCA:VHT" name: "Vanguard Health Care ETF" price: "USD:google/NYSEARCA:VHT" 2004-11-01 commodity GLD export: "NYSEARCA:GLD" name: "SPDR Gold Trust (ETF)" price: "USD:google/NYSEARCA:GLD" 2007-07-20 commodity VEA export: "NYSEARCA:VEA" name: "Vanguard FTSE Developed Markets ETF" price: "USD:google/NYSEARCA:VEA" 2009-05-01 commodity RGAGX export: "MUTF:RGAGX" name: "American Funds The Growth Fund of America Class R-6" price: "USD:google/MUTF:RGAGX" * Equity Accounts 1980-05-12 open Equity:Opening-Balances 1980-05-12 open Liabilities:AccountsPayable * Banking 2008-01-01 open Assets:US:BofA address: "123 America Street, LargeTown, USA" institution: "Bank of America" phone: "+1.012.345.6789" 2008-01-01 open Assets:US:BofA:Checking USD account: "00234-48574897" 2008-01-01 * "Opening Balance for checking account" Assets:US:BofA:Checking 3057.70 USD Equity:Opening-Balances -3057.70 USD 2008-01-02 balance Assets:US:BofA:Checking 3057.70 USD 2008-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-01-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-01-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -47.85 USD Expenses:Home:Phone 47.85 USD 2008-01-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2008-01-28 balance Assets:US:BofA:Checking 3061.45 USD 2008-02-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-02-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.47 USD Expenses:Home:Phone 67.47 USD 2008-02-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.14 USD Expenses:Home:Internet 80.14 USD 2008-02-27 balance Assets:US:BofA:Checking 2517.71 USD 2008-03-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-03-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.89 USD Expenses:Home:Phone 67.89 USD 2008-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.90 USD Expenses:Home:Internet 79.90 USD 2008-03-23 balance Assets:US:BofA:Checking 1796.75 USD 2008-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-04-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-04-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-04-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -58.34 USD Expenses:Home:Phone 58.34 USD 2008-04-22 balance Assets:US:BofA:Checking 1252.37 USD 2008-04-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2008-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-05-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-05-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-05-14 balance Assets:US:BofA:Checking 659.20 USD 2008-05-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -64.47 USD Expenses:Home:Phone 64.47 USD 2008-05-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.94 USD Expenses:Home:Internet 79.94 USD 2008-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-06-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-06-08 balance Assets:US:BofA:Checking 811.99 USD 2008-06-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-06-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.49 USD Expenses:Home:Phone 60.49 USD 2008-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.13 USD Expenses:Home:Internet 80.13 USD 2008-07-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-07-04 balance Assets:US:BofA:Checking 1521.07 USD 2008-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-07-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.81 USD Expenses:Home:Phone 63.81 USD 2008-07-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.13 USD Expenses:Home:Internet 80.13 USD 2008-07-24 balance Assets:US:BofA:Checking 3048.85 USD 2008-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-08-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-08-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-08-15 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2008-08-18 balance Assets:US:BofA:Checking 1232.13 USD 2008-08-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -78.64 USD Expenses:Home:Phone 78.64 USD 2008-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.97 USD Expenses:Home:Internet 79.97 USD 2008-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-09-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-09-09 balance Assets:US:BofA:Checking 1220.12 USD 2008-09-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -41.56 USD Expenses:Home:Phone 41.56 USD 2008-09-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2008-10-04 balance Assets:US:BofA:Checking 5411.46 USD 2008-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-10-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-10-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-10-10 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4500 USD Assets:US:ETrade:Cash 4500 USD 2008-10-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.49 USD Expenses:Home:Phone 57.49 USD 2008-10-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.04 USD Expenses:Home:Internet 80.04 USD 2008-10-29 balance Assets:US:BofA:Checking 2821.64 USD 2008-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-11-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-11-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.23 USD Expenses:Home:Phone 63.23 USD 2008-11-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.89 USD Expenses:Home:Internet 79.89 USD 2008-11-27 balance Assets:US:BofA:Checking 4465.30 USD 2008-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2008-12-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2008-12-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2008-12-20 balance Assets:US:BofA:Checking 6717.92 USD 2008-12-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -44.92 USD Expenses:Home:Phone 44.92 USD 2008-12-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.25 USD Expenses:Home:Internet 80.25 USD 2009-01-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-01-19 balance Assets:US:BofA:Checking 6358.84 USD 2009-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.30 USD Expenses:Home:Phone 60.30 USD 2009-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.13 USD Expenses:Home:Internet 80.13 USD 2009-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-02-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-02-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-02-16 balance Assets:US:BofA:Checking 5827.90 USD 2009-02-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.04 USD Expenses:Home:Phone 56.04 USD 2009-02-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.08 USD Expenses:Home:Internet 80.08 USD 2009-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-03-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-03-10 balance Assets:US:BofA:Checking 4573.38 USD 2009-03-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.49 USD Expenses:Home:Phone 57.49 USD 2009-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.02 USD Expenses:Home:Internet 80.02 USD 2009-03-30 balance Assets:US:BofA:Checking 5675.94 USD 2009-04-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.03 USD Expenses:Home:Phone 53.03 USD 2009-04-22 balance Assets:US:BofA:Checking 3874.10 USD 2009-04-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.97 USD Expenses:Home:Internet 79.97 USD 2009-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-05-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-05-19 balance Assets:US:BofA:Checking 3311.13 USD 2009-05-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -51.53 USD Expenses:Home:Phone 51.53 USD 2009-05-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.07 USD Expenses:Home:Internet 80.07 USD 2009-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-06-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-06-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-06-17 balance Assets:US:BofA:Checking 2650.53 USD 2009-06-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -64.23 USD Expenses:Home:Phone 64.23 USD 2009-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.05 USD Expenses:Home:Internet 80.05 USD 2009-07-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-07-08 balance Assets:US:BofA:Checking 3103.45 USD 2009-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-07-17 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2009-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.26 USD Expenses:Home:Phone 52.26 USD 2009-07-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.12 USD Expenses:Home:Internet 80.12 USD 2009-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-08-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-08-05 balance Assets:US:BofA:Checking 1467.58 USD 2009-08-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-08-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -45.86 USD Expenses:Home:Phone 45.86 USD 2009-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2009-08-30 balance Assets:US:BofA:Checking 5615.43 USD 2009-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-09-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-09-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-09-11 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -5000 USD Assets:US:ETrade:Cash 5000 USD 2009-09-19 balance Assets:US:BofA:Checking 634.45 USD 2009-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.64 USD Expenses:Home:Phone 52.64 USD 2009-09-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.22 USD Expenses:Home:Internet 80.22 USD 2009-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-10-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-10-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-10-14 balance Assets:US:BofA:Checking 2351.29 USD 2009-10-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -49.81 USD Expenses:Home:Phone 49.81 USD 2009-10-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.86 USD Expenses:Home:Internet 79.86 USD 2009-10-23 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2009-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-11-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-11-07 balance Assets:US:BofA:Checking 1418.82 USD 2009-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-11-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.39 USD Expenses:Home:Phone 53.39 USD 2009-11-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2009-11-29 balance Assets:US:BofA:Checking 3115.03 USD 2009-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2009-12-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2009-12-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2009-12-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -55.37 USD Expenses:Home:Phone 55.37 USD 2009-12-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.01 USD Expenses:Home:Internet 80.01 USD 2009-12-27 balance Assets:US:BofA:Checking 5035.61 USD 2010-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-01-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -72.99 USD Expenses:Home:Phone 72.99 USD 2010-01-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.94 USD Expenses:Home:Internet 79.94 USD 2010-01-22 balance Assets:US:BofA:Checking 5914.66 USD 2010-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-02-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-02-12 balance Assets:US:BofA:Checking 5578.22 USD 2010-02-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -55.77 USD Expenses:Home:Phone 55.77 USD 2010-02-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.06 USD Expenses:Home:Internet 80.06 USD 2010-03-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-03-07 balance Assets:US:BofA:Checking 4388.99 USD 2010-03-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.67 USD Expenses:Home:Phone 60.67 USD 2010-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2010-03-27 balance Assets:US:BofA:Checking 5881.16 USD 2010-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-04-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-04-19 balance Assets:US:BofA:Checking 4229.26 USD 2010-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -48.38 USD Expenses:Home:Phone 48.38 USD 2010-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.89 USD Expenses:Home:Internet 79.89 USD 2010-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-05-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-05-15 balance Assets:US:BofA:Checking 3708.28 USD 2010-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.63 USD Expenses:Home:Phone 63.63 USD 2010-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.93 USD Expenses:Home:Internet 79.93 USD 2010-06-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-06-11 balance Assets:US:BofA:Checking 3452.66 USD 2010-06-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.31 USD Expenses:Home:Phone 60.31 USD 2010-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.92 USD Expenses:Home:Internet 79.92 USD 2010-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-07-05 balance Assets:US:BofA:Checking 6009.63 USD 2010-07-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-07-16 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3000 USD Assets:US:ETrade:Cash 3000 USD 2010-07-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -45.49 USD Expenses:Home:Phone 45.49 USD 2010-07-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2010-08-02 balance Assets:US:BofA:Checking 3891.49 USD 2010-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-08-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-08-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.44 USD Expenses:Home:Phone 62.44 USD 2010-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2010-08-27 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3000 USD Assets:US:ETrade:Cash 3000 USD 2010-08-29 balance Assets:US:BofA:Checking 2651.89 USD 2010-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-09-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-09-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-09-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -28.91 USD Expenses:Home:Phone 28.91 USD 2010-09-19 balance Assets:US:BofA:Checking 2067.96 USD 2010-09-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.90 USD Expenses:Home:Internet 79.90 USD 2010-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-10-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-10-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-10-08 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2010-10-11 balance Assets:US:BofA:Checking 443.69 USD 2010-10-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -72.14 USD Expenses:Home:Phone 72.14 USD 2010-10-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.93 USD Expenses:Home:Internet 79.93 USD 2010-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-11-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-11-10 balance Assets:US:BofA:Checking 2923.82 USD 2010-11-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.09 USD Expenses:Home:Phone 60.09 USD 2010-11-19 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3000 USD Assets:US:ETrade:Cash 3000 USD 2010-11-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.92 USD Expenses:Home:Internet 79.92 USD 2010-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2010-12-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2010-12-07 balance Assets:US:BofA:Checking 1766.88 USD 2010-12-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2010-12-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -61.50 USD Expenses:Home:Phone 61.50 USD 2010-12-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.11 USD Expenses:Home:Internet 80.11 USD 2010-12-27 balance Assets:US:BofA:Checking 3492.96 USD 2011-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-01-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-01-18 balance Assets:US:BofA:Checking 4687.68 USD 2011-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -55.05 USD Expenses:Home:Phone 55.05 USD 2011-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.05 USD Expenses:Home:Internet 80.05 USD 2011-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-02-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-02-08 balance Assets:US:BofA:Checking 2871.81 USD 2011-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-02-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -67.36 USD Expenses:Home:Phone 67.36 USD 2011-02-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.09 USD Expenses:Home:Internet 80.09 USD 2011-03-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-03-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-03-10 balance Assets:US:BofA:Checking 2891.56 USD 2011-03-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -78.40 USD Expenses:Home:Phone 78.40 USD 2011-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.10 USD Expenses:Home:Internet 80.10 USD 2011-04-03 balance Assets:US:BofA:Checking 3865.71 USD 2011-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-04-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-04-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-04-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.52 USD Expenses:Home:Phone 57.52 USD 2011-04-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.05 USD Expenses:Home:Internet 80.05 USD 2011-05-03 balance Assets:US:BofA:Checking 3484.77 USD 2011-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-05-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-05-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-05-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -47.20 USD Expenses:Home:Phone 47.20 USD 2011-05-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.11 USD Expenses:Home:Internet 80.11 USD 2011-06-01 balance Assets:US:BofA:Checking 3185.98 USD 2011-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-06-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-06-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.44 USD Expenses:Home:Phone 62.44 USD 2011-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.14 USD Expenses:Home:Internet 80.14 USD 2011-06-29 balance Assets:US:BofA:Checking 2480.53 USD 2011-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-07-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -40.48 USD Expenses:Home:Phone 40.48 USD 2011-07-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2011-07-28 balance Assets:US:BofA:Checking 2106.77 USD 2011-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-08-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-08-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-08-12 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3000 USD Assets:US:ETrade:Cash 3000 USD 2011-08-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.12 USD Expenses:Home:Phone 62.12 USD 2011-08-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.95 USD Expenses:Home:Internet 79.95 USD 2011-08-25 balance Assets:US:BofA:Checking 1139.59 USD 2011-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-09-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-09-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-09-19 balance Assets:US:BofA:Checking 2988.57 USD 2011-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -45.61 USD Expenses:Home:Phone 45.61 USD 2011-09-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.04 USD Expenses:Home:Internet 80.04 USD 2011-10-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-10-07 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2011-10-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-10-17 balance Assets:US:BofA:Checking 627.38 USD 2011-10-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -48.99 USD Expenses:Home:Phone 48.99 USD 2011-10-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.10 USD Expenses:Home:Internet 80.10 USD 2011-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-11-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-11-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-11-11 balance Assets:US:BofA:Checking 3130.49 USD 2011-11-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.02 USD Expenses:Home:Phone 53.02 USD 2011-11-18 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2011-11-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.88 USD Expenses:Home:Internet 79.88 USD 2011-12-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2011-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2011-12-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2011-12-10 balance Assets:US:BofA:Checking 439.31 USD 2011-12-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.25 USD Expenses:Home:Phone 56.25 USD 2011-12-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2012-01-02 balance Assets:US:BofA:Checking 5724.28 USD 2012-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-01-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-01-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-01-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -70.47 USD Expenses:Home:Phone 70.47 USD 2012-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.03 USD Expenses:Home:Internet 80.03 USD 2012-01-29 balance Assets:US:BofA:Checking 5098.11 USD 2012-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-02-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-02-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-02-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -54.59 USD Expenses:Home:Phone 54.59 USD 2012-02-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.14 USD Expenses:Home:Internet 80.14 USD 2012-02-26 balance Assets:US:BofA:Checking 4617.63 USD 2012-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-03-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -64.39 USD Expenses:Home:Phone 64.39 USD 2012-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2012-03-27 balance Assets:US:BofA:Checking 3885.14 USD 2012-04-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.28 USD Expenses:Home:Phone 63.28 USD 2012-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.18 USD Expenses:Home:Internet 80.18 USD 2012-04-23 balance Assets:US:BofA:Checking 3319.01 USD 2012-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-05-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-05-15 balance Assets:US:BofA:Checking 1906.18 USD 2012-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -48.74 USD Expenses:Home:Phone 48.74 USD 2012-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.98 USD Expenses:Home:Internet 79.98 USD 2012-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-06-05 balance Assets:US:BofA:Checking 4474.66 USD 2012-06-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-06-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-06-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -72.60 USD Expenses:Home:Phone 72.60 USD 2012-06-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.93 USD Expenses:Home:Internet 79.93 USD 2012-06-27 balance Assets:US:BofA:Checking 2567.16 USD 2012-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-07-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-07-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.79 USD Expenses:Home:Phone 63.79 USD 2012-07-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.10 USD Expenses:Home:Internet 80.10 USD 2012-07-23 balance Assets:US:BofA:Checking 2007.47 USD 2012-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-08-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-08-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-08-10 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2012-08-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.38 USD Expenses:Home:Phone 69.38 USD 2012-08-20 balance Assets:US:BofA:Checking 312.46 USD 2012-08-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.22 USD Expenses:Home:Internet 80.22 USD 2012-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-09-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-09-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-09-12 balance Assets:US:BofA:Checking 2219.92 USD 2012-09-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.54 USD Expenses:Home:Phone 62.54 USD 2012-09-21 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2012-09-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.84 USD Expenses:Home:Internet 79.84 USD 2012-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-10-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-10-09 balance Assets:US:BofA:Checking 1274.74 USD 2012-10-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-10-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.87 USD Expenses:Home:Phone 57.87 USD 2012-10-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.08 USD Expenses:Home:Internet 80.08 USD 2012-11-01 balance Assets:US:BofA:Checking 2797.55 USD 2012-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-11-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-11-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-11-16 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2012-11-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -59.10 USD Expenses:Home:Phone 59.10 USD 2012-11-21 balance Assets:US:BofA:Checking 1409.76 USD 2012-11-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.14 USD Expenses:Home:Internet 80.14 USD 2012-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2012-12-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2012-12-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2012-12-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -44.69 USD Expenses:Home:Phone 44.69 USD 2012-12-20 balance Assets:US:BofA:Checking 3331.67 USD 2012-12-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.99 USD Expenses:Home:Internet 79.99 USD 2013-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-01-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-01-13 balance Assets:US:BofA:Checking 4239.47 USD 2013-01-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -80.74 USD Expenses:Home:Phone 80.74 USD 2013-01-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.10 USD Expenses:Home:Internet 80.10 USD 2013-02-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-02-07 balance Assets:US:BofA:Checking 3025.23 USD 2013-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-02-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -55.47 USD Expenses:Home:Phone 55.47 USD 2013-02-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.03 USD Expenses:Home:Internet 80.03 USD 2013-02-27 balance Assets:US:BofA:Checking 4937.58 USD 2013-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-03-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-03-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.57 USD Expenses:Home:Phone 56.57 USD 2013-03-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2013-03-29 balance Assets:US:BofA:Checking 3734.07 USD 2013-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-04-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-04-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.17 USD Expenses:Home:Phone 60.17 USD 2013-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.02 USD Expenses:Home:Internet 80.02 USD 2013-04-27 balance Assets:US:BofA:Checking 3083.40 USD 2013-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-05-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-05-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.76 USD Expenses:Home:Phone 52.76 USD 2013-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.99 USD Expenses:Home:Internet 79.99 USD 2013-05-26 balance Assets:US:BofA:Checking 2446.83 USD 2013-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-06-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-06-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -59.90 USD Expenses:Home:Phone 59.90 USD 2013-06-19 balance Assets:US:BofA:Checking 2270.81 USD 2013-06-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.12 USD Expenses:Home:Internet 80.12 USD 2013-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-07-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-07-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-07-19 balance Assets:US:BofA:Checking 1796.49 USD 2013-07-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -54.08 USD Expenses:Home:Phone 54.08 USD 2013-07-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.11 USD Expenses:Home:Internet 80.11 USD 2013-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-08-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-08-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-08-12 balance Assets:US:BofA:Checking 2908.22 USD 2013-08-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.17 USD Expenses:Home:Phone 53.17 USD 2013-08-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.89 USD Expenses:Home:Internet 79.89 USD 2013-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-09-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-09-05 balance Assets:US:BofA:Checking 2921.76 USD 2013-09-06 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2013-09-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.77 USD Expenses:Home:Phone 60.77 USD 2013-09-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.02 USD Expenses:Home:Internet 80.02 USD 2013-09-27 balance Assets:US:BofA:Checking 2941.15 USD 2013-10-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-10-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-10-17 balance Assets:US:BofA:Checking 2494.56 USD 2013-10-18 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2013-10-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.11 USD Expenses:Home:Phone 69.11 USD 2013-10-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.94 USD Expenses:Home:Internet 79.94 USD 2013-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-11-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-11-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-11-14 balance Assets:US:BofA:Checking 394.38 USD 2013-11-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.02 USD Expenses:Home:Phone 63.02 USD 2013-11-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.81 USD Expenses:Home:Internet 79.81 USD 2013-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2013-12-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2013-12-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2013-12-11 balance Assets:US:BofA:Checking 2305.77 USD 2013-12-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -41.00 USD Expenses:Home:Phone 41.00 USD 2013-12-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2014-01-02 balance Assets:US:BofA:Checking 7605.97 USD 2014-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-01-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-01-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.23 USD Expenses:Home:Phone 62.23 USD 2014-01-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.03 USD Expenses:Home:Internet 80.03 USD 2014-01-25 balance Assets:US:BofA:Checking 7414.78 USD 2014-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-02-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-02-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -39.86 USD Expenses:Home:Phone 39.86 USD 2014-02-23 balance Assets:US:BofA:Checking 7021.60 USD 2014-02-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2014-03-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-03-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-03-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -50.52 USD Expenses:Home:Phone 50.52 USD 2014-03-21 balance Assets:US:BofA:Checking 6547.45 USD 2014-03-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.76 USD Expenses:Home:Internet 79.76 USD 2014-04-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-04-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-04-15 balance Assets:US:BofA:Checking 3940.02 USD 2014-04-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -63.55 USD Expenses:Home:Phone 63.55 USD 2014-04-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.19 USD Expenses:Home:Internet 80.19 USD 2014-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-05-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-05-13 balance Assets:US:BofA:Checking 3276.71 USD 2014-05-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -57.98 USD Expenses:Home:Phone 57.98 USD 2014-05-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.83 USD Expenses:Home:Internet 79.83 USD 2014-06-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-06-08 balance Assets:US:BofA:Checking 3436.10 USD 2014-06-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-06-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -55.34 USD Expenses:Home:Phone 55.34 USD 2014-06-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.94 USD Expenses:Home:Internet 79.94 USD 2014-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-07-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-07-07 balance Assets:US:BofA:Checking 3072.49 USD 2014-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-07-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.79 USD Expenses:Home:Phone 56.79 USD 2014-07-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.12 USD Expenses:Home:Internet 80.12 USD 2014-07-28 balance Assets:US:BofA:Checking 5586.52 USD 2014-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-08-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-08-08 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4500 USD Assets:US:ETrade:Cash 4500 USD 2014-08-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-08-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.75 USD Expenses:Home:Phone 69.75 USD 2014-08-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.15 USD Expenses:Home:Internet 80.15 USD 2014-08-23 balance Assets:US:BofA:Checking 2861.95 USD 2014-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-09-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-09-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-09-12 balance Assets:US:BofA:Checking 2299.98 USD 2014-09-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.58 USD Expenses:Home:Phone 52.58 USD 2014-09-19 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -3500 USD Assets:US:ETrade:Cash 3500 USD 2014-09-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2014-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-10-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-10-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-10-09 balance Assets:US:BofA:Checking 1299.64 USD 2014-10-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -64.12 USD Expenses:Home:Phone 64.12 USD 2014-10-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2014-11-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-11-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-11-07 balance Assets:US:BofA:Checking 3162.33 USD 2014-11-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-11-14 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2014-11-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -69.97 USD Expenses:Home:Phone 69.97 USD 2014-11-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.01 USD Expenses:Home:Internet 80.01 USD 2014-11-29 balance Assets:US:BofA:Checking 3509.93 USD 2014-12-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2014-12-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2014-12-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2014-12-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -52.31 USD Expenses:Home:Phone 52.31 USD 2014-12-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.31 USD Expenses:Home:Internet 80.31 USD 2014-12-23 balance Assets:US:BofA:Checking 3172.41 USD 2015-01-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-01-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-01-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-01-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -60.52 USD Expenses:Home:Phone 60.52 USD 2015-01-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.96 USD Expenses:Home:Internet 79.96 USD 2015-01-22 balance Assets:US:BofA:Checking 4153.05 USD 2015-02-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-02-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-02-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-02-14 balance Assets:US:BofA:Checking 3809.16 USD 2015-02-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -56.64 USD Expenses:Home:Phone 56.64 USD 2015-02-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.09 USD Expenses:Home:Internet 80.09 USD 2015-03-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-03-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-03-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-03-12 balance Assets:US:BofA:Checking 3270.40 USD 2015-03-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -41.73 USD Expenses:Home:Phone 41.73 USD 2015-03-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.91 USD Expenses:Home:Internet 79.91 USD 2015-04-04 balance Assets:US:BofA:Checking 4948.24 USD 2015-04-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-04-06 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-04-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-04-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -53.04 USD Expenses:Home:Phone 53.04 USD 2015-04-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.03 USD Expenses:Home:Internet 80.03 USD 2015-04-28 balance Assets:US:BofA:Checking 3037.03 USD 2015-05-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-05-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-05-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-05-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -58.40 USD Expenses:Home:Phone 58.40 USD 2015-05-21 balance Assets:US:BofA:Checking 3077.27 USD 2015-05-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.00 USD Expenses:Home:Internet 80.00 USD 2015-06-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-06-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-06-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-06-11 balance Assets:US:BofA:Checking 961.71 USD 2015-06-18 * "Verizon Wireless" "" Assets:US:BofA:Checking -62.31 USD Expenses:Home:Phone 62.31 USD 2015-06-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.09 USD Expenses:Home:Internet 80.09 USD 2015-07-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-07-04 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-07-08 balance Assets:US:BofA:Checking 1116.51 USD 2015-07-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-07-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -59.57 USD Expenses:Home:Phone 59.57 USD 2015-07-21 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -79.93 USD Expenses:Home:Internet 79.93 USD 2015-08-01 balance Assets:US:BofA:Checking 3002.60 USD 2015-08-03 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-08-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-08-09 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-08-19 * "Verizon Wireless" "" Assets:US:BofA:Checking -61.96 USD Expenses:Home:Phone 61.96 USD 2015-08-21 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -4000 USD Assets:US:ETrade:Cash 4000 USD 2015-08-23 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.03 USD Expenses:Home:Internet 80.03 USD 2015-08-30 balance Assets:US:BofA:Checking 882.27 USD 2015-09-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD 2015-09-05 * "RiverBank Properties" "Paying the rent" Assets:US:BofA:Checking -2400.00 USD Expenses:Home:Rent 2400.00 USD 2015-09-08 * "EDISON POWER" "" Assets:US:BofA:Checking -65.00 USD Expenses:Home:Electricity 65.00 USD 2015-09-20 * "Verizon Wireless" "" Assets:US:BofA:Checking -75.51 USD Expenses:Home:Phone 75.51 USD 2015-09-22 * "Wine-Tarner Cable" "" Assets:US:BofA:Checking -80.12 USD Expenses:Home:Internet 80.12 USD 2015-09-28 balance Assets:US:BofA:Checking 2889.36 USD 2015-10-02 * "Transfering accumulated savings to other account" Assets:US:BofA:Checking -5000 USD Assets:US:ETrade:Cash 5000 USD 2015-10-04 * "BANK FEES" "Monthly bank fee" Assets:US:BofA:Checking -4.00 USD Expenses:Financial:Fees 4.00 USD * Credit-Cards 1980-05-12 open Liabilities:US:Chase:Slate USD 2008-01-06 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -38.86 USD Expenses:Food:Restaurant 38.86 USD 2008-01-07 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.66 USD Expenses:Food:Restaurant 34.66 USD 2008-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 100.65 USD Assets:US:BofA:Checking -100.65 USD 2008-01-12 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -27.13 USD Expenses:Food:Restaurant 27.13 USD 2008-01-16 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -27.11 USD Expenses:Food:Restaurant 27.11 USD 2008-01-18 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -62.77 USD Expenses:Food:Groceries 62.77 USD 2008-01-19 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -33.87 USD Expenses:Food:Restaurant 33.87 USD 2008-01-20 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -12.58 USD Expenses:Food:Restaurant 12.58 USD 2008-01-24 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -13.77 USD Expenses:Food:Restaurant 13.77 USD 2008-01-26 balance Liabilities:US:Chase:Slate -150.10 USD 2008-01-27 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -48.05 USD Expenses:Food:Restaurant 48.05 USD 2008-01-28 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -51.46 USD Expenses:Food:Restaurant 51.46 USD 2008-01-31 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -39.11 USD Expenses:Food:Restaurant 39.11 USD 2008-02-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-02-02 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -62.50 USD Expenses:Food:Groceries 62.50 USD 2008-02-03 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -40.17 USD Expenses:Food:Restaurant 40.17 USD 2008-02-06 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -81.82 USD Expenses:Food:Restaurant 81.82 USD 2008-02-07 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -35.12 USD Expenses:Food:Restaurant 35.12 USD 2008-02-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 628.33 USD Assets:US:BofA:Checking -628.33 USD 2008-02-08 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -34.41 USD Expenses:Food:Restaurant 34.41 USD 2008-02-12 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.97 USD Expenses:Food:Restaurant 31.97 USD 2008-02-13 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -31.18 USD Expenses:Food:Restaurant 31.18 USD 2008-02-14 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -72.06 USD Expenses:Food:Groceries 72.06 USD 2008-02-17 balance Liabilities:US:Chase:Slate -169.62 USD 2008-02-17 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -34.78 USD Expenses:Food:Restaurant 34.78 USD 2008-02-20 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -36.40 USD Expenses:Food:Restaurant 36.40 USD 2008-02-22 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -33.17 USD Expenses:Food:Restaurant 33.17 USD 2008-02-23 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -30.42 USD Expenses:Food:Restaurant 30.42 USD 2008-02-25 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -35.97 USD Expenses:Food:Restaurant 35.97 USD 2008-02-26 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -33.74 USD Expenses:Food:Restaurant 33.74 USD 2008-02-27 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -45.38 USD Expenses:Food:Restaurant 45.38 USD 2008-02-28 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -24.60 USD Expenses:Food:Restaurant 24.60 USD 2008-02-29 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -68.74 USD Expenses:Food:Restaurant 68.74 USD 2008-03-04 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -38.43 USD Expenses:Food:Restaurant 38.43 USD 2008-03-04 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-03-05 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -57.71 USD Expenses:Food:Groceries 57.71 USD 2008-03-06 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -41.30 USD Expenses:Food:Restaurant 41.30 USD 2008-03-07 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.11 USD Expenses:Food:Restaurant 35.11 USD 2008-03-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 805.37 USD Assets:US:BofA:Checking -805.37 USD 2008-03-09 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -27.55 USD Expenses:Food:Restaurant 27.55 USD 2008-03-14 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -22.05 USD Expenses:Food:Restaurant 22.05 USD 2008-03-15 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -36.77 USD Expenses:Food:Restaurant 36.77 USD 2008-03-15 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -73.13 USD Expenses:Food:Groceries 73.13 USD 2008-03-16 balance Liabilities:US:Chase:Slate -159.50 USD 2008-03-18 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.84 USD Expenses:Food:Restaurant 23.84 USD 2008-03-21 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.04 USD Expenses:Food:Restaurant 23.04 USD 2008-03-22 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -82.61 USD Expenses:Food:Restaurant 82.61 USD 2008-03-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -80.46 USD Expenses:Food:Groceries 80.46 USD 2008-03-25 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.25 USD Expenses:Food:Restaurant 39.25 USD 2008-03-30 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -48.92 USD Expenses:Food:Restaurant 48.92 USD 2008-04-01 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -17.39 USD Expenses:Food:Restaurant 17.39 USD 2008-04-06 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -10.62 USD Expenses:Food:Restaurant 10.62 USD 2008-04-06 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -84.07 USD Expenses:Food:Groceries 84.07 USD 2008-04-06 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-04-07 balance Liabilities:US:Chase:Slate -689.70 USD 2008-04-11 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -28.54 USD Expenses:Food:Restaurant 28.54 USD 2008-04-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 718.24 USD Assets:US:BofA:Checking -718.24 USD 2008-04-15 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -30.68 USD Expenses:Food:Restaurant 30.68 USD 2008-04-17 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -99.32 USD Expenses:Food:Groceries 99.32 USD 2008-04-18 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -28.82 USD Expenses:Food:Restaurant 28.82 USD 2008-04-19 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -45.08 USD Expenses:Food:Restaurant 45.08 USD 2008-04-21 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -30.31 USD Expenses:Food:Restaurant 30.31 USD 2008-04-22 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -24.74 USD Expenses:Food:Restaurant 24.74 USD 2008-04-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -65.81 USD Expenses:Food:Groceries 65.81 USD 2008-04-24 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -46.27 USD Expenses:Food:Restaurant 46.27 USD 2008-04-27 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -31.09 USD Expenses:Food:Restaurant 31.09 USD 2008-04-27 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -97.88 USD Expenses:Food:Groceries 97.88 USD 2008-04-30 balance Liabilities:US:Chase:Slate -500.00 USD 2008-04-30 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -59.90 USD Expenses:Food:Restaurant 59.90 USD 2008-05-04 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -48.45 USD Expenses:Food:Restaurant 48.45 USD 2008-05-07 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-05-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 745.31 USD Assets:US:BofA:Checking -745.31 USD 2008-05-09 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -16.96 USD Expenses:Food:Restaurant 16.96 USD 2008-05-13 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -33.63 USD Expenses:Food:Restaurant 33.63 USD 2008-05-16 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -38.99 USD Expenses:Food:Restaurant 38.99 USD 2008-05-16 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -87.59 USD Expenses:Food:Groceries 87.59 USD 2008-05-18 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -32.73 USD Expenses:Food:Restaurant 32.73 USD 2008-05-22 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -62.75 USD Expenses:Food:Restaurant 62.75 USD 2008-05-23 balance Liabilities:US:Chase:Slate -255.69 USD 2008-05-25 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -30.07 USD Expenses:Food:Restaurant 30.07 USD 2008-05-27 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -24.23 USD Expenses:Food:Restaurant 24.23 USD 2008-05-28 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -26.84 USD Expenses:Food:Restaurant 26.84 USD 2008-05-31 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -27.12 USD Expenses:Food:Restaurant 27.12 USD 2008-06-02 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -39.20 USD Expenses:Food:Restaurant 39.20 USD 2008-06-02 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -63.34 USD Expenses:Food:Groceries 63.34 USD 2008-06-03 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-06-04 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -36.83 USD Expenses:Food:Restaurant 36.83 USD 2008-06-09 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -21.68 USD Expenses:Food:Restaurant 21.68 USD 2008-06-11 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -41.50 USD Expenses:Food:Restaurant 41.50 USD 2008-06-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 686.50 USD Assets:US:BofA:Checking -686.50 USD 2008-06-14 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -145.89 USD Expenses:Food:Groceries 145.89 USD 2008-06-15 balance Liabilities:US:Chase:Slate -145.89 USD 2008-06-15 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -19.38 USD Expenses:Food:Restaurant 19.38 USD 2008-06-17 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -47.26 USD Expenses:Food:Restaurant 47.26 USD 2008-06-20 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -29.10 USD Expenses:Food:Restaurant 29.10 USD 2008-06-23 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -22.91 USD Expenses:Food:Restaurant 22.91 USD 2008-06-24 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -37.31 USD Expenses:Food:Groceries 37.31 USD 2008-06-27 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -40.38 USD Expenses:Food:Restaurant 40.38 USD 2008-06-30 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -21.45 USD Expenses:Food:Restaurant 21.45 USD 2008-06-30 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-07-02 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -24.50 USD Expenses:Food:Restaurant 24.50 USD 2008-07-03 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -96.81 USD Expenses:Food:Restaurant 96.81 USD 2008-07-06 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -33.69 USD Expenses:Food:Restaurant 33.69 USD 2008-07-07 balance Liabilities:US:Chase:Slate -638.68 USD 2008-07-07 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -110.12 USD Expenses:Food:Groceries 110.12 USD 2008-07-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 809.88 USD Assets:US:BofA:Checking -809.88 USD 2008-07-09 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -61.08 USD Expenses:Food:Restaurant 61.08 USD 2008-07-10 event "location" "San Francisco" 2008-07-11 * "Pizza Delfina" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -20.55 USD Expenses:Food:Restaurant 20.55 USD 2008-07-12 * "Pizza Delfina" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -20.96 USD Expenses:Food:Restaurant 20.96 USD 2008-07-12 * "Waterbar" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -54.85 USD Expenses:Food:Restaurant 54.85 USD 2008-07-13 * "Waterbar" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -46.29 USD Expenses:Food:Restaurant 46.29 USD 2008-07-14 * "Bar Crudo" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -74.60 USD Expenses:Food:Restaurant 74.60 USD 2008-07-14 * "Pizza Delfina" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -18.52 USD Expenses:Food:Restaurant 18.52 USD 2008-07-15 * "Bar Crudo" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -71.97 USD Expenses:Food:Restaurant 71.97 USD 2008-07-15 * "Starbucks" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -5.94 USD Expenses:Food:Coffee 5.94 USD 2008-07-16 * "Pizza Delfina" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -18.08 USD Expenses:Food:Restaurant 18.08 USD 2008-07-16 * "Waterbar" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -48.77 USD Expenses:Food:Restaurant 48.77 USD 2008-07-16 * "Starbucks" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -5.44 USD Expenses:Food:Coffee 5.44 USD 2008-07-17 * "Waterbar" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -54.73 USD Expenses:Food:Restaurant 54.73 USD 2008-07-17 * "Mission Chinese Food" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -22.53 USD Expenses:Food:Restaurant 22.53 USD 2008-07-18 * "Bar Crudo" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -70.93 USD Expenses:Food:Restaurant 70.93 USD 2008-07-18 * "Waterbar" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -57.20 USD Expenses:Food:Restaurant 57.20 USD 2008-07-18 * "Starbucks" "" #trip-san-francisco-2008 Liabilities:US:Chase:Slate -5.81 USD Expenses:Food:Coffee 5.81 USD 2008-07-18 * "Consume vacation days" Assets:US:Hooli:Vacation -64 VACHR Expenses:Vacation 64 VACHR 2008-07-18 event "location" "New Metropolis" 2008-07-19 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -30.09 USD Expenses:Food:Restaurant 30.09 USD 2008-07-21 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -16.55 USD Expenses:Food:Restaurant 16.55 USD 2008-07-25 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -22.43 USD Expenses:Food:Restaurant 22.43 USD 2008-07-29 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -22.97 USD Expenses:Food:Restaurant 22.97 USD 2008-07-31 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-08-02 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -86.31 USD Expenses:Food:Groceries 86.31 USD 2008-08-03 balance Liabilities:US:Chase:Slate -895.52 USD 2008-08-03 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -72.81 USD Expenses:Food:Restaurant 72.81 USD 2008-08-04 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -26.68 USD Expenses:Food:Restaurant 26.68 USD 2008-08-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 448.92 USD Assets:US:BofA:Checking -448.92 USD 2008-08-08 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -51.08 USD Expenses:Food:Restaurant 51.08 USD 2008-08-10 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.28 USD Expenses:Food:Restaurant 33.28 USD 2008-08-11 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -19.61 USD Expenses:Food:Restaurant 19.61 USD 2008-08-14 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -32.71 USD Expenses:Food:Restaurant 32.71 USD 2008-08-15 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -77.91 USD Expenses:Food:Groceries 77.91 USD 2008-08-18 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -17.95 USD Expenses:Food:Restaurant 17.95 USD 2008-08-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -61.25 USD Expenses:Food:Groceries 61.25 USD 2008-08-23 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -30.81 USD Expenses:Food:Restaurant 30.81 USD 2008-08-25 balance Liabilities:US:Chase:Slate -870.69 USD 2008-08-27 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -30.55 USD Expenses:Food:Restaurant 30.55 USD 2008-08-30 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -29.14 USD Expenses:Food:Restaurant 29.14 USD 2008-08-30 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-08-31 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -38.37 USD Expenses:Food:Restaurant 38.37 USD 2008-09-03 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -57.04 USD Expenses:Food:Restaurant 57.04 USD 2008-09-03 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -75.65 USD Expenses:Food:Groceries 75.65 USD 2008-09-05 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -26.96 USD Expenses:Food:Restaurant 26.96 USD 2008-09-06 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -37.86 USD Expenses:Food:Restaurant 37.86 USD 2008-09-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 723.30 USD Assets:US:BofA:Checking -723.30 USD 2008-09-11 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.21 USD Expenses:Food:Restaurant 34.21 USD 2008-09-12 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -49.93 USD Expenses:Food:Restaurant 49.93 USD 2008-09-13 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -46.91 USD Expenses:Food:Restaurant 46.91 USD 2008-09-16 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -26.90 USD Expenses:Food:Restaurant 26.90 USD 2008-09-18 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -33.59 USD Expenses:Food:Restaurant 33.59 USD 2008-09-20 balance Liabilities:US:Chase:Slate -754.50 USD 2008-09-20 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -21.46 USD Expenses:Food:Restaurant 21.46 USD 2008-09-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -105.35 USD Expenses:Food:Groceries 105.35 USD 2008-09-24 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -41.15 USD Expenses:Food:Restaurant 41.15 USD 2008-09-28 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -26.77 USD Expenses:Food:Restaurant 26.77 USD 2008-09-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-10-03 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -40.07 USD Expenses:Food:Restaurant 40.07 USD 2008-10-07 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -47.13 USD Expenses:Food:Restaurant 47.13 USD 2008-10-10 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -25.23 USD Expenses:Food:Restaurant 25.23 USD 2008-10-10 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -59.83 USD Expenses:Food:Groceries 59.83 USD 2008-10-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 584.49 USD Assets:US:BofA:Checking -584.49 USD 2008-10-11 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -48.63 USD Expenses:Food:Restaurant 48.63 USD 2008-10-14 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -21.12 USD Expenses:Food:Restaurant 21.12 USD 2008-10-15 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -55.68 USD Expenses:Food:Groceries 55.68 USD 2008-10-16 balance Liabilities:US:Chase:Slate -782.43 USD 2008-10-18 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -23.89 USD Expenses:Food:Restaurant 23.89 USD 2008-10-21 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -31.00 USD Expenses:Food:Restaurant 31.00 USD 2008-10-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -51.45 USD Expenses:Food:Groceries 51.45 USD 2008-10-26 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -25.50 USD Expenses:Food:Restaurant 25.50 USD 2008-10-27 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -21.63 USD Expenses:Food:Restaurant 21.63 USD 2008-10-27 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -123.73 USD Expenses:Food:Groceries 123.73 USD 2008-10-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-10-29 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -18.08 USD Expenses:Food:Restaurant 18.08 USD 2008-10-30 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -24.16 USD Expenses:Food:Restaurant 24.16 USD 2008-10-31 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -64.59 USD Expenses:Food:Restaurant 64.59 USD 2008-11-02 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -29.80 USD Expenses:Food:Restaurant 29.80 USD 2008-11-06 balance Liabilities:US:Chase:Slate -1316.26 USD 2008-11-06 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -24.63 USD Expenses:Food:Restaurant 24.63 USD 2008-11-06 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -75.60 USD Expenses:Food:Groceries 75.60 USD 2008-11-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 845.42 USD Assets:US:BofA:Checking -845.42 USD 2008-11-10 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -26.10 USD Expenses:Food:Restaurant 26.10 USD 2008-11-15 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -27.22 USD Expenses:Food:Restaurant 27.22 USD 2008-11-16 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -112.10 USD Expenses:Food:Groceries 112.10 USD 2008-11-17 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -46.59 USD Expenses:Food:Restaurant 46.59 USD 2008-11-21 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -25.07 USD Expenses:Food:Restaurant 25.07 USD 2008-11-23 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -15.93 USD Expenses:Food:Restaurant 15.93 USD 2008-11-25 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -69.77 USD Expenses:Food:Groceries 69.77 USD 2008-11-27 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -30.29 USD Expenses:Food:Restaurant 30.29 USD 2008-11-28 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -20.72 USD Expenses:Food:Restaurant 20.72 USD 2008-11-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-11-29 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -34.88 USD Expenses:Food:Restaurant 34.88 USD 2008-12-03 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -24.95 USD Expenses:Food:Restaurant 24.95 USD 2008-12-05 balance Liabilities:US:Chase:Slate -1124.69 USD 2008-12-07 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -100.21 USD Expenses:Food:Groceries 100.21 USD 2008-12-08 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -34.75 USD Expenses:Food:Restaurant 34.75 USD 2008-12-09 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -37.10 USD Expenses:Food:Restaurant 37.10 USD 2008-12-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 699.58 USD Assets:US:BofA:Checking -699.58 USD 2008-12-10 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -40.23 USD Expenses:Food:Restaurant 40.23 USD 2008-12-15 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.90 USD Expenses:Food:Restaurant 28.90 USD 2008-12-17 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -27.83 USD Expenses:Food:Restaurant 27.83 USD 2008-12-20 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -38.26 USD Expenses:Food:Restaurant 38.26 USD 2008-12-22 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -25.87 USD Expenses:Food:Restaurant 25.87 USD 2008-12-23 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -35.47 USD Expenses:Food:Restaurant 35.47 USD 2008-12-27 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.01 USD Expenses:Food:Restaurant 28.01 USD 2008-12-27 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -60.48 USD Expenses:Food:Groceries 60.48 USD 2008-12-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2008-12-29 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -20.57 USD Expenses:Food:Restaurant 20.57 USD 2008-12-31 balance Liabilities:US:Chase:Slate -1022.79 USD 2009-01-03 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -9.79 USD Expenses:Food:Restaurant 9.79 USD 2009-01-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 466.11 USD Assets:US:BofA:Checking -466.11 USD 2009-01-08 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -30.70 USD Expenses:Food:Restaurant 30.70 USD 2009-01-10 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.08 USD Expenses:Food:Restaurant 34.08 USD 2009-01-15 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -42.42 USD Expenses:Food:Restaurant 42.42 USD 2009-01-15 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -72.02 USD Expenses:Food:Groceries 72.02 USD 2009-01-20 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -27.48 USD Expenses:Food:Restaurant 27.48 USD 2009-01-20 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -58.69 USD Expenses:Food:Groceries 58.69 USD 2009-01-21 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -25.33 USD Expenses:Food:Restaurant 25.33 USD 2009-01-25 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -39.61 USD Expenses:Food:Restaurant 39.61 USD 2009-01-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-01-29 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -37.51 USD Expenses:Food:Groceries 37.51 USD 2009-01-30 balance Liabilities:US:Chase:Slate -1054.31 USD 2009-01-30 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -49.09 USD Expenses:Food:Restaurant 49.09 USD 2009-02-03 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -42.78 USD Expenses:Food:Restaurant 42.78 USD 2009-02-06 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.60 USD Expenses:Food:Restaurant 37.60 USD 2009-02-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 622.71 USD Assets:US:BofA:Checking -622.71 USD 2009-02-10 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -36.10 USD Expenses:Food:Restaurant 36.10 USD 2009-02-12 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -25.69 USD Expenses:Food:Restaurant 25.69 USD 2009-02-15 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -23.37 USD Expenses:Food:Restaurant 23.37 USD 2009-02-16 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -78.25 USD Expenses:Food:Groceries 78.25 USD 2009-02-19 balance Liabilities:US:Chase:Slate -724.48 USD 2009-02-19 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -29.28 USD Expenses:Food:Restaurant 29.28 USD 2009-02-20 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -15.03 USD Expenses:Food:Restaurant 15.03 USD 2009-02-21 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -32.66 USD Expenses:Food:Restaurant 32.66 USD 2009-02-24 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -22.52 USD Expenses:Food:Restaurant 22.52 USD 2009-02-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-03-01 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -49.01 USD Expenses:Food:Restaurant 49.01 USD 2009-03-02 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -43.82 USD Expenses:Food:Groceries 43.82 USD 2009-03-05 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -61.78 USD Expenses:Food:Restaurant 61.78 USD 2009-03-07 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -40.23 USD Expenses:Food:Restaurant 40.23 USD 2009-03-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 560.64 USD Assets:US:BofA:Checking -560.64 USD 2009-03-12 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -19.00 USD Expenses:Food:Restaurant 19.00 USD 2009-03-13 balance Liabilities:US:Chase:Slate -597.17 USD 2009-03-14 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -98.03 USD Expenses:Food:Groceries 98.03 USD 2009-03-16 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -16.41 USD Expenses:Food:Restaurant 16.41 USD 2009-03-18 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -49.44 USD Expenses:Food:Restaurant 49.44 USD 2009-03-21 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -43.60 USD Expenses:Food:Restaurant 43.60 USD 2009-03-26 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.99 USD Expenses:Food:Restaurant 31.99 USD 2009-03-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-03-31 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.47 USD Expenses:Food:Restaurant 28.47 USD 2009-04-01 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -43.47 USD Expenses:Food:Restaurant 43.47 USD 2009-04-01 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -87.46 USD Expenses:Food:Groceries 87.46 USD 2009-04-03 balance Liabilities:US:Chase:Slate -1116.04 USD 2009-04-05 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.51 USD Expenses:Food:Restaurant 40.51 USD 2009-04-06 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.44 USD Expenses:Food:Restaurant 28.44 USD 2009-04-08 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -19.02 USD Expenses:Food:Restaurant 19.02 USD 2009-04-09 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.57 USD Expenses:Food:Restaurant 23.57 USD 2009-04-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 630.41 USD Assets:US:BofA:Checking -630.41 USD 2009-04-14 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.86 USD Expenses:Food:Restaurant 27.86 USD 2009-04-15 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -39.93 USD Expenses:Food:Restaurant 39.93 USD 2009-04-17 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -33.83 USD Expenses:Food:Restaurant 33.83 USD 2009-04-18 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -83.98 USD Expenses:Food:Groceries 83.98 USD 2009-04-19 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -20.19 USD Expenses:Food:Restaurant 20.19 USD 2009-04-21 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -49.29 USD Expenses:Food:Restaurant 49.29 USD 2009-04-23 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -31.11 USD Expenses:Food:Restaurant 31.11 USD 2009-04-24 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -87.86 USD Expenses:Food:Groceries 87.86 USD 2009-04-27 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -23.39 USD Expenses:Food:Restaurant 23.39 USD 2009-04-28 balance Liabilities:US:Chase:Slate -994.61 USD 2009-05-01 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -22.77 USD Expenses:Food:Restaurant 22.77 USD 2009-05-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-05-05 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -14.63 USD Expenses:Food:Restaurant 14.63 USD 2009-05-06 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -106.88 USD Expenses:Food:Groceries 106.88 USD 2009-05-07 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -29.75 USD Expenses:Food:Restaurant 29.75 USD 2009-05-11 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.73 USD Expenses:Food:Restaurant 23.73 USD 2009-05-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 715.20 USD Assets:US:BofA:Checking -715.20 USD 2009-05-15 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -36.20 USD Expenses:Food:Restaurant 36.20 USD 2009-05-18 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -50.74 USD Expenses:Food:Restaurant 50.74 USD 2009-05-20 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -16.07 USD Expenses:Food:Restaurant 16.07 USD 2009-05-23 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -80.96 USD Expenses:Food:Groceries 80.96 USD 2009-05-24 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -36.48 USD Expenses:Food:Restaurant 36.48 USD 2009-05-25 balance Liabilities:US:Chase:Slate -817.62 USD 2009-05-25 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -28.80 USD Expenses:Food:Restaurant 28.80 USD 2009-05-26 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -53.86 USD Expenses:Food:Restaurant 53.86 USD 2009-05-27 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -43.97 USD Expenses:Food:Restaurant 43.97 USD 2009-06-01 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -31.76 USD Expenses:Food:Restaurant 31.76 USD 2009-06-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-06-05 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -16.87 USD Expenses:Food:Restaurant 16.87 USD 2009-06-05 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -103.82 USD Expenses:Food:Groceries 103.82 USD 2009-06-08 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -22.48 USD Expenses:Food:Restaurant 22.48 USD 2009-06-09 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -27.88 USD Expenses:Food:Restaurant 27.88 USD 2009-06-10 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -51.45 USD Expenses:Food:Restaurant 51.45 USD 2009-06-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 761.20 USD Assets:US:BofA:Checking -761.20 USD 2009-06-13 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -39.86 USD Expenses:Food:Restaurant 39.86 USD 2009-06-15 balance Liabilities:US:Chase:Slate -597.17 USD 2009-06-18 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.93 USD Expenses:Food:Restaurant 23.93 USD 2009-06-18 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -68.19 USD Expenses:Food:Groceries 68.19 USD 2009-06-21 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -17.54 USD Expenses:Food:Restaurant 17.54 USD 2009-06-22 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -32.50 USD Expenses:Food:Restaurant 32.50 USD 2009-06-26 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -36.02 USD Expenses:Food:Restaurant 36.02 USD 2009-07-01 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -18.84 USD Expenses:Food:Restaurant 18.84 USD 2009-07-02 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -41.96 USD Expenses:Food:Restaurant 41.96 USD 2009-07-02 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-07-04 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -32.96 USD Expenses:Food:Restaurant 32.96 USD 2009-07-04 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -96.48 USD Expenses:Food:Groceries 96.48 USD 2009-07-05 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -18.19 USD Expenses:Food:Restaurant 18.19 USD 2009-07-07 balance Liabilities:US:Chase:Slate -1103.78 USD 2009-07-07 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -33.21 USD Expenses:Food:Restaurant 33.21 USD 2009-07-09 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.77 USD Expenses:Food:Restaurant 28.77 USD 2009-07-10 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -20.76 USD Expenses:Food:Restaurant 20.76 USD 2009-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 635.69 USD Assets:US:BofA:Checking -635.69 USD 2009-07-12 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -46.34 USD Expenses:Food:Restaurant 46.34 USD 2009-07-15 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -70.17 USD Expenses:Food:Restaurant 70.17 USD 2009-07-16 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -45.17 USD Expenses:Food:Restaurant 45.17 USD 2009-07-19 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -74.38 USD Expenses:Food:Restaurant 74.38 USD 2009-07-19 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -127.99 USD Expenses:Food:Groceries 127.99 USD 2009-07-24 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -73.24 USD Expenses:Food:Restaurant 73.24 USD 2009-07-27 balance Liabilities:US:Chase:Slate -988.12 USD 2009-07-29 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -30.53 USD Expenses:Food:Restaurant 30.53 USD 2009-07-30 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -8.55 USD Expenses:Food:Restaurant 8.55 USD 2009-07-31 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-08-01 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -14.20 USD Expenses:Food:Restaurant 14.20 USD 2009-08-06 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -23.01 USD Expenses:Food:Restaurant 23.01 USD 2009-08-07 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -19.15 USD Expenses:Food:Restaurant 19.15 USD 2009-08-07 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -106.14 USD Expenses:Food:Groceries 106.14 USD 2009-08-08 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -16.02 USD Expenses:Food:Restaurant 16.02 USD 2009-08-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 762.43 USD Assets:US:BofA:Checking -762.43 USD 2009-08-12 event "location" "New York" 2009-08-13 * "Uncle Boons" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -42.07 USD Expenses:Food:Restaurant 42.07 USD 2009-08-13 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -27.29 USD Expenses:Food:Restaurant 27.29 USD 2009-08-13 * "Laut" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -32.28 USD Expenses:Food:Restaurant 32.28 USD 2009-08-13 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -5.99 USD Expenses:Food:Coffee 5.99 USD 2009-08-14 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -25.72 USD Expenses:Food:Restaurant 25.72 USD 2009-08-14 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -6.75 USD Expenses:Food:Coffee 6.75 USD 2009-08-15 * "Uncle Boons" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -44.23 USD Expenses:Food:Restaurant 44.23 USD 2009-08-15 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -5.16 USD Expenses:Food:Coffee 5.16 USD 2009-08-16 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -52.84 USD Expenses:Food:Restaurant 52.84 USD 2009-08-16 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -4.09 USD Expenses:Food:Coffee 4.09 USD 2009-08-17 balance Liabilities:US:Chase:Slate -809.71 USD 2009-08-18 * "Uncle Boons" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -43.80 USD Expenses:Food:Restaurant 43.80 USD 2009-08-18 * "Laut" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -27.52 USD Expenses:Food:Restaurant 27.52 USD 2009-08-19 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -31.47 USD Expenses:Food:Restaurant 31.47 USD 2009-08-19 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -57.22 USD Expenses:Food:Restaurant 57.22 USD 2009-08-19 * "Laut" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -32.61 USD Expenses:Food:Restaurant 32.61 USD 2009-08-19 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -5.29 USD Expenses:Food:Coffee 5.29 USD 2009-08-20 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -32.39 USD Expenses:Food:Restaurant 32.39 USD 2009-08-20 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -6.52 USD Expenses:Food:Coffee 6.52 USD 2009-08-21 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -7.49 USD Expenses:Food:Coffee 7.49 USD 2009-08-22 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -29.98 USD Expenses:Food:Restaurant 29.98 USD 2009-08-22 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -7.50 USD Expenses:Food:Coffee 7.50 USD 2009-08-22 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -6.26 USD Expenses:Food:Coffee 6.26 USD 2009-08-23 * "Uncle Boons" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -39.54 USD Expenses:Food:Restaurant 39.54 USD 2009-08-23 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -8.08 USD Expenses:Food:Coffee 8.08 USD 2009-08-25 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -52.71 USD Expenses:Food:Restaurant 52.71 USD 2009-08-26 * "Laut" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -30.25 USD Expenses:Food:Restaurant 30.25 USD 2009-08-26 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -6.11 USD Expenses:Food:Coffee 6.11 USD 2009-08-27 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -32.96 USD Expenses:Food:Restaurant 32.96 USD 2009-08-27 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -53.19 USD Expenses:Food:Restaurant 53.19 USD 2009-08-27 * "La Colombe" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -7.63 USD Expenses:Food:Coffee 7.63 USD 2009-08-28 * "Uncle Boons" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -37.99 USD Expenses:Food:Restaurant 37.99 USD 2009-08-28 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -52.38 USD Expenses:Food:Restaurant 52.38 USD 2009-08-29 * "Uncle Boons" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -44.90 USD Expenses:Food:Restaurant 44.90 USD 2009-08-30 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -47.72 USD Expenses:Food:Restaurant 47.72 USD 2009-08-31 * "Cafe Select" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -32.13 USD Expenses:Food:Restaurant 32.13 USD 2009-08-31 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -51.91 USD Expenses:Food:Restaurant 51.91 USD 2009-08-31 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -6.75 USD Expenses:Food:Coffee 6.75 USD 2009-09-01 * "Takahachi" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -49.34 USD Expenses:Food:Restaurant 49.34 USD 2009-09-02 * "Gimme! Coffee" "" #trip-new-york-2009 Liabilities:US:Chase:Slate -5.77 USD Expenses:Food:Coffee 5.77 USD 2009-09-02 * "Consume vacation days" Assets:US:Hooli:Vacation -168 VACHR Expenses:Vacation 168 VACHR 2009-09-02 event "location" "New Metropolis" 2009-09-04 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -33.88 USD Expenses:Food:Restaurant 33.88 USD 2009-09-06 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -26.95 USD Expenses:Food:Restaurant 26.95 USD 2009-09-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 62.58 USD Assets:US:BofA:Checking -62.58 USD 2009-09-08 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -35.63 USD Expenses:Food:Restaurant 35.63 USD 2009-09-09 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -82.42 USD Expenses:Food:Groceries 82.42 USD 2009-09-13 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -29.04 USD Expenses:Food:Restaurant 29.04 USD 2009-09-15 balance Liabilities:US:Chase:Slate -1802.46 USD 2009-09-15 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -18.85 USD Expenses:Food:Restaurant 18.85 USD 2009-09-17 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -140.08 USD Expenses:Food:Groceries 140.08 USD 2009-09-20 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -47.36 USD Expenses:Food:Restaurant 47.36 USD 2009-09-22 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -47.69 USD Expenses:Food:Restaurant 47.69 USD 2009-09-24 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -23.68 USD Expenses:Food:Restaurant 23.68 USD 2009-09-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-09-27 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -29.91 USD Expenses:Food:Restaurant 29.91 USD 2009-10-01 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -11.09 USD Expenses:Food:Restaurant 11.09 USD 2009-10-02 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -80.65 USD Expenses:Food:Groceries 80.65 USD 2009-10-04 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -44.63 USD Expenses:Food:Restaurant 44.63 USD 2009-10-08 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -67.44 USD Expenses:Food:Restaurant 67.44 USD 2009-10-09 balance Liabilities:US:Chase:Slate -2433.84 USD 2009-10-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 782.50 USD Assets:US:BofA:Checking -782.50 USD 2009-10-13 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -39.66 USD Expenses:Food:Restaurant 39.66 USD 2009-10-16 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -35.67 USD Expenses:Food:Restaurant 35.67 USD 2009-10-17 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -65.19 USD Expenses:Food:Groceries 65.19 USD 2009-10-20 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.96 USD Expenses:Food:Restaurant 28.96 USD 2009-10-21 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -25.03 USD Expenses:Food:Restaurant 25.03 USD 2009-10-22 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -63.80 USD Expenses:Food:Groceries 63.80 USD 2009-10-23 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -34.97 USD Expenses:Food:Restaurant 34.97 USD 2009-10-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-10-28 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -21.08 USD Expenses:Food:Restaurant 21.08 USD 2009-10-29 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -15.79 USD Expenses:Food:Restaurant 15.79 USD 2009-10-30 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -29.39 USD Expenses:Food:Restaurant 29.39 USD 2009-11-02 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -12.87 USD Expenses:Food:Restaurant 12.87 USD 2009-11-03 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -29.24 USD Expenses:Food:Restaurant 29.24 USD 2009-11-04 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -50.22 USD Expenses:Food:Restaurant 50.22 USD 2009-11-05 balance Liabilities:US:Chase:Slate -2223.21 USD 2009-11-05 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -18.61 USD Expenses:Food:Restaurant 18.61 USD 2009-11-07 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -54.59 USD Expenses:Food:Restaurant 54.59 USD 2009-11-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 656.00 USD Assets:US:BofA:Checking -656.00 USD 2009-11-10 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -50.59 USD Expenses:Food:Groceries 50.59 USD 2009-11-12 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -19.70 USD Expenses:Food:Restaurant 19.70 USD 2009-11-15 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -50.36 USD Expenses:Food:Groceries 50.36 USD 2009-11-16 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.41 USD Expenses:Food:Restaurant 34.41 USD 2009-11-18 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -52.64 USD Expenses:Food:Restaurant 52.64 USD 2009-11-23 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -39.55 USD Expenses:Food:Restaurant 39.55 USD 2009-11-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-11-24 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -128.07 USD Expenses:Food:Groceries 128.07 USD 2009-11-27 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -38.43 USD Expenses:Food:Restaurant 38.43 USD 2009-11-29 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -53.32 USD Expenses:Food:Restaurant 53.32 USD 2009-11-30 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -39.23 USD Expenses:Food:Restaurant 39.23 USD 2009-12-01 balance Liabilities:US:Chase:Slate -2266.71 USD 2009-12-03 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.35 USD Expenses:Food:Restaurant 34.35 USD 2009-12-05 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -57.40 USD Expenses:Food:Restaurant 57.40 USD 2009-12-07 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -99.85 USD Expenses:Food:Groceries 99.85 USD 2009-12-10 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.19 USD Expenses:Food:Restaurant 23.19 USD 2009-12-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 896.24 USD Assets:US:BofA:Checking -896.24 USD 2009-12-12 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -105.74 USD Expenses:Food:Groceries 105.74 USD 2009-12-15 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -29.07 USD Expenses:Food:Restaurant 29.07 USD 2009-12-16 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -35.61 USD Expenses:Food:Restaurant 35.61 USD 2009-12-17 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -36.45 USD Expenses:Food:Restaurant 36.45 USD 2009-12-21 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -71.15 USD Expenses:Food:Restaurant 71.15 USD 2009-12-22 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -35.13 USD Expenses:Food:Restaurant 35.13 USD 2009-12-25 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -35.47 USD Expenses:Food:Restaurant 35.47 USD 2009-12-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2009-12-26 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -26.02 USD Expenses:Food:Restaurant 26.02 USD 2009-12-27 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.74 USD Expenses:Food:Restaurant 33.74 USD 2009-12-30 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -31.88 USD Expenses:Food:Restaurant 31.88 USD 2009-12-31 balance Liabilities:US:Chase:Slate -2145.52 USD 2009-12-31 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -74.21 USD Expenses:Food:Groceries 74.21 USD 2010-01-02 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -25.29 USD Expenses:Food:Restaurant 25.29 USD 2010-01-03 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -84.82 USD Expenses:Food:Restaurant 84.82 USD 2010-01-06 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -18.49 USD Expenses:Food:Restaurant 18.49 USD 2010-01-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 681.76 USD Assets:US:BofA:Checking -681.76 USD 2010-01-11 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -24.43 USD Expenses:Food:Restaurant 24.43 USD 2010-01-16 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -29.19 USD Expenses:Food:Restaurant 29.19 USD 2010-01-17 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -69.67 USD Expenses:Food:Groceries 69.67 USD 2010-01-18 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.29 USD Expenses:Food:Restaurant 22.29 USD 2010-01-19 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -41.59 USD Expenses:Food:Restaurant 41.59 USD 2010-01-21 balance Liabilities:US:Chase:Slate -1853.74 USD 2010-01-22 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -19.65 USD Expenses:Food:Restaurant 19.65 USD 2010-01-22 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-01-26 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -25.04 USD Expenses:Food:Restaurant 25.04 USD 2010-01-28 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -52.43 USD Expenses:Food:Groceries 52.43 USD 2010-01-31 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -34.61 USD Expenses:Food:Restaurant 34.61 USD 2010-02-05 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -21.13 USD Expenses:Food:Restaurant 21.13 USD 2010-02-07 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -80.61 USD Expenses:Food:Groceries 80.61 USD 2010-02-09 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -27.48 USD Expenses:Food:Restaurant 27.48 USD 2010-02-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 568.64 USD Assets:US:BofA:Checking -568.64 USD 2010-02-13 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -24.95 USD Expenses:Food:Restaurant 24.95 USD 2010-02-14 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -16.75 USD Expenses:Food:Restaurant 16.75 USD 2010-02-17 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -14.74 USD Expenses:Food:Restaurant 14.74 USD 2010-02-19 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -52.22 USD Expenses:Food:Restaurant 52.22 USD 2010-02-20 balance Liabilities:US:Chase:Slate -1774.71 USD 2010-02-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -76.98 USD Expenses:Food:Groceries 76.98 USD 2010-02-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-02-24 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -15.74 USD Expenses:Food:Restaurant 15.74 USD 2010-03-01 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -27.31 USD Expenses:Food:Restaurant 27.31 USD 2010-03-04 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -15.25 USD Expenses:Food:Restaurant 15.25 USD 2010-03-05 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -12.15 USD Expenses:Food:Restaurant 12.15 USD 2010-03-06 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -87.93 USD Expenses:Food:Groceries 87.93 USD 2010-03-09 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -29.40 USD Expenses:Food:Restaurant 29.40 USD 2010-03-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 495.31 USD Assets:US:BofA:Checking -495.31 USD 2010-03-12 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -26.84 USD Expenses:Food:Restaurant 26.84 USD 2010-03-13 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -61.55 USD Expenses:Food:Groceries 61.55 USD 2010-03-14 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -14.16 USD Expenses:Food:Restaurant 14.16 USD 2010-03-15 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -12.76 USD Expenses:Food:Restaurant 12.76 USD 2010-03-17 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -20.28 USD Expenses:Food:Restaurant 20.28 USD 2010-03-19 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -35.90 USD Expenses:Food:Restaurant 35.90 USD 2010-03-22 balance Liabilities:US:Chase:Slate -1835.65 USD 2010-03-22 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -44.72 USD Expenses:Food:Restaurant 44.72 USD 2010-03-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-03-27 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -28.57 USD Expenses:Food:Restaurant 28.57 USD 2010-03-29 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -14.85 USD Expenses:Food:Restaurant 14.85 USD 2010-03-31 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -104.40 USD Expenses:Food:Groceries 104.40 USD 2010-04-01 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -19.09 USD Expenses:Food:Restaurant 19.09 USD 2010-04-04 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.10 USD Expenses:Food:Restaurant 39.10 USD 2010-04-09 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -18.12 USD Expenses:Food:Restaurant 18.12 USD 2010-04-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 533.50 USD Assets:US:BofA:Checking -533.50 USD 2010-04-10 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -31.09 USD Expenses:Food:Restaurant 31.09 USD 2010-04-11 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -18.50 USD Expenses:Food:Restaurant 18.50 USD 2010-04-14 balance Liabilities:US:Chase:Slate -1740.59 USD 2010-04-16 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -44.15 USD Expenses:Food:Restaurant 44.15 USD 2010-04-17 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -111.41 USD Expenses:Food:Groceries 111.41 USD 2010-04-20 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -39.12 USD Expenses:Food:Restaurant 39.12 USD 2010-04-23 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -24.53 USD Expenses:Food:Restaurant 24.53 USD 2010-04-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-04-28 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -24.95 USD Expenses:Food:Restaurant 24.95 USD 2010-04-30 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -11.43 USD Expenses:Food:Restaurant 11.43 USD 2010-05-01 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -108.82 USD Expenses:Food:Groceries 108.82 USD 2010-05-03 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.23 USD Expenses:Food:Restaurant 27.23 USD 2010-05-07 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -31.90 USD Expenses:Food:Restaurant 31.90 USD 2010-05-08 balance Liabilities:US:Chase:Slate -2284.13 USD 2010-05-09 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.78 USD Expenses:Food:Restaurant 31.78 USD 2010-05-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 624.91 USD Assets:US:BofA:Checking -624.91 USD 2010-05-10 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -61.65 USD Expenses:Food:Groceries 61.65 USD 2010-05-11 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -15.10 USD Expenses:Food:Restaurant 15.10 USD 2010-05-16 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -32.46 USD Expenses:Food:Restaurant 32.46 USD 2010-05-21 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -20.52 USD Expenses:Food:Restaurant 20.52 USD 2010-05-24 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.44 USD Expenses:Food:Restaurant 28.44 USD 2010-05-25 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -14.35 USD Expenses:Food:Restaurant 14.35 USD 2010-05-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-05-27 event "location" "Boston" 2010-05-28 * "Giacomo's Restaurant" "" #trip-boston-2010 Liabilities:US:Chase:Slate -42.26 USD Expenses:Food:Restaurant 42.26 USD 2010-05-29 * "Franklin Cafe" "" #trip-boston-2010 Liabilities:US:Chase:Slate -26.40 USD Expenses:Food:Restaurant 26.40 USD 2010-05-30 * "Giacomo's Restaurant" "" #trip-boston-2010 Liabilities:US:Chase:Slate -44.30 USD Expenses:Food:Restaurant 44.30 USD 2010-05-30 * "Legal Seafood" "" #trip-boston-2010 Liabilities:US:Chase:Slate -34.86 USD Expenses:Food:Restaurant 34.86 USD 2010-05-30 * "Starbucks" "" #trip-boston-2010 Liabilities:US:Chase:Slate -5.51 USD Expenses:Food:Coffee 5.51 USD 2010-06-03 * "Legal Seafood" "" #trip-boston-2010 Liabilities:US:Chase:Slate -45.55 USD Expenses:Food:Restaurant 45.55 USD 2010-06-03 * "Franklin Cafe" "" #trip-boston-2010 Liabilities:US:Chase:Slate -30.74 USD Expenses:Food:Restaurant 30.74 USD 2010-06-03 * "Starbucks" "" #trip-boston-2010 Liabilities:US:Chase:Slate -6.44 USD Expenses:Food:Coffee 6.44 USD 2010-06-04 balance Liabilities:US:Chase:Slate -2219.58 USD 2010-06-04 * "Franklin Cafe" "" #trip-boston-2010 Liabilities:US:Chase:Slate -28.65 USD Expenses:Food:Restaurant 28.65 USD 2010-06-04 * "Starbucks" "" #trip-boston-2010 Liabilities:US:Chase:Slate -5.44 USD Expenses:Food:Coffee 5.44 USD 2010-06-05 * "Franklin Cafe" "" #trip-boston-2010 Liabilities:US:Chase:Slate -25.72 USD Expenses:Food:Restaurant 25.72 USD 2010-06-05 * "Starbucks" "" #trip-boston-2010 Liabilities:US:Chase:Slate -6.92 USD Expenses:Food:Coffee 6.92 USD 2010-06-06 * "Giacomo's Restaurant" "" #trip-boston-2010 Liabilities:US:Chase:Slate -43.78 USD Expenses:Food:Restaurant 43.78 USD 2010-06-07 * "Franklin Cafe" "" #trip-boston-2010 Liabilities:US:Chase:Slate -32.32 USD Expenses:Food:Restaurant 32.32 USD 2010-06-08 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -24.65 USD Expenses:Food:Restaurant 24.65 USD 2010-06-08 * "Legal Seafood" "" #trip-boston-2010 Liabilities:US:Chase:Slate -28.70 USD Expenses:Food:Restaurant 28.70 USD 2010-06-08 * "Franklin Cafe" "" #trip-boston-2010 Liabilities:US:Chase:Slate -28.86 USD Expenses:Food:Restaurant 28.86 USD 2010-06-08 * "Consume vacation days" Assets:US:Hooli:Vacation -96 VACHR Expenses:Vacation 96 VACHR 2010-06-08 event "location" "New Metropolis" 2010-06-10 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -27.09 USD Expenses:Food:Restaurant 27.09 USD 2010-06-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 344.26 USD Assets:US:BofA:Checking -344.26 USD 2010-06-11 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -32.15 USD Expenses:Food:Restaurant 32.15 USD 2010-06-12 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -68.94 USD Expenses:Food:Groceries 68.94 USD 2010-06-16 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -32.86 USD Expenses:Food:Restaurant 32.86 USD 2010-06-21 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -21.46 USD Expenses:Food:Restaurant 21.46 USD 2010-06-22 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -37.39 USD Expenses:Food:Restaurant 37.39 USD 2010-06-24 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -29.84 USD Expenses:Food:Restaurant 29.84 USD 2010-06-24 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -119.68 USD Expenses:Food:Groceries 119.68 USD 2010-06-28 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -19.48 USD Expenses:Food:Restaurant 19.48 USD 2010-06-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-06-29 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -83.15 USD Expenses:Food:Groceries 83.15 USD 2010-06-30 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -26.14 USD Expenses:Food:Restaurant 26.14 USD 2010-07-01 balance Liabilities:US:Chase:Slate -2718.54 USD 2010-07-03 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -15.94 USD Expenses:Food:Restaurant 15.94 USD 2010-07-05 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -16.67 USD Expenses:Food:Restaurant 16.67 USD 2010-07-06 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -25.19 USD Expenses:Food:Restaurant 25.19 USD 2010-07-10 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -46.93 USD Expenses:Food:Groceries 46.93 USD 2010-07-11 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -33.03 USD Expenses:Food:Restaurant 33.03 USD 2010-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 728.85 USD Assets:US:BofA:Checking -728.85 USD 2010-07-14 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -30.06 USD Expenses:Food:Restaurant 30.06 USD 2010-07-16 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -10.22 USD Expenses:Food:Restaurant 10.22 USD 2010-07-18 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -15.34 USD Expenses:Food:Restaurant 15.34 USD 2010-07-19 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.54 USD Expenses:Food:Restaurant 31.54 USD 2010-07-22 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -43.28 USD Expenses:Food:Restaurant 43.28 USD 2010-07-23 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -66.40 USD Expenses:Food:Restaurant 66.40 USD 2010-07-26 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -66.60 USD Expenses:Food:Groceries 66.60 USD 2010-07-28 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -15.19 USD Expenses:Food:Restaurant 15.19 USD 2010-07-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-07-30 balance Liabilities:US:Chase:Slate -2526.08 USD 2010-07-31 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -67.34 USD Expenses:Food:Groceries 67.34 USD 2010-08-01 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -54.30 USD Expenses:Food:Restaurant 54.30 USD 2010-08-03 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -43.27 USD Expenses:Food:Restaurant 43.27 USD 2010-08-07 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -33.66 USD Expenses:Food:Restaurant 33.66 USD 2010-08-08 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -70.95 USD Expenses:Food:Groceries 70.95 USD 2010-08-09 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.09 USD Expenses:Food:Restaurant 33.09 USD 2010-08-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 729.40 USD Assets:US:BofA:Checking -729.40 USD 2010-08-13 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -28.16 USD Expenses:Food:Restaurant 28.16 USD 2010-08-14 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -73.09 USD Expenses:Food:Groceries 73.09 USD 2010-08-18 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -25.27 USD Expenses:Food:Restaurant 25.27 USD 2010-08-19 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -48.56 USD Expenses:Food:Restaurant 48.56 USD 2010-08-22 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -29.31 USD Expenses:Food:Restaurant 29.31 USD 2010-08-23 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -17.85 USD Expenses:Food:Restaurant 17.85 USD 2010-08-25 balance Liabilities:US:Chase:Slate -2321.53 USD 2010-08-26 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.24 USD Expenses:Food:Restaurant 23.24 USD 2010-08-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-08-28 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -29.65 USD Expenses:Food:Restaurant 29.65 USD 2010-08-29 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -91.43 USD Expenses:Food:Groceries 91.43 USD 2010-09-02 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.15 USD Expenses:Food:Restaurant 24.15 USD 2010-09-05 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -26.88 USD Expenses:Food:Restaurant 26.88 USD 2010-09-06 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -100.51 USD Expenses:Food:Groceries 100.51 USD 2010-09-09 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -26.68 USD Expenses:Food:Restaurant 26.68 USD 2010-09-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 636.62 USD Assets:US:BofA:Checking -636.62 USD 2010-09-11 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -35.88 USD Expenses:Food:Restaurant 35.88 USD 2010-09-12 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -32.99 USD Expenses:Food:Restaurant 32.99 USD 2010-09-14 balance Liabilities:US:Chase:Slate -2196.32 USD 2010-09-14 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -69.11 USD Expenses:Food:Groceries 69.11 USD 2010-09-16 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -35.42 USD Expenses:Food:Restaurant 35.42 USD 2010-09-20 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -48.28 USD Expenses:Food:Restaurant 48.28 USD 2010-09-23 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -20.45 USD Expenses:Food:Restaurant 20.45 USD 2010-09-25 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -75.46 USD Expenses:Food:Groceries 75.46 USD 2010-09-26 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -23.74 USD Expenses:Food:Restaurant 23.74 USD 2010-09-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-09-28 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -37.54 USD Expenses:Food:Restaurant 37.54 USD 2010-10-01 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -30.43 USD Expenses:Food:Restaurant 30.43 USD 2010-10-04 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -50.36 USD Expenses:Food:Restaurant 50.36 USD 2010-10-07 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -96.91 USD Expenses:Food:Groceries 96.91 USD 2010-10-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 676.57 USD Assets:US:BofA:Checking -676.57 USD 2010-10-09 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -22.59 USD Expenses:Food:Restaurant 22.59 USD 2010-10-11 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -34.25 USD Expenses:Food:Restaurant 34.25 USD 2010-10-12 balance Liabilities:US:Chase:Slate -2184.29 USD 2010-10-16 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -52.05 USD Expenses:Food:Restaurant 52.05 USD 2010-10-19 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -37.95 USD Expenses:Food:Restaurant 37.95 USD 2010-10-20 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -86.26 USD Expenses:Food:Restaurant 86.26 USD 2010-10-20 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -65.13 USD Expenses:Food:Groceries 65.13 USD 2010-10-25 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -29.99 USD Expenses:Food:Restaurant 29.99 USD 2010-10-25 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -63.11 USD Expenses:Food:Groceries 63.11 USD 2010-10-27 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -39.52 USD Expenses:Food:Restaurant 39.52 USD 2010-10-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-10-31 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.35 USD Expenses:Food:Restaurant 27.35 USD 2010-11-03 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -37.44 USD Expenses:Food:Restaurant 37.44 USD 2010-11-08 balance Liabilities:US:Chase:Slate -2743.09 USD 2010-11-08 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -36.99 USD Expenses:Food:Restaurant 36.99 USD 2010-11-09 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -30.40 USD Expenses:Food:Restaurant 30.40 USD 2010-11-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 714.13 USD Assets:US:BofA:Checking -714.13 USD 2010-11-14 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -31.10 USD Expenses:Food:Restaurant 31.10 USD 2010-11-14 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -84.49 USD Expenses:Food:Groceries 84.49 USD 2010-11-19 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -41.56 USD Expenses:Food:Restaurant 41.56 USD 2010-11-20 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -18.63 USD Expenses:Food:Restaurant 18.63 USD 2010-11-21 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -12.50 USD Expenses:Food:Restaurant 12.50 USD 2010-11-22 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -32.80 USD Expenses:Food:Restaurant 32.80 USD 2010-11-25 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -21.22 USD Expenses:Food:Restaurant 21.22 USD 2010-11-27 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.94 USD Expenses:Food:Restaurant 31.94 USD 2010-11-27 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -85.99 USD Expenses:Food:Groceries 85.99 USD 2010-12-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-12-02 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -21.48 USD Expenses:Food:Restaurant 21.48 USD 2010-12-06 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -42.41 USD Expenses:Food:Restaurant 42.41 USD 2010-12-07 balance Liabilities:US:Chase:Slate -2640.47 USD 2010-12-07 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -15.57 USD Expenses:Food:Restaurant 15.57 USD 2010-12-08 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -108.64 USD Expenses:Food:Groceries 108.64 USD 2010-12-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 656.37 USD Assets:US:BofA:Checking -656.37 USD 2010-12-12 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -19.14 USD Expenses:Food:Restaurant 19.14 USD 2010-12-15 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -21.86 USD Expenses:Food:Restaurant 21.86 USD 2010-12-18 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -30.05 USD Expenses:Food:Restaurant 30.05 USD 2010-12-20 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -39.75 USD Expenses:Food:Restaurant 39.75 USD 2010-12-21 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -26.60 USD Expenses:Food:Restaurant 26.60 USD 2010-12-25 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -25.92 USD Expenses:Food:Restaurant 25.92 USD 2010-12-28 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -48.09 USD Expenses:Food:Restaurant 48.09 USD 2010-12-28 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -89.36 USD Expenses:Food:Groceries 89.36 USD 2010-12-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2010-12-31 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.95 USD Expenses:Food:Restaurant 23.95 USD 2011-01-03 balance Liabilities:US:Chase:Slate -2553.03 USD 2011-01-05 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -30.46 USD Expenses:Food:Restaurant 30.46 USD 2011-01-08 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -40.31 USD Expenses:Food:Restaurant 40.31 USD 2011-01-11 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -22.67 USD Expenses:Food:Restaurant 22.67 USD 2011-01-11 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -57.15 USD Expenses:Food:Groceries 57.15 USD 2011-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 519.02 USD Assets:US:BofA:Checking -519.02 USD 2011-01-16 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -50.01 USD Expenses:Food:Restaurant 50.01 USD 2011-01-20 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -55.46 USD Expenses:Food:Restaurant 55.46 USD 2011-01-21 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -25.79 USD Expenses:Food:Restaurant 25.79 USD 2011-01-25 balance Liabilities:US:Chase:Slate -2315.86 USD 2011-01-25 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -19.20 USD Expenses:Food:Restaurant 19.20 USD 2011-01-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-01-27 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -28.06 USD Expenses:Food:Restaurant 28.06 USD 2011-01-29 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -124.47 USD Expenses:Food:Groceries 124.47 USD 2011-01-30 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -16.85 USD Expenses:Food:Restaurant 16.85 USD 2011-02-02 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.11 USD Expenses:Food:Restaurant 23.11 USD 2011-02-03 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -39.24 USD Expenses:Food:Restaurant 39.24 USD 2011-02-06 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -44.89 USD Expenses:Food:Restaurant 44.89 USD 2011-02-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 627.37 USD Assets:US:BofA:Checking -627.37 USD 2011-02-08 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -23.14 USD Expenses:Food:Restaurant 23.14 USD 2011-02-08 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -105.86 USD Expenses:Food:Groceries 105.86 USD 2011-02-09 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -58.57 USD Expenses:Food:Restaurant 58.57 USD 2011-02-10 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -18.35 USD Expenses:Food:Restaurant 18.35 USD 2011-02-15 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -24.15 USD Expenses:Food:Restaurant 24.15 USD 2011-02-17 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -11.31 USD Expenses:Food:Restaurant 11.31 USD 2011-02-19 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -10.89 USD Expenses:Food:Restaurant 10.89 USD 2011-02-20 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -27.29 USD Expenses:Food:Restaurant 27.29 USD 2011-02-21 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -22.73 USD Expenses:Food:Restaurant 22.73 USD 2011-02-22 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -49.82 USD Expenses:Food:Restaurant 49.82 USD 2011-02-23 balance Liabilities:US:Chase:Slate -2456.42 USD 2011-02-25 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -75.50 USD Expenses:Food:Restaurant 75.50 USD 2011-02-25 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -77.45 USD Expenses:Food:Groceries 77.45 USD 2011-02-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-02-26 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.21 USD Expenses:Food:Restaurant 21.21 USD 2011-03-02 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -18.73 USD Expenses:Food:Restaurant 18.73 USD 2011-03-07 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -31.34 USD Expenses:Food:Restaurant 31.34 USD 2011-03-08 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -28.65 USD Expenses:Food:Restaurant 28.65 USD 2011-03-09 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -101.73 USD Expenses:Food:Groceries 101.73 USD 2011-03-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 824.41 USD Assets:US:BofA:Checking -824.41 USD 2011-03-13 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -20.83 USD Expenses:Food:Restaurant 20.83 USD 2011-03-14 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -20.83 USD Expenses:Food:Restaurant 20.83 USD 2011-03-15 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -30.27 USD Expenses:Food:Restaurant 30.27 USD 2011-03-17 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -32.97 USD Expenses:Food:Restaurant 32.97 USD 2011-03-22 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -35.10 USD Expenses:Food:Restaurant 35.10 USD 2011-03-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -50.05 USD Expenses:Food:Groceries 50.05 USD 2011-03-24 balance Liabilities:US:Chase:Slate -2296.67 USD 2011-03-24 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -43.65 USD Expenses:Food:Restaurant 43.65 USD 2011-03-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-03-28 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -36.43 USD Expenses:Food:Restaurant 36.43 USD 2011-03-31 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.14 USD Expenses:Food:Restaurant 21.14 USD 2011-04-01 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -51.51 USD Expenses:Food:Restaurant 51.51 USD 2011-04-02 event "location" "San Francisco" 2011-04-03 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -73.28 USD Expenses:Food:Restaurant 73.28 USD 2011-04-03 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -6.41 USD Expenses:Food:Coffee 6.41 USD 2011-04-04 * "Mission Chinese Food" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -20.85 USD Expenses:Food:Restaurant 20.85 USD 2011-04-04 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -6.52 USD Expenses:Food:Coffee 6.52 USD 2011-04-05 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -42.71 USD Expenses:Food:Restaurant 42.71 USD 2011-04-05 * "Mission Chinese Food" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -29.52 USD Expenses:Food:Restaurant 29.52 USD 2011-04-06 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -78.01 USD Expenses:Food:Restaurant 78.01 USD 2011-04-06 * "Mission Chinese Food" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -34.71 USD Expenses:Food:Restaurant 34.71 USD 2011-04-07 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -37.05 USD Expenses:Food:Restaurant 37.05 USD 2011-04-08 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -72.04 USD Expenses:Food:Restaurant 72.04 USD 2011-04-08 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -59.18 USD Expenses:Food:Restaurant 59.18 USD 2011-04-08 * "Mission Chinese Food" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -23.82 USD Expenses:Food:Restaurant 23.82 USD 2011-04-09 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -43.78 USD Expenses:Food:Restaurant 43.78 USD 2011-04-09 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -5.97 USD Expenses:Food:Coffee 5.97 USD 2011-04-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 475.57 USD Assets:US:BofA:Checking -475.57 USD 2011-04-10 * "Pizza Delfina" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -16.91 USD Expenses:Food:Restaurant 16.91 USD 2011-04-10 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -52.48 USD Expenses:Food:Restaurant 52.48 USD 2011-04-11 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -78.87 USD Expenses:Food:Restaurant 78.87 USD 2011-04-11 * "Pizza Delfina" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -17.74 USD Expenses:Food:Restaurant 17.74 USD 2011-04-11 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -58.04 USD Expenses:Food:Restaurant 58.04 USD 2011-04-11 * "Mission Chinese Food" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -26.17 USD Expenses:Food:Restaurant 26.17 USD 2011-04-12 * "Mission Chinese Food" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -27.60 USD Expenses:Food:Restaurant 27.60 USD 2011-04-12 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -6.01 USD Expenses:Food:Coffee 6.01 USD 2011-04-13 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -71.86 USD Expenses:Food:Restaurant 71.86 USD 2011-04-13 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -51.88 USD Expenses:Food:Restaurant 51.88 USD 2011-04-13 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -5.44 USD Expenses:Food:Coffee 5.44 USD 2011-04-14 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -6.29 USD Expenses:Food:Coffee 6.29 USD 2011-04-16 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -40.40 USD Expenses:Food:Restaurant 40.40 USD 2011-04-16 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -5.10 USD Expenses:Food:Coffee 5.10 USD 2011-04-17 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -68.54 USD Expenses:Food:Restaurant 68.54 USD 2011-04-17 * "Waterbar" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -59.29 USD Expenses:Food:Restaurant 59.29 USD 2011-04-17 * "Starbucks" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -5.31 USD Expenses:Food:Coffee 5.31 USD 2011-04-18 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -72.82 USD Expenses:Food:Restaurant 72.82 USD 2011-04-19 * "Bar Crudo" "" #trip-san-francisco-2011 Liabilities:US:Chase:Slate -79.35 USD Expenses:Food:Restaurant 79.35 USD 2011-04-19 * "Consume vacation days" Assets:US:Hooli:Vacation -136 VACHR Expenses:Vacation 136 VACHR 2011-04-19 event "location" "New Metropolis" 2011-04-21 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -33.62 USD Expenses:Food:Restaurant 33.62 USD 2011-04-23 balance Liabilities:US:Chase:Slate -3411.40 USD 2011-04-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-04-25 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -32.80 USD Expenses:Food:Restaurant 32.80 USD 2011-04-30 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -32.76 USD Expenses:Food:Restaurant 32.76 USD 2011-05-01 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -33.77 USD Expenses:Food:Restaurant 33.77 USD 2011-05-01 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -90.06 USD Expenses:Food:Groceries 90.06 USD 2011-05-03 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -29.72 USD Expenses:Food:Restaurant 29.72 USD 2011-05-06 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -40.59 USD Expenses:Food:Restaurant 40.59 USD 2011-05-08 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -23.98 USD Expenses:Food:Restaurant 23.98 USD 2011-05-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 403.68 USD Assets:US:BofA:Checking -403.68 USD 2011-05-11 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -21.02 USD Expenses:Food:Restaurant 21.02 USD 2011-05-12 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -31.72 USD Expenses:Food:Restaurant 31.72 USD 2011-05-12 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -99.31 USD Expenses:Food:Groceries 99.31 USD 2011-05-17 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -29.10 USD Expenses:Food:Restaurant 29.10 USD 2011-05-19 balance Liabilities:US:Chase:Slate -3592.55 USD 2011-05-20 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -50.76 USD Expenses:Food:Restaurant 50.76 USD 2011-05-21 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -23.83 USD Expenses:Food:Restaurant 23.83 USD 2011-05-25 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.11 USD Expenses:Food:Restaurant 23.11 USD 2011-05-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-05-27 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -25.44 USD Expenses:Food:Restaurant 25.44 USD 2011-05-30 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -45.23 USD Expenses:Food:Restaurant 45.23 USD 2011-05-30 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -84.39 USD Expenses:Food:Groceries 84.39 USD 2011-06-01 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -28.86 USD Expenses:Food:Restaurant 28.86 USD 2011-06-06 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -44.88 USD Expenses:Food:Restaurant 44.88 USD 2011-06-06 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -144.36 USD Expenses:Food:Groceries 144.36 USD 2011-06-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 795.07 USD Assets:US:BofA:Checking -795.07 USD 2011-06-09 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -23.06 USD Expenses:Food:Restaurant 23.06 USD 2011-06-14 balance Liabilities:US:Chase:Slate -3411.40 USD 2011-06-14 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -35.33 USD Expenses:Food:Restaurant 35.33 USD 2011-06-14 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -124.96 USD Expenses:Food:Groceries 124.96 USD 2011-06-19 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -40.32 USD Expenses:Food:Restaurant 40.32 USD 2011-06-21 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-06-22 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -22.32 USD Expenses:Food:Restaurant 22.32 USD 2011-06-26 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -16.04 USD Expenses:Food:Restaurant 16.04 USD 2011-06-26 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -65.30 USD Expenses:Food:Groceries 65.30 USD 2011-06-28 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -50.86 USD Expenses:Food:Restaurant 50.86 USD 2011-07-02 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -32.48 USD Expenses:Food:Restaurant 32.48 USD 2011-07-04 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -112.39 USD Expenses:Food:Groceries 112.39 USD 2011-07-05 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -43.19 USD Expenses:Food:Restaurant 43.19 USD 2011-07-06 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -27.18 USD Expenses:Food:Restaurant 27.18 USD 2011-07-09 balance Liabilities:US:Chase:Slate -4101.77 USD 2011-07-09 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -40.66 USD Expenses:Food:Restaurant 40.66 USD 2011-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 785.50 USD Assets:US:BofA:Checking -785.50 USD 2011-07-12 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -54.47 USD Expenses:Food:Restaurant 54.47 USD 2011-07-14 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -22.84 USD Expenses:Food:Restaurant 22.84 USD 2011-07-17 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -30.16 USD Expenses:Food:Restaurant 30.16 USD 2011-07-21 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -38.80 USD Expenses:Food:Restaurant 38.80 USD 2011-07-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-07-24 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -106.57 USD Expenses:Food:Groceries 106.57 USD 2011-07-25 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -19.89 USD Expenses:Food:Restaurant 19.89 USD 2011-07-30 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -19.62 USD Expenses:Food:Restaurant 19.62 USD 2011-08-04 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -26.05 USD Expenses:Food:Restaurant 26.05 USD 2011-08-05 balance Liabilities:US:Chase:Slate -3795.33 USD 2011-08-07 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -19.69 USD Expenses:Food:Restaurant 19.69 USD 2011-08-10 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -23.84 USD Expenses:Food:Restaurant 23.84 USD 2011-08-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 457.31 USD Assets:US:BofA:Checking -457.31 USD 2011-08-13 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -29.85 USD Expenses:Food:Restaurant 29.85 USD 2011-08-13 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -102.13 USD Expenses:Food:Groceries 102.13 USD 2011-08-14 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -41.39 USD Expenses:Food:Restaurant 41.39 USD 2011-08-18 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -27.94 USD Expenses:Food:Restaurant 27.94 USD 2011-08-19 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -79.17 USD Expenses:Food:Restaurant 79.17 USD 2011-08-22 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-08-23 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -28.97 USD Expenses:Food:Restaurant 28.97 USD 2011-08-24 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -39.31 USD Expenses:Food:Restaurant 39.31 USD 2011-08-24 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -101.56 USD Expenses:Food:Groceries 101.56 USD 2011-08-29 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -40.41 USD Expenses:Food:Restaurant 40.41 USD 2011-09-01 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -30.47 USD Expenses:Food:Restaurant 30.47 USD 2011-09-02 balance Liabilities:US:Chase:Slate -4022.75 USD 2011-09-04 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -43.65 USD Expenses:Food:Restaurant 43.65 USD 2011-09-06 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -105.52 USD Expenses:Food:Groceries 105.52 USD 2011-09-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 783.22 USD Assets:US:BofA:Checking -783.22 USD 2011-09-09 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -22.70 USD Expenses:Food:Restaurant 22.70 USD 2011-09-12 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -43.74 USD Expenses:Food:Restaurant 43.74 USD 2011-09-13 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -110.61 USD Expenses:Food:Groceries 110.61 USD 2011-09-17 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.10 USD Expenses:Food:Restaurant 27.10 USD 2011-09-20 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-09-21 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -23.73 USD Expenses:Food:Restaurant 23.73 USD 2011-09-26 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -17.87 USD Expenses:Food:Restaurant 17.87 USD 2011-09-27 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -16.67 USD Expenses:Food:Restaurant 16.67 USD 2011-09-27 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -99.27 USD Expenses:Food:Groceries 99.27 USD 2011-09-29 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -42.96 USD Expenses:Food:Restaurant 42.96 USD 2011-09-30 balance Liabilities:US:Chase:Slate -3913.35 USD 2011-10-01 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -32.24 USD Expenses:Food:Restaurant 32.24 USD 2011-10-05 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -50.33 USD Expenses:Food:Restaurant 50.33 USD 2011-10-05 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -86.19 USD Expenses:Food:Groceries 86.19 USD 2011-10-06 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -24.67 USD Expenses:Food:Restaurant 24.67 USD 2011-10-08 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -48.46 USD Expenses:Food:Restaurant 48.46 USD 2011-10-11 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -123.90 USD Expenses:Food:Groceries 123.90 USD 2011-10-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 867.74 USD Assets:US:BofA:Checking -867.74 USD 2011-10-12 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -14.48 USD Expenses:Food:Restaurant 14.48 USD 2011-10-13 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -40.21 USD Expenses:Food:Restaurant 40.21 USD 2011-10-18 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -40.34 USD Expenses:Food:Restaurant 40.34 USD 2011-10-18 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-10-20 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -27.64 USD Expenses:Food:Restaurant 27.64 USD 2011-10-22 balance Liabilities:US:Chase:Slate -3654.07 USD 2011-10-24 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -30.55 USD Expenses:Food:Restaurant 30.55 USD 2011-10-28 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -38.31 USD Expenses:Food:Restaurant 38.31 USD 2011-10-30 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -83.14 USD Expenses:Food:Groceries 83.14 USD 2011-11-01 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -48.09 USD Expenses:Food:Restaurant 48.09 USD 2011-11-06 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -25.51 USD Expenses:Food:Restaurant 25.51 USD 2011-11-08 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -27.04 USD Expenses:Food:Restaurant 27.04 USD 2011-11-10 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -82.86 USD Expenses:Food:Groceries 82.86 USD 2011-11-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 596.55 USD Assets:US:BofA:Checking -596.55 USD 2011-11-13 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -18.38 USD Expenses:Food:Restaurant 18.38 USD 2011-11-14 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-11-16 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -93.84 USD Expenses:Food:Groceries 93.84 USD 2011-11-17 balance Liabilities:US:Chase:Slate -3625.24 USD 2011-11-17 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -20.52 USD Expenses:Food:Restaurant 20.52 USD 2011-11-20 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -44.30 USD Expenses:Food:Restaurant 44.30 USD 2011-11-25 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -23.07 USD Expenses:Food:Restaurant 23.07 USD 2011-11-28 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -20.88 USD Expenses:Food:Restaurant 20.88 USD 2011-11-29 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -38.57 USD Expenses:Food:Restaurant 38.57 USD 2011-12-04 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -25.17 USD Expenses:Food:Restaurant 25.17 USD 2011-12-06 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -37.25 USD Expenses:Food:Restaurant 37.25 USD 2011-12-06 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -99.01 USD Expenses:Food:Groceries 99.01 USD 2011-12-07 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.09 USD Expenses:Food:Restaurant 31.09 USD 2011-12-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 593.93 USD Assets:US:BofA:Checking -593.93 USD 2011-12-09 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -40.23 USD Expenses:Food:Restaurant 40.23 USD 2011-12-10 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -15.99 USD Expenses:Food:Restaurant 15.99 USD 2011-12-12 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2011-12-14 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -20.28 USD Expenses:Food:Restaurant 20.28 USD 2011-12-15 balance Liabilities:US:Chase:Slate -3567.67 USD 2011-12-18 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -45.43 USD Expenses:Food:Groceries 45.43 USD 2011-12-19 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -31.52 USD Expenses:Food:Restaurant 31.52 USD 2011-12-20 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -28.14 USD Expenses:Food:Restaurant 28.14 USD 2011-12-25 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -50.94 USD Expenses:Food:Restaurant 50.94 USD 2011-12-30 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -46.39 USD Expenses:Food:Restaurant 46.39 USD 2012-01-03 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -23.71 USD Expenses:Food:Restaurant 23.71 USD 2012-01-04 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -80.14 USD Expenses:Food:Groceries 80.14 USD 2012-01-06 balance Liabilities:US:Chase:Slate -3873.94 USD 2012-01-06 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -65.60 USD Expenses:Food:Restaurant 65.60 USD 2012-01-08 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -27.15 USD Expenses:Food:Restaurant 27.15 USD 2012-01-08 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-01-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 707.87 USD Assets:US:BofA:Checking -707.87 USD 2012-01-12 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -32.58 USD Expenses:Food:Restaurant 32.58 USD 2012-01-14 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -29.53 USD Expenses:Food:Restaurant 29.53 USD 2012-01-14 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -69.05 USD Expenses:Food:Groceries 69.05 USD 2012-01-17 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -16.62 USD Expenses:Food:Restaurant 16.62 USD 2012-01-18 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -24.88 USD Expenses:Food:Restaurant 24.88 USD 2012-01-19 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -12.90 USD Expenses:Food:Restaurant 12.90 USD 2012-01-23 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.54 USD Expenses:Food:Restaurant 40.54 USD 2012-01-27 balance Liabilities:US:Chase:Slate -3604.92 USD 2012-01-28 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -37.00 USD Expenses:Food:Restaurant 37.00 USD 2012-01-30 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -51.25 USD Expenses:Food:Groceries 51.25 USD 2012-01-31 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -17.81 USD Expenses:Food:Restaurant 17.81 USD 2012-02-03 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.00 USD Expenses:Food:Restaurant 21.00 USD 2012-02-06 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -30.66 USD Expenses:Food:Restaurant 30.66 USD 2012-02-07 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -39.45 USD Expenses:Food:Restaurant 39.45 USD 2012-02-07 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-02-10 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -67.26 USD Expenses:Food:Restaurant 67.26 USD 2012-02-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 577.95 USD Assets:US:BofA:Checking -577.95 USD 2012-02-12 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -28.20 USD Expenses:Food:Restaurant 28.20 USD 2012-02-15 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -16.84 USD Expenses:Food:Restaurant 16.84 USD 2012-02-18 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -77.30 USD Expenses:Food:Groceries 77.30 USD 2012-02-20 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -19.41 USD Expenses:Food:Restaurant 19.41 USD 2012-02-23 balance Liabilities:US:Chase:Slate -3553.15 USD 2012-02-24 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -23.02 USD Expenses:Food:Restaurant 23.02 USD 2012-02-26 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -29.01 USD Expenses:Food:Restaurant 29.01 USD 2012-03-01 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -24.92 USD Expenses:Food:Restaurant 24.92 USD 2012-03-03 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -95.06 USD Expenses:Food:Groceries 95.06 USD 2012-03-05 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -11.28 USD Expenses:Food:Restaurant 11.28 USD 2012-03-05 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-03-07 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -43.75 USD Expenses:Food:Restaurant 43.75 USD 2012-03-08 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -26.12 USD Expenses:Food:Restaurant 26.12 USD 2012-03-10 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -38.50 USD Expenses:Food:Restaurant 38.50 USD 2012-03-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 553.41 USD Assets:US:BofA:Checking -553.41 USD 2012-03-13 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -25.60 USD Expenses:Food:Restaurant 25.60 USD 2012-03-15 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -31.41 USD Expenses:Food:Restaurant 31.41 USD 2012-03-16 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -33.55 USD Expenses:Food:Restaurant 33.55 USD 2012-03-16 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -101.94 USD Expenses:Food:Groceries 101.94 USD 2012-03-20 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.10 USD Expenses:Food:Restaurant 34.10 USD 2012-03-21 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.84 USD Expenses:Food:Restaurant 40.84 USD 2012-03-23 balance Liabilities:US:Chase:Slate -3678.84 USD 2012-03-24 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -14.30 USD Expenses:Food:Restaurant 14.30 USD 2012-03-24 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -84.37 USD Expenses:Food:Groceries 84.37 USD 2012-03-28 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -25.50 USD Expenses:Food:Restaurant 25.50 USD 2012-03-30 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -34.87 USD Expenses:Food:Restaurant 34.87 USD 2012-04-01 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -26.12 USD Expenses:Food:Restaurant 26.12 USD 2012-04-03 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -24.62 USD Expenses:Food:Restaurant 24.62 USD 2012-04-04 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -28.72 USD Expenses:Food:Restaurant 28.72 USD 2012-04-05 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-04-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 654.87 USD Assets:US:BofA:Checking -654.87 USD 2012-04-08 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -28.93 USD Expenses:Food:Restaurant 28.93 USD 2012-04-08 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -70.15 USD Expenses:Food:Groceries 70.15 USD 2012-04-09 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -36.03 USD Expenses:Food:Restaurant 36.03 USD 2012-04-11 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -51.74 USD Expenses:Food:Restaurant 51.74 USD 2012-04-16 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.82 USD Expenses:Food:Restaurant 31.82 USD 2012-04-18 balance Liabilities:US:Chase:Slate -3601.14 USD 2012-04-18 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -65.33 USD Expenses:Food:Groceries 65.33 USD 2012-04-21 event "location" "Boston" 2012-04-23 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -35.07 USD Expenses:Food:Restaurant 35.07 USD 2012-04-23 * "Starbucks" "" #trip-boston-2012 Liabilities:US:Chase:Slate -7.20 USD Expenses:Food:Coffee 7.20 USD 2012-04-27 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -25.36 USD Expenses:Food:Restaurant 25.36 USD 2012-04-29 * "Legal Seafood" "" #trip-boston-2012 Liabilities:US:Chase:Slate -45.75 USD Expenses:Food:Restaurant 45.75 USD 2012-04-30 * "Giacomo's Restaurant" "" #trip-boston-2012 Liabilities:US:Chase:Slate -46.31 USD Expenses:Food:Restaurant 46.31 USD 2012-04-30 * "Legal Seafood" "" #trip-boston-2012 Liabilities:US:Chase:Slate -36.22 USD Expenses:Food:Restaurant 36.22 USD 2012-04-30 * "Starbucks" "" #trip-boston-2012 Liabilities:US:Chase:Slate -5.65 USD Expenses:Food:Coffee 5.65 USD 2012-05-01 * "Legal Seafood" "" #trip-boston-2012 Liabilities:US:Chase:Slate -42.96 USD Expenses:Food:Restaurant 42.96 USD 2012-05-02 * "Giacomo's Restaurant" "" #trip-boston-2012 Liabilities:US:Chase:Slate -39.44 USD Expenses:Food:Restaurant 39.44 USD 2012-05-02 * "Starbucks" "" #trip-boston-2012 Liabilities:US:Chase:Slate -5.73 USD Expenses:Food:Coffee 5.73 USD 2012-05-03 * "Giacomo's Restaurant" "" #trip-boston-2012 Liabilities:US:Chase:Slate -49.25 USD Expenses:Food:Restaurant 49.25 USD 2012-05-03 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -32.32 USD Expenses:Food:Restaurant 32.32 USD 2012-05-04 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -27.77 USD Expenses:Food:Restaurant 27.77 USD 2012-05-07 * "Giacomo's Restaurant" "" #trip-boston-2012 Liabilities:US:Chase:Slate -37.14 USD Expenses:Food:Restaurant 37.14 USD 2012-05-07 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -31.94 USD Expenses:Food:Restaurant 31.94 USD 2012-05-08 * "Starbucks" "" #trip-boston-2012 Liabilities:US:Chase:Slate -5.74 USD Expenses:Food:Coffee 5.74 USD 2012-05-09 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -35.53 USD Expenses:Food:Restaurant 35.53 USD 2012-05-10 * "Legal Seafood" "" #trip-boston-2012 Liabilities:US:Chase:Slate -39.63 USD Expenses:Food:Restaurant 39.63 USD 2012-05-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 294.43 USD Assets:US:BofA:Checking -294.43 USD 2012-05-11 balance Liabilities:US:Chase:Slate -3921.05 USD 2012-05-11 * "Giacomo's Restaurant" "" #trip-boston-2012 Liabilities:US:Chase:Slate -35.86 USD Expenses:Food:Restaurant 35.86 USD 2012-05-11 * "Franklin Cafe" "" #trip-boston-2012 Liabilities:US:Chase:Slate -35.16 USD Expenses:Food:Restaurant 35.16 USD 2012-05-13 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -39.36 USD Expenses:Food:Restaurant 39.36 USD 2012-05-13 * "Consume vacation days" Assets:US:Hooli:Vacation -176 VACHR Expenses:Vacation 176 VACHR 2012-05-13 event "location" "New Metropolis" 2012-05-14 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -15.31 USD Expenses:Food:Restaurant 15.31 USD 2012-05-18 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -47.11 USD Expenses:Food:Restaurant 47.11 USD 2012-05-21 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -47.50 USD Expenses:Food:Restaurant 47.50 USD 2012-05-23 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -21.25 USD Expenses:Food:Restaurant 21.25 USD 2012-05-23 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -71.42 USD Expenses:Food:Groceries 71.42 USD 2012-05-27 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.75 USD Expenses:Food:Restaurant 34.75 USD 2012-05-29 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -66.39 USD Expenses:Food:Restaurant 66.39 USD 2012-06-01 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-06-03 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -16.15 USD Expenses:Food:Restaurant 16.15 USD 2012-06-04 balance Liabilities:US:Chase:Slate -4471.31 USD 2012-06-07 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -75.32 USD Expenses:Food:Restaurant 75.32 USD 2012-06-09 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -51.82 USD Expenses:Food:Restaurant 51.82 USD 2012-06-11 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -73.55 USD Expenses:Food:Groceries 73.55 USD 2012-06-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 640.57 USD Assets:US:BofA:Checking -640.57 USD 2012-06-12 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -31.40 USD Expenses:Food:Restaurant 31.40 USD 2012-06-14 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -30.18 USD Expenses:Food:Restaurant 30.18 USD 2012-06-17 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -14.98 USD Expenses:Food:Restaurant 14.98 USD 2012-06-20 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -15.57 USD Expenses:Food:Restaurant 15.57 USD 2012-06-24 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -27.11 USD Expenses:Food:Restaurant 27.11 USD 2012-06-24 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -51.29 USD Expenses:Food:Groceries 51.29 USD 2012-06-27 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -38.68 USD Expenses:Food:Restaurant 38.68 USD 2012-06-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-06-30 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -89.47 USD Expenses:Food:Groceries 89.47 USD 2012-07-02 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -38.26 USD Expenses:Food:Restaurant 38.26 USD 2012-07-03 balance Liabilities:US:Chase:Slate -4488.37 USD 2012-07-07 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -27.31 USD Expenses:Food:Restaurant 27.31 USD 2012-07-07 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -63.01 USD Expenses:Food:Groceries 63.01 USD 2012-07-09 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -41.69 USD Expenses:Food:Restaurant 41.69 USD 2012-07-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 648.00 USD Assets:US:BofA:Checking -648.00 USD 2012-07-13 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -59.05 USD Expenses:Food:Restaurant 59.05 USD 2012-07-17 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -30.03 USD Expenses:Food:Restaurant 30.03 USD 2012-07-20 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -33.18 USD Expenses:Food:Restaurant 33.18 USD 2012-07-21 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -32.01 USD Expenses:Food:Restaurant 32.01 USD 2012-07-25 balance Liabilities:US:Chase:Slate -4126.65 USD 2012-07-25 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -81.66 USD Expenses:Food:Groceries 81.66 USD 2012-07-26 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -52.32 USD Expenses:Food:Restaurant 52.32 USD 2012-07-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-07-31 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -31.45 USD Expenses:Food:Restaurant 31.45 USD 2012-08-02 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -96.81 USD Expenses:Food:Groceries 96.81 USD 2012-08-05 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -17.96 USD Expenses:Food:Restaurant 17.96 USD 2012-08-06 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -30.61 USD Expenses:Food:Restaurant 30.61 USD 2012-08-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 557.83 USD Assets:US:BofA:Checking -557.83 USD 2012-08-09 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -31.80 USD Expenses:Food:Restaurant 31.80 USD 2012-08-09 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -85.17 USD Expenses:Food:Groceries 85.17 USD 2012-08-14 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -29.90 USD Expenses:Food:Restaurant 29.90 USD 2012-08-17 balance Liabilities:US:Chase:Slate -4146.50 USD 2012-08-17 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -24.99 USD Expenses:Food:Restaurant 24.99 USD 2012-08-18 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -47.23 USD Expenses:Food:Restaurant 47.23 USD 2012-08-20 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -63.23 USD Expenses:Food:Groceries 63.23 USD 2012-08-22 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -28.15 USD Expenses:Food:Restaurant 28.15 USD 2012-08-24 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -33.31 USD Expenses:Food:Restaurant 33.31 USD 2012-08-26 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -31.61 USD Expenses:Food:Restaurant 31.61 USD 2012-08-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-08-29 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -25.77 USD Expenses:Food:Restaurant 25.77 USD 2012-08-30 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -75.05 USD Expenses:Food:Groceries 75.05 USD 2012-09-02 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -28.46 USD Expenses:Food:Restaurant 28.46 USD 2012-09-05 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -26.79 USD Expenses:Food:Restaurant 26.79 USD 2012-09-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 644.52 USD Assets:US:BofA:Checking -644.52 USD 2012-09-08 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.86 USD Expenses:Food:Restaurant 24.86 USD 2012-09-09 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -29.97 USD Expenses:Food:Restaurant 29.97 USD 2012-09-10 balance Liabilities:US:Chase:Slate -4061.40 USD 2012-09-12 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -31.45 USD Expenses:Food:Restaurant 31.45 USD 2012-09-12 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -81.26 USD Expenses:Food:Groceries 81.26 USD 2012-09-13 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -57.09 USD Expenses:Food:Restaurant 57.09 USD 2012-09-16 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -24.20 USD Expenses:Food:Restaurant 24.20 USD 2012-09-19 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -34.88 USD Expenses:Food:Restaurant 34.88 USD 2012-09-20 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -65.72 USD Expenses:Food:Groceries 65.72 USD 2012-09-24 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.05 USD Expenses:Food:Restaurant 35.05 USD 2012-09-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-09-27 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -31.93 USD Expenses:Food:Restaurant 31.93 USD 2012-09-28 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -25.14 USD Expenses:Food:Restaurant 25.14 USD 2012-09-29 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -55.97 USD Expenses:Food:Restaurant 55.97 USD 2012-10-01 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -55.84 USD Expenses:Food:Restaurant 55.84 USD 2012-10-02 balance Liabilities:US:Chase:Slate -4679.93 USD 2012-10-03 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -41.79 USD Expenses:Food:Restaurant 41.79 USD 2012-10-04 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -16.53 USD Expenses:Food:Restaurant 16.53 USD 2012-10-09 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -23.21 USD Expenses:Food:Restaurant 23.21 USD 2012-10-10 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -67.73 USD Expenses:Food:Groceries 67.73 USD 2012-10-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 824.84 USD Assets:US:BofA:Checking -824.84 USD 2012-10-14 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.08 USD Expenses:Food:Restaurant 27.08 USD 2012-10-19 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -55.96 USD Expenses:Food:Restaurant 55.96 USD 2012-10-22 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -29.26 USD Expenses:Food:Restaurant 29.26 USD 2012-10-23 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -33.62 USD Expenses:Food:Restaurant 33.62 USD 2012-10-26 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -65.24 USD Expenses:Food:Groceries 65.24 USD 2012-10-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-10-28 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -31.90 USD Expenses:Food:Restaurant 31.90 USD 2012-11-01 balance Liabilities:US:Chase:Slate -4367.41 USD 2012-11-01 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -25.28 USD Expenses:Food:Restaurant 25.28 USD 2012-11-03 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -16.82 USD Expenses:Food:Restaurant 16.82 USD 2012-11-05 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -29.63 USD Expenses:Food:Restaurant 29.63 USD 2012-11-10 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -27.39 USD Expenses:Food:Restaurant 27.39 USD 2012-11-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 460.89 USD Assets:US:BofA:Checking -460.89 USD 2012-11-13 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -25.79 USD Expenses:Food:Restaurant 25.79 USD 2012-11-15 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -75.57 USD Expenses:Food:Groceries 75.57 USD 2012-11-18 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -30.54 USD Expenses:Food:Restaurant 30.54 USD 2012-11-20 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -26.44 USD Expenses:Food:Restaurant 26.44 USD 2012-11-21 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -81.63 USD Expenses:Food:Groceries 81.63 USD 2012-11-22 balance Liabilities:US:Chase:Slate -4245.61 USD 2012-11-25 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -39.48 USD Expenses:Food:Restaurant 39.48 USD 2012-11-27 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -72.47 USD Expenses:Food:Groceries 72.47 USD 2012-11-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-11-30 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -41.15 USD Expenses:Food:Restaurant 41.15 USD 2012-12-01 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.50 USD Expenses:Food:Restaurant 33.50 USD 2012-12-06 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -10.02 USD Expenses:Food:Restaurant 10.02 USD 2012-12-06 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -65.14 USD Expenses:Food:Groceries 65.14 USD 2012-12-09 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -27.98 USD Expenses:Food:Restaurant 27.98 USD 2012-12-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 623.92 USD Assets:US:BofA:Checking -623.92 USD 2012-12-11 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.91 USD Expenses:Food:Restaurant 35.91 USD 2012-12-13 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -35.52 USD Expenses:Food:Restaurant 35.52 USD 2012-12-17 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -18.07 USD Expenses:Food:Restaurant 18.07 USD 2012-12-18 balance Liabilities:US:Chase:Slate -4120.93 USD 2012-12-21 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -32.69 USD Expenses:Food:Restaurant 32.69 USD 2012-12-24 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -34.23 USD Expenses:Food:Restaurant 34.23 USD 2012-12-26 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -26.78 USD Expenses:Food:Restaurant 26.78 USD 2012-12-26 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -61.86 USD Expenses:Food:Groceries 61.86 USD 2012-12-27 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -22.16 USD Expenses:Food:Restaurant 22.16 USD 2012-12-30 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2012-12-31 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -47.74 USD Expenses:Food:Restaurant 47.74 USD 2013-01-03 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -12.52 USD Expenses:Food:Restaurant 12.52 USD 2013-01-03 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -93.36 USD Expenses:Food:Groceries 93.36 USD 2013-01-07 balance Liabilities:US:Chase:Slate -4572.27 USD 2013-01-07 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -30.63 USD Expenses:Food:Restaurant 30.63 USD 2013-01-08 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -75.27 USD Expenses:Food:Groceries 75.27 USD 2013-01-10 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -42.47 USD Expenses:Food:Restaurant 42.47 USD 2013-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 725.95 USD Assets:US:BofA:Checking -725.95 USD 2013-01-12 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -36.74 USD Expenses:Food:Restaurant 36.74 USD 2013-01-17 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -37.17 USD Expenses:Food:Restaurant 37.17 USD 2013-01-21 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -15.39 USD Expenses:Food:Restaurant 15.39 USD 2013-01-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -138.82 USD Expenses:Food:Groceries 138.82 USD 2013-01-25 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -24.15 USD Expenses:Food:Restaurant 24.15 USD 2013-01-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-01-27 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -41.03 USD Expenses:Food:Restaurant 41.03 USD 2013-01-30 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -19.86 USD Expenses:Food:Restaurant 19.86 USD 2013-01-31 balance Liabilities:US:Chase:Slate -4427.85 USD 2013-01-31 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -44.46 USD Expenses:Food:Restaurant 44.46 USD 2013-02-02 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -15.65 USD Expenses:Food:Restaurant 15.65 USD 2013-02-03 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.79 USD Expenses:Food:Restaurant 23.79 USD 2013-02-06 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -29.77 USD Expenses:Food:Restaurant 29.77 USD 2013-02-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 588.35 USD Assets:US:BofA:Checking -588.35 USD 2013-02-09 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -78.26 USD Expenses:Food:Groceries 78.26 USD 2013-02-11 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -42.34 USD Expenses:Food:Restaurant 42.34 USD 2013-02-13 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -36.50 USD Expenses:Food:Restaurant 36.50 USD 2013-02-14 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -42.10 USD Expenses:Food:Restaurant 42.10 USD 2013-02-15 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -64.48 USD Expenses:Food:Groceries 64.48 USD 2013-02-19 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -48.20 USD Expenses:Food:Restaurant 48.20 USD 2013-02-23 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -8.51 USD Expenses:Food:Restaurant 8.51 USD 2013-02-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-02-28 balance Liabilities:US:Chase:Slate -4393.56 USD 2013-02-28 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -35.68 USD Expenses:Food:Restaurant 35.68 USD 2013-03-03 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -40.32 USD Expenses:Food:Restaurant 40.32 USD 2013-03-07 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -58.17 USD Expenses:Food:Groceries 58.17 USD 2013-03-08 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -25.78 USD Expenses:Food:Restaurant 25.78 USD 2013-03-09 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -53.81 USD Expenses:Food:Restaurant 53.81 USD 2013-03-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 575.89 USD Assets:US:BofA:Checking -575.89 USD 2013-03-11 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.83 USD Expenses:Food:Restaurant 33.83 USD 2013-03-13 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -45.80 USD Expenses:Food:Restaurant 45.80 USD 2013-03-14 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.45 USD Expenses:Food:Restaurant 33.45 USD 2013-03-16 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -23.53 USD Expenses:Food:Restaurant 23.53 USD 2013-03-21 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -33.93 USD Expenses:Food:Restaurant 33.93 USD 2013-03-22 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -37.61 USD Expenses:Food:Restaurant 37.61 USD 2013-03-23 balance Liabilities:US:Chase:Slate -4239.58 USD 2013-03-24 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -30.70 USD Expenses:Food:Restaurant 30.70 USD 2013-03-24 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -84.83 USD Expenses:Food:Groceries 84.83 USD 2013-03-25 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -26.31 USD Expenses:Food:Restaurant 26.31 USD 2013-03-28 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -29.35 USD Expenses:Food:Restaurant 29.35 USD 2013-03-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-03-29 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -77.31 USD Expenses:Food:Groceries 77.31 USD 2013-03-30 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -34.86 USD Expenses:Food:Restaurant 34.86 USD 2013-04-04 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.37 USD Expenses:Food:Restaurant 24.37 USD 2013-04-04 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -68.99 USD Expenses:Food:Groceries 68.99 USD 2013-04-06 * "Jewel of Morroco" "Eating out alone" Liabilities:US:Chase:Slate -23.30 USD Expenses:Food:Restaurant 23.30 USD 2013-04-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 742.68 USD Assets:US:BofA:Checking -742.68 USD 2013-04-10 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -14.51 USD Expenses:Food:Restaurant 14.51 USD 2013-04-10 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -62.61 USD Expenses:Food:Groceries 62.61 USD 2013-04-11 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -35.14 USD Expenses:Food:Restaurant 35.14 USD 2013-04-12 balance Liabilities:US:Chase:Slate -4129.18 USD 2013-04-16 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -24.66 USD Expenses:Food:Restaurant 24.66 USD 2013-04-17 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -29.12 USD Expenses:Food:Restaurant 29.12 USD 2013-04-22 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -48.89 USD Expenses:Food:Restaurant 48.89 USD 2013-04-25 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -39.78 USD Expenses:Food:Restaurant 39.78 USD 2013-04-26 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -53.69 USD Expenses:Food:Restaurant 53.69 USD 2013-04-28 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -132.80 USD Expenses:Food:Groceries 132.80 USD 2013-04-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-04-30 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -31.90 USD Expenses:Food:Restaurant 31.90 USD 2013-05-02 balance Liabilities:US:Chase:Slate -4610.02 USD 2013-05-05 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -32.63 USD Expenses:Food:Restaurant 32.63 USD 2013-05-05 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -71.51 USD Expenses:Food:Groceries 71.51 USD 2013-05-08 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -19.41 USD Expenses:Food:Restaurant 19.41 USD 2013-05-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 736.02 USD Assets:US:BofA:Checking -736.02 USD 2013-05-13 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -33.88 USD Expenses:Food:Restaurant 33.88 USD 2013-05-17 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -30.34 USD Expenses:Food:Restaurant 30.34 USD 2013-05-18 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -77.09 USD Expenses:Food:Groceries 77.09 USD 2013-05-19 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -24.50 USD Expenses:Food:Restaurant 24.50 USD 2013-05-23 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -18.76 USD Expenses:Food:Restaurant 18.76 USD 2013-05-25 balance Liabilities:US:Chase:Slate -4182.12 USD 2013-05-28 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -35.55 USD Expenses:Food:Restaurant 35.55 USD 2013-05-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-06-01 event "location" "Chicago" 2013-06-02 * "Star of Siam" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -26.17 USD Expenses:Food:Restaurant 26.17 USD 2013-06-03 * "25 Degrees Burger Bar" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -21.05 USD Expenses:Food:Restaurant 21.05 USD 2013-06-03 * "Eataly Chicago" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -46.90 USD Expenses:Food:Restaurant 46.90 USD 2013-06-03 * "Argo Tea" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -6.73 USD Expenses:Food:Coffee 6.73 USD 2013-06-04 * "Star of Siam" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -28.54 USD Expenses:Food:Restaurant 28.54 USD 2013-06-04 * "Another Sports Pub" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -12.73 USD Expenses:Food:Alcohol 12.73 USD 2013-06-05 * "Argo Tea" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -4.76 USD Expenses:Food:Coffee 4.76 USD 2013-06-06 * "25 Degrees Burger Bar" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -22.97 USD Expenses:Food:Restaurant 22.97 USD 2013-06-06 * "Another Sports Pub" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -12.71 USD Expenses:Food:Alcohol 12.71 USD 2013-06-07 * "Another Sports Pub" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -12.01 USD Expenses:Food:Alcohol 12.01 USD 2013-06-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 348.32 USD Assets:US:BofA:Checking -348.32 USD 2013-06-08 * "25 Degrees Burger Bar" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -23.59 USD Expenses:Food:Restaurant 23.59 USD 2013-06-08 * "Eataly Chicago" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -16.84 USD Expenses:Food:Restaurant 16.84 USD 2013-06-08 * "Another Sports Pub" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -12.22 USD Expenses:Food:Alcohol 12.22 USD 2013-06-09 * "Argo Tea" "" #trip-chicago-2013 Liabilities:US:Chase:Slate -5.48 USD Expenses:Food:Coffee 5.48 USD 2013-06-09 * "Consume vacation days" Assets:US:Hooli:Vacation -64 VACHR Expenses:Vacation 64 VACHR 2013-06-09 event "location" "New Metropolis" 2013-06-10 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -42.08 USD Expenses:Food:Restaurant 42.08 USD 2013-06-10 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -53.67 USD Expenses:Food:Groceries 53.67 USD 2013-06-14 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -36.93 USD Expenses:Food:Restaurant 36.93 USD 2013-06-15 balance Liabilities:US:Chase:Slate -4374.73 USD 2013-06-16 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -41.90 USD Expenses:Food:Restaurant 41.90 USD 2013-06-21 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -26.88 USD Expenses:Food:Restaurant 26.88 USD 2013-06-23 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -31.72 USD Expenses:Food:Restaurant 31.72 USD 2013-06-24 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -57.68 USD Expenses:Food:Restaurant 57.68 USD 2013-06-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-06-27 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -27.46 USD Expenses:Food:Restaurant 27.46 USD 2013-06-29 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -102.21 USD Expenses:Food:Groceries 102.21 USD 2013-06-30 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -22.06 USD Expenses:Food:Restaurant 22.06 USD 2013-07-03 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -31.83 USD Expenses:Food:Restaurant 31.83 USD 2013-07-05 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -24.85 USD Expenses:Food:Restaurant 24.85 USD 2013-07-10 balance Liabilities:US:Chase:Slate -4861.32 USD 2013-07-10 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -49.21 USD Expenses:Food:Restaurant 49.21 USD 2013-07-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 626.40 USD Assets:US:BofA:Checking -626.40 USD 2013-07-13 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -28.65 USD Expenses:Food:Restaurant 28.65 USD 2013-07-15 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -66.62 USD Expenses:Food:Groceries 66.62 USD 2013-07-17 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -25.46 USD Expenses:Food:Restaurant 25.46 USD 2013-07-19 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -35.26 USD Expenses:Food:Restaurant 35.26 USD 2013-07-20 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -32.94 USD Expenses:Food:Restaurant 32.94 USD 2013-07-22 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -39.63 USD Expenses:Food:Restaurant 39.63 USD 2013-07-22 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -59.99 USD Expenses:Food:Groceries 59.99 USD 2013-07-26 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -48.44 USD Expenses:Food:Restaurant 48.44 USD 2013-07-27 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -20.73 USD Expenses:Food:Restaurant 20.73 USD 2013-07-28 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -58.98 USD Expenses:Food:Groceries 58.98 USD 2013-07-29 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-07-30 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -28.96 USD Expenses:Food:Restaurant 28.96 USD 2013-08-02 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -25.11 USD Expenses:Food:Restaurant 25.11 USD 2013-08-03 balance Liabilities:US:Chase:Slate -4874.90 USD 2013-08-03 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.58 USD Expenses:Food:Restaurant 22.58 USD 2013-08-05 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -40.09 USD Expenses:Food:Restaurant 40.09 USD 2013-08-09 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -32.84 USD Expenses:Food:Restaurant 32.84 USD 2013-08-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 686.28 USD Assets:US:BofA:Checking -686.28 USD 2013-08-10 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -61.53 USD Expenses:Food:Groceries 61.53 USD 2013-08-11 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -22.61 USD Expenses:Food:Restaurant 22.61 USD 2013-08-15 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -63.92 USD Expenses:Food:Restaurant 63.92 USD 2013-08-16 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -24.48 USD Expenses:Food:Restaurant 24.48 USD 2013-08-17 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -31.66 USD Expenses:Food:Restaurant 31.66 USD 2013-08-19 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -44.35 USD Expenses:Food:Restaurant 44.35 USD 2013-08-22 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -58.53 USD Expenses:Food:Restaurant 58.53 USD 2013-08-25 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -24.01 USD Expenses:Food:Restaurant 24.01 USD 2013-08-25 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -92.89 USD Expenses:Food:Groceries 92.89 USD 2013-08-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-08-29 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -16.70 USD Expenses:Food:Restaurant 16.70 USD 2013-09-02 balance Liabilities:US:Chase:Slate -4844.81 USD 2013-09-02 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -95.95 USD Expenses:Food:Groceries 95.95 USD 2013-09-03 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -50.29 USD Expenses:Food:Restaurant 50.29 USD 2013-09-04 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -22.38 USD Expenses:Food:Restaurant 22.38 USD 2013-09-05 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -43.71 USD Expenses:Food:Restaurant 43.71 USD 2013-09-07 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -17.53 USD Expenses:Food:Restaurant 17.53 USD 2013-09-09 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -67.81 USD Expenses:Food:Groceries 67.81 USD 2013-09-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 876.02 USD Assets:US:BofA:Checking -876.02 USD 2013-09-11 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -17.67 USD Expenses:Food:Restaurant 17.67 USD 2013-09-15 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -31.09 USD Expenses:Food:Restaurant 31.09 USD 2013-09-20 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -30.76 USD Expenses:Food:Restaurant 30.76 USD 2013-09-20 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -79.96 USD Expenses:Food:Groceries 79.96 USD 2013-09-24 balance Liabilities:US:Chase:Slate -4425.94 USD 2013-09-24 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -29.81 USD Expenses:Food:Restaurant 29.81 USD 2013-09-26 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-09-27 * "Goba Goba" "Eating out alone" Liabilities:US:Chase:Slate -23.96 USD Expenses:Food:Restaurant 23.96 USD 2013-09-30 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -21.95 USD Expenses:Food:Restaurant 21.95 USD 2013-10-03 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -31.48 USD Expenses:Food:Restaurant 31.48 USD 2013-10-04 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -22.66 USD Expenses:Food:Restaurant 22.66 USD 2013-10-04 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -98.28 USD Expenses:Food:Groceries 98.28 USD 2013-10-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 528.19 USD Assets:US:BofA:Checking -528.19 USD 2013-10-09 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -38.24 USD Expenses:Food:Restaurant 38.24 USD 2013-10-14 balance Liabilities:US:Chase:Slate -4284.13 USD 2013-10-14 * "Kin Soy" "Eating out with work buddies" Liabilities:US:Chase:Slate -16.53 USD Expenses:Food:Restaurant 16.53 USD 2013-10-16 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -33.19 USD Expenses:Food:Restaurant 33.19 USD 2013-10-21 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -13.61 USD Expenses:Food:Restaurant 13.61 USD 2013-10-24 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -58.99 USD Expenses:Food:Restaurant 58.99 USD 2013-10-24 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -106.66 USD Expenses:Food:Groceries 106.66 USD 2013-10-24 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-10-25 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -38.81 USD Expenses:Food:Restaurant 38.81 USD 2013-10-26 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -50.94 USD Expenses:Food:Restaurant 50.94 USD 2013-10-28 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -46.54 USD Expenses:Food:Restaurant 46.54 USD 2013-11-02 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -22.65 USD Expenses:Food:Restaurant 22.65 USD 2013-11-07 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -31.92 USD Expenses:Food:Restaurant 31.92 USD 2013-11-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 583.33 USD Assets:US:BofA:Checking -583.33 USD 2013-11-11 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -43.49 USD Expenses:Food:Restaurant 43.49 USD 2013-11-11 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -68.75 USD Expenses:Food:Groceries 68.75 USD 2013-11-12 balance Liabilities:US:Chase:Slate -4352.88 USD 2013-11-16 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -29.96 USD Expenses:Food:Restaurant 29.96 USD 2013-11-21 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -16.72 USD Expenses:Food:Restaurant 16.72 USD 2013-11-22 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2013-11-23 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -62.62 USD Expenses:Food:Groceries 62.62 USD 2013-11-24 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -23.51 USD Expenses:Food:Restaurant 23.51 USD 2013-11-27 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -29.52 USD Expenses:Food:Restaurant 29.52 USD 2013-12-02 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -17.93 USD Expenses:Food:Restaurant 17.93 USD 2013-12-03 balance Liabilities:US:Chase:Slate -4653.14 USD 2013-12-05 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -76.61 USD Expenses:Food:Groceries 76.61 USD 2013-12-06 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -58.75 USD Expenses:Food:Restaurant 58.75 USD 2013-12-07 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -49.45 USD Expenses:Food:Restaurant 49.45 USD 2013-12-08 event "location" "Los Angeles" 2013-12-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 577.98 USD Assets:US:BofA:Checking -577.98 USD 2013-12-09 * "Mr. Marcel" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -53.74 USD Expenses:Food:Restaurant 53.74 USD 2013-12-10 * "Starbucks" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -6.80 USD Expenses:Food:Coffee 6.80 USD 2013-12-11 * "Banana Leaf" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -20.31 USD Expenses:Food:Restaurant 20.31 USD 2013-12-11 * "Dupar's" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -32.49 USD Expenses:Food:Restaurant 32.49 USD 2013-12-11 * "Starbucks" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -5.85 USD Expenses:Food:Coffee 5.85 USD 2013-12-11 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -11.95 USD Expenses:Food:Alcohol 11.95 USD 2013-12-12 * "Pampas Grill" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -22.57 USD Expenses:Food:Restaurant 22.57 USD 2013-12-13 * "Chipotle" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -16.74 USD Expenses:Food:Restaurant 16.74 USD 2013-12-14 * "Dupar's" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -29.48 USD Expenses:Food:Restaurant 29.48 USD 2013-12-14 * "Pampas Grill" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -25.23 USD Expenses:Food:Restaurant 25.23 USD 2013-12-14 * "Chipotle" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -15.16 USD Expenses:Food:Restaurant 15.16 USD 2013-12-14 * "Starbucks" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -6.87 USD Expenses:Food:Coffee 6.87 USD 2013-12-14 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -9.88 USD Expenses:Food:Alcohol 9.88 USD 2013-12-15 * "Pampas Grill" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -26.70 USD Expenses:Food:Restaurant 26.70 USD 2013-12-16 * "Mr. Marcel" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -29.29 USD Expenses:Food:Restaurant 29.29 USD 2013-12-16 * "Chipotle" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -15.90 USD Expenses:Food:Restaurant 15.90 USD 2013-12-17 * "Pampas Grill" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -24.30 USD Expenses:Food:Restaurant 24.30 USD 2013-12-18 * "Banana Leaf" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -27.84 USD Expenses:Food:Restaurant 27.84 USD 2013-12-18 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -11.00 USD Expenses:Food:Alcohol 11.00 USD 2013-12-19 * "Chipotle" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -16.97 USD Expenses:Food:Restaurant 16.97 USD 2013-12-19 * "Starbucks" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -6.37 USD Expenses:Food:Coffee 6.37 USD 2013-12-19 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -5.29 USD Expenses:Food:Alcohol 5.29 USD 2013-12-21 * "Mr. Marcel" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -50.55 USD Expenses:Food:Restaurant 50.55 USD 2013-12-21 * "Banana Leaf" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -22.25 USD Expenses:Food:Restaurant 22.25 USD 2013-12-21 * "Dupar's" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -25.71 USD Expenses:Food:Restaurant 25.71 USD 2013-12-23 balance Liabilities:US:Chase:Slate -4779.21 USD 2013-12-23 * "Pampas Grill" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -28.15 USD Expenses:Food:Restaurant 28.15 USD 2013-12-23 * "Chipotle" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -14.43 USD Expenses:Food:Restaurant 14.43 USD 2013-12-24 * "Chipotle" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -17.53 USD Expenses:Food:Restaurant 17.53 USD 2013-12-25 * "Starbucks" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -6.56 USD Expenses:Food:Coffee 6.56 USD 2013-12-25 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -7.38 USD Expenses:Food:Alcohol 7.38 USD 2013-12-26 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -24.16 USD Expenses:Food:Restaurant 24.16 USD 2013-12-26 * "Banana Leaf" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -21.85 USD Expenses:Food:Restaurant 21.85 USD 2013-12-26 * "Pampas Grill" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -28.35 USD Expenses:Food:Restaurant 28.35 USD 2013-12-26 * "Starbucks" "" #trip-los-angeles-2013 Liabilities:US:Chase:Slate -6.76 USD Expenses:Food:Coffee 6.76 USD 2013-12-26 * "Consume vacation days" Assets:US:Hooli:Vacation -144 VACHR Expenses:Vacation 144 VACHR 2013-12-26 event "location" "New Metropolis" 2013-12-31 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -41.24 USD Expenses:Food:Restaurant 41.24 USD 2014-01-01 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -91.36 USD Expenses:Food:Groceries 91.36 USD 2014-01-04 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -22.59 USD Expenses:Food:Restaurant 22.59 USD 2014-01-06 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -60.46 USD Expenses:Food:Groceries 60.46 USD 2014-01-09 * "Rose Flower" "Eating out " Liabilities:US:Chase:Slate -65.48 USD Expenses:Food:Restaurant 65.48 USD 2014-01-09 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 281.13 USD Assets:US:BofA:Checking -281.13 USD 2014-01-13 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -25.80 USD Expenses:Food:Restaurant 25.80 USD 2014-01-15 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -36.27 USD Expenses:Food:Restaurant 36.27 USD 2014-01-16 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -21.97 USD Expenses:Food:Restaurant 21.97 USD 2014-01-17 balance Liabilities:US:Chase:Slate -5018.42 USD 2014-01-18 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -29.08 USD Expenses:Food:Restaurant 29.08 USD 2014-01-19 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -40.56 USD Expenses:Food:Restaurant 40.56 USD 2014-01-21 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-01-22 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -55.81 USD Expenses:Food:Restaurant 55.81 USD 2014-01-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -70.95 USD Expenses:Food:Groceries 70.95 USD 2014-01-27 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -26.60 USD Expenses:Food:Restaurant 26.60 USD 2014-02-01 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -19.99 USD Expenses:Food:Restaurant 19.99 USD 2014-02-02 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -37.81 USD Expenses:Food:Restaurant 37.81 USD 2014-02-06 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -32.53 USD Expenses:Food:Restaurant 32.53 USD 2014-02-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 585.52 USD Assets:US:BofA:Checking -585.52 USD 2014-02-08 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -68.15 USD Expenses:Food:Groceries 68.15 USD 2014-02-10 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -16.36 USD Expenses:Food:Restaurant 16.36 USD 2014-02-14 balance Liabilities:US:Chase:Slate -4950.74 USD 2014-02-14 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -42.32 USD Expenses:Food:Restaurant 42.32 USD 2014-02-18 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -32.08 USD Expenses:Food:Restaurant 32.08 USD 2014-02-22 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -39.46 USD Expenses:Food:Restaurant 39.46 USD 2014-02-23 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -42.96 USD Expenses:Food:Restaurant 42.96 USD 2014-02-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-02-26 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -30.37 USD Expenses:Food:Restaurant 30.37 USD 2014-02-26 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -68.66 USD Expenses:Food:Groceries 68.66 USD 2014-03-02 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -21.98 USD Expenses:Food:Restaurant 21.98 USD 2014-03-06 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -36.40 USD Expenses:Food:Restaurant 36.40 USD 2014-03-08 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -49.60 USD Expenses:Food:Restaurant 49.60 USD 2014-03-09 balance Liabilities:US:Chase:Slate -5434.57 USD 2014-03-11 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -75.68 USD Expenses:Food:Restaurant 75.68 USD 2014-03-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 575.87 USD Assets:US:BofA:Checking -575.87 USD 2014-03-12 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -39.92 USD Expenses:Food:Restaurant 39.92 USD 2014-03-14 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -49.67 USD Expenses:Food:Groceries 49.67 USD 2014-03-15 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -22.05 USD Expenses:Food:Restaurant 22.05 USD 2014-03-16 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -34.77 USD Expenses:Food:Restaurant 34.77 USD 2014-03-21 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -32.88 USD Expenses:Food:Restaurant 32.88 USD 2014-03-23 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -56.78 USD Expenses:Food:Restaurant 56.78 USD 2014-03-23 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -60.38 USD Expenses:Food:Groceries 60.38 USD 2014-03-27 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -19.01 USD Expenses:Food:Restaurant 19.01 USD 2014-03-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-03-31 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -38.19 USD Expenses:Food:Restaurant 38.19 USD 2014-04-01 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -26.25 USD Expenses:Food:Restaurant 26.25 USD 2014-04-04 balance Liabilities:US:Chase:Slate -5434.28 USD 2014-04-06 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -23.13 USD Expenses:Food:Restaurant 23.13 USD 2014-04-08 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -47.29 USD Expenses:Food:Groceries 47.29 USD 2014-04-11 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -52.29 USD Expenses:Food:Restaurant 52.29 USD 2014-04-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 622.61 USD Assets:US:BofA:Checking -622.61 USD 2014-04-15 * "Chichipotle" "Eating out alone" Liabilities:US:Chase:Slate -34.80 USD Expenses:Food:Restaurant 34.80 USD 2014-04-16 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -125.20 USD Expenses:Food:Groceries 125.20 USD 2014-04-18 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -22.58 USD Expenses:Food:Restaurant 22.58 USD 2014-04-19 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -41.78 USD Expenses:Food:Restaurant 41.78 USD 2014-04-20 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -33.04 USD Expenses:Food:Restaurant 33.04 USD 2014-04-22 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -94.94 USD Expenses:Food:Groceries 94.94 USD 2014-04-25 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -44.64 USD Expenses:Food:Restaurant 44.64 USD 2014-04-28 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -54.07 USD Expenses:Food:Restaurant 54.07 USD 2014-04-28 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-05-03 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -37.55 USD Expenses:Food:Restaurant 37.55 USD 2014-05-04 balance Liabilities:US:Chase:Slate -5542.98 USD 2014-05-06 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -15.21 USD Expenses:Food:Restaurant 15.21 USD 2014-05-08 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -23.10 USD Expenses:Food:Restaurant 23.10 USD 2014-05-10 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -78.55 USD Expenses:Food:Groceries 78.55 USD 2014-05-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 751.77 USD Assets:US:BofA:Checking -751.77 USD 2014-05-12 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -26.31 USD Expenses:Food:Restaurant 26.31 USD 2014-05-16 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -17.52 USD Expenses:Food:Restaurant 17.52 USD 2014-05-21 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -20.98 USD Expenses:Food:Restaurant 20.98 USD 2014-05-21 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -56.68 USD Expenses:Food:Groceries 56.68 USD 2014-05-24 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -38.41 USD Expenses:Food:Restaurant 38.41 USD 2014-05-25 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -22.01 USD Expenses:Food:Restaurant 22.01 USD 2014-05-27 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -25.09 USD Expenses:Food:Restaurant 25.09 USD 2014-05-31 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -34.95 USD Expenses:Food:Restaurant 34.95 USD 2014-05-31 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-06-02 balance Liabilities:US:Chase:Slate -5270.02 USD 2014-06-05 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -44.62 USD Expenses:Food:Restaurant 44.62 USD 2014-06-05 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -63.13 USD Expenses:Food:Groceries 63.13 USD 2014-06-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 460.53 USD Assets:US:BofA:Checking -460.53 USD 2014-06-09 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -17.14 USD Expenses:Food:Restaurant 17.14 USD 2014-06-12 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -28.04 USD Expenses:Food:Restaurant 28.04 USD 2014-06-16 * "Jewel of Morroco" "Eating out with Bill" Liabilities:US:Chase:Slate -24.34 USD Expenses:Food:Restaurant 24.34 USD 2014-06-20 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -36.27 USD Expenses:Food:Restaurant 36.27 USD 2014-06-24 * "Rose Flower" "Eating out with Natasha" Liabilities:US:Chase:Slate -18.62 USD Expenses:Food:Restaurant 18.62 USD 2014-06-25 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -70.92 USD Expenses:Food:Groceries 70.92 USD 2014-06-27 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-06-29 balance Liabilities:US:Chase:Slate -5232.57 USD 2014-06-29 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -19.89 USD Expenses:Food:Restaurant 19.89 USD 2014-07-03 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -35.60 USD Expenses:Food:Restaurant 35.60 USD 2014-07-04 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -42.40 USD Expenses:Food:Restaurant 42.40 USD 2014-07-06 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -13.53 USD Expenses:Food:Restaurant 13.53 USD 2014-07-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 485.26 USD Assets:US:BofA:Checking -485.26 USD 2014-07-09 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -75.65 USD Expenses:Food:Groceries 75.65 USD 2014-07-11 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -45.92 USD Expenses:Food:Restaurant 45.92 USD 2014-07-16 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -33.99 USD Expenses:Food:Restaurant 33.99 USD 2014-07-21 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -14.87 USD Expenses:Food:Restaurant 14.87 USD 2014-07-22 balance Liabilities:US:Chase:Slate -5029.16 USD 2014-07-22 * "China Garden" "Eating out with Bill" Liabilities:US:Chase:Slate -14.83 USD Expenses:Food:Restaurant 14.83 USD 2014-07-24 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-07-26 * "Goba Goba" "Eating out with Natasha" Liabilities:US:Chase:Slate -26.45 USD Expenses:Food:Restaurant 26.45 USD 2014-07-28 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -72.82 USD Expenses:Food:Restaurant 72.82 USD 2014-07-28 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -98.02 USD Expenses:Food:Groceries 98.02 USD 2014-08-02 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -14.65 USD Expenses:Food:Restaurant 14.65 USD 2014-08-05 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -38.92 USD Expenses:Food:Restaurant 38.92 USD 2014-08-05 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -157.54 USD Expenses:Food:Groceries 157.54 USD 2014-08-08 * "Cafe Modagor" "Eating out with Bill" Liabilities:US:Chase:Slate -47.49 USD Expenses:Food:Restaurant 47.49 USD 2014-08-11 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -21.37 USD Expenses:Food:Restaurant 21.37 USD 2014-08-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 706.87 USD Assets:US:BofA:Checking -706.87 USD 2014-08-12 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -27.08 USD Expenses:Food:Restaurant 27.08 USD 2014-08-14 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -27.94 USD Expenses:Food:Restaurant 27.94 USD 2014-08-14 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -120.17 USD Expenses:Food:Groceries 120.17 USD 2014-08-16 * "Rose Flower" "Eating out with Joe" Liabilities:US:Chase:Slate -22.94 USD Expenses:Food:Restaurant 22.94 USD 2014-08-18 balance Liabilities:US:Chase:Slate -5132.51 USD 2014-08-19 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -29.29 USD Expenses:Food:Restaurant 29.29 USD 2014-08-23 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -31.67 USD Expenses:Food:Restaurant 31.67 USD 2014-08-23 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-08-26 * "China Garden" "Eating out after work" Liabilities:US:Chase:Slate -24.06 USD Expenses:Food:Restaurant 24.06 USD 2014-08-29 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -31.82 USD Expenses:Food:Restaurant 31.82 USD 2014-08-30 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -91.17 USD Expenses:Food:Groceries 91.17 USD 2014-09-02 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -32.94 USD Expenses:Food:Restaurant 32.94 USD 2014-09-03 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -22.76 USD Expenses:Food:Restaurant 22.76 USD 2014-09-07 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -35.00 USD Expenses:Food:Restaurant 35.00 USD 2014-09-08 balance Liabilities:US:Chase:Slate -5551.22 USD 2014-09-10 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -26.73 USD Expenses:Food:Restaurant 26.73 USD 2014-09-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 643.57 USD Assets:US:BofA:Checking -643.57 USD 2014-09-14 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -24.93 USD Expenses:Food:Restaurant 24.93 USD 2014-09-17 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -101.88 USD Expenses:Food:Groceries 101.88 USD 2014-09-19 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -24.85 USD Expenses:Food:Restaurant 24.85 USD 2014-09-24 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -50.13 USD Expenses:Food:Restaurant 50.13 USD 2014-09-24 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-09-26 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.16 USD Expenses:Food:Restaurant 28.16 USD 2014-09-28 * "Goba Goba" "Eating out with Joe" Liabilities:US:Chase:Slate -44.67 USD Expenses:Food:Restaurant 44.67 USD 2014-09-30 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -24.21 USD Expenses:Food:Restaurant 24.21 USD 2014-10-01 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -43.51 USD Expenses:Food:Restaurant 43.51 USD 2014-10-01 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -62.75 USD Expenses:Food:Groceries 62.75 USD 2014-10-04 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -36.25 USD Expenses:Food:Restaurant 36.25 USD 2014-10-06 balance Liabilities:US:Chase:Slate -5495.72 USD 2014-10-06 * "Jewel of Morroco" "Eating out with work buddies" Liabilities:US:Chase:Slate -53.26 USD Expenses:Food:Restaurant 53.26 USD 2014-10-07 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -44.92 USD Expenses:Food:Restaurant 44.92 USD 2014-10-11 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -30.87 USD Expenses:Food:Restaurant 30.87 USD 2014-10-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 690.39 USD Assets:US:BofA:Checking -690.39 USD 2014-10-14 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -27.06 USD Expenses:Food:Restaurant 27.06 USD 2014-10-15 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -39.68 USD Expenses:Food:Restaurant 39.68 USD 2014-10-18 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -108.05 USD Expenses:Food:Groceries 108.05 USD 2014-10-20 * "Uncle Boons" "Eating out " Liabilities:US:Chase:Slate -17.50 USD Expenses:Food:Restaurant 17.50 USD 2014-10-23 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -103.59 USD Expenses:Food:Groceries 103.59 USD 2014-10-25 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -30.46 USD Expenses:Food:Restaurant 30.46 USD 2014-10-25 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-10-28 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -39.51 USD Expenses:Food:Restaurant 39.51 USD 2014-10-29 balance Liabilities:US:Chase:Slate -5420.23 USD 2014-10-31 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -23.51 USD Expenses:Food:Restaurant 23.51 USD 2014-11-01 event "location" "Los Angeles" 2014-11-02 * "Mr. Marcel" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -30.47 USD Expenses:Food:Restaurant 30.47 USD 2014-11-02 * "Dupar's" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -25.62 USD Expenses:Food:Restaurant 25.62 USD 2014-11-02 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -5.59 USD Expenses:Food:Coffee 5.59 USD 2014-11-03 * "Mr. Marcel" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -31.94 USD Expenses:Food:Restaurant 31.94 USD 2014-11-03 * "Chipotle" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -14.55 USD Expenses:Food:Restaurant 14.55 USD 2014-11-03 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -6.02 USD Expenses:Food:Coffee 6.02 USD 2014-11-04 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -25.20 USD Expenses:Food:Restaurant 25.20 USD 2014-11-04 * "Chipotle" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -17.98 USD Expenses:Food:Restaurant 17.98 USD 2014-11-05 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -23.72 USD Expenses:Food:Restaurant 23.72 USD 2014-11-05 * "Chipotle" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -14.39 USD Expenses:Food:Restaurant 14.39 USD 2014-11-06 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -25.02 USD Expenses:Food:Restaurant 25.02 USD 2014-11-07 * "Pampas Grill" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -33.65 USD Expenses:Food:Restaurant 33.65 USD 2014-11-07 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -7.20 USD Expenses:Food:Coffee 7.20 USD 2014-11-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 538.62 USD Assets:US:BofA:Checking -538.62 USD 2014-11-08 * "Dupar's" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -27.47 USD Expenses:Food:Restaurant 27.47 USD 2014-11-08 * "Pampas Grill" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -25.95 USD Expenses:Food:Restaurant 25.95 USD 2014-11-08 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -4.35 USD Expenses:Food:Coffee 4.35 USD 2014-11-09 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -9.07 USD Expenses:Food:Alcohol 9.07 USD 2014-11-10 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -25.93 USD Expenses:Food:Restaurant 25.93 USD 2014-11-10 * "Chipotle" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -15.23 USD Expenses:Food:Restaurant 15.23 USD 2014-11-10 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -5.37 USD Expenses:Food:Coffee 5.37 USD 2014-11-11 * "Dupar's" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -36.47 USD Expenses:Food:Restaurant 36.47 USD 2014-11-13 * "Chipotle" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -14.01 USD Expenses:Food:Restaurant 14.01 USD 2014-11-13 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -6.44 USD Expenses:Food:Coffee 6.44 USD 2014-11-13 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -7.04 USD Expenses:Food:Alcohol 7.04 USD 2014-11-14 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -26.25 USD Expenses:Food:Restaurant 26.25 USD 2014-11-14 * "Dupar's" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -32.03 USD Expenses:Food:Restaurant 32.03 USD 2014-11-14 * "Chipotle" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -16.14 USD Expenses:Food:Restaurant 16.14 USD 2014-11-15 * "Mr. Marcel" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -31.25 USD Expenses:Food:Restaurant 31.25 USD 2014-11-15 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -28.68 USD Expenses:Food:Restaurant 28.68 USD 2014-11-15 * "Dupar's" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -33.08 USD Expenses:Food:Restaurant 33.08 USD 2014-11-15 * "Pampas Grill" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -24.22 USD Expenses:Food:Restaurant 24.22 USD 2014-11-15 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -10.29 USD Expenses:Food:Alcohol 10.29 USD 2014-11-16 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -24.98 USD Expenses:Food:Restaurant 24.98 USD 2014-11-17 * "Mr. Marcel" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -35.71 USD Expenses:Food:Restaurant 35.71 USD 2014-11-17 * "E.B.'s Beer and Wine" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -9.07 USD Expenses:Food:Alcohol 9.07 USD 2014-11-18 * "Pampas Grill" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -25.96 USD Expenses:Food:Restaurant 25.96 USD 2014-11-19 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -24.67 USD Expenses:Food:Restaurant 24.67 USD 2014-11-20 * "Banana Leaf" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -29.56 USD Expenses:Food:Restaurant 29.56 USD 2014-11-20 * "Starbucks" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -5.87 USD Expenses:Food:Coffee 5.87 USD 2014-11-22 * "Dupar's" "" #trip-los-angeles-2014 Liabilities:US:Chase:Slate -34.91 USD Expenses:Food:Restaurant 34.91 USD 2014-11-22 * "Consume vacation days" Assets:US:Hooli:Vacation -168 VACHR Expenses:Vacation 168 VACHR 2014-11-22 event "location" "New Metropolis" 2014-11-23 balance Liabilities:US:Chase:Slate -5736.47 USD 2014-11-23 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -29.26 USD Expenses:Food:Restaurant 29.26 USD 2014-11-23 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -54.80 USD Expenses:Food:Groceries 54.80 USD 2014-11-26 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -20.82 USD Expenses:Food:Restaurant 20.82 USD 2014-11-30 * "Cafe Modagor" "Eating out with Natasha" Liabilities:US:Chase:Slate -18.32 USD Expenses:Food:Restaurant 18.32 USD 2014-12-03 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -28.11 USD Expenses:Food:Restaurant 28.11 USD 2014-12-04 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -33.80 USD Expenses:Food:Restaurant 33.80 USD 2014-12-08 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -26.61 USD Expenses:Food:Restaurant 26.61 USD 2014-12-09 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -120.98 USD Expenses:Food:Groceries 120.98 USD 2014-12-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 324.96 USD Assets:US:BofA:Checking -324.96 USD 2014-12-11 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -21.52 USD Expenses:Food:Restaurant 21.52 USD 2014-12-16 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -27.48 USD Expenses:Food:Restaurant 27.48 USD 2014-12-16 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -50.69 USD Expenses:Food:Groceries 50.69 USD 2014-12-18 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -15.56 USD Expenses:Food:Restaurant 15.56 USD 2014-12-20 balance Liabilities:US:Chase:Slate -5859.46 USD 2014-12-20 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2014-12-22 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -14.70 USD Expenses:Food:Restaurant 14.70 USD 2014-12-23 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -34.11 USD Expenses:Food:Restaurant 34.11 USD 2014-12-25 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -34.20 USD Expenses:Food:Restaurant 34.20 USD 2014-12-28 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -34.36 USD Expenses:Food:Restaurant 34.36 USD 2014-12-29 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -31.84 USD Expenses:Food:Restaurant 31.84 USD 2015-01-02 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -24.24 USD Expenses:Food:Restaurant 24.24 USD 2015-01-03 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -16.90 USD Expenses:Food:Restaurant 16.90 USD 2015-01-05 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -93.83 USD Expenses:Food:Groceries 93.83 USD 2015-01-06 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -24.23 USD Expenses:Food:Restaurant 24.23 USD 2015-01-08 * "Uncle Boons" "Eating out with Bill" Liabilities:US:Chase:Slate -39.91 USD Expenses:Food:Restaurant 39.91 USD 2015-01-11 balance Liabilities:US:Chase:Slate -6327.78 USD 2015-01-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 592.62 USD Assets:US:BofA:Checking -592.62 USD 2015-01-13 * "Rose Flower" "Eating out with Julie" Liabilities:US:Chase:Slate -30.57 USD Expenses:Food:Restaurant 30.57 USD 2015-01-15 * "Chichipotle" "Eating out with Natasha" Liabilities:US:Chase:Slate -28.75 USD Expenses:Food:Restaurant 28.75 USD 2015-01-19 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-01-20 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -38.27 USD Expenses:Food:Restaurant 38.27 USD 2015-01-22 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.59 USD Expenses:Food:Restaurant 39.59 USD 2015-01-22 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -77.47 USD Expenses:Food:Groceries 77.47 USD 2015-01-26 * "Kin Soy" "Eating out after work" Liabilities:US:Chase:Slate -17.05 USD Expenses:Food:Restaurant 17.05 USD 2015-01-29 * "Chichipotle" "Eating out with Joe" Liabilities:US:Chase:Slate -22.33 USD Expenses:Food:Restaurant 22.33 USD 2015-02-01 balance Liabilities:US:Chase:Slate -6109.19 USD 2015-02-01 * "Chichipotle" "Eating out with Bill" Liabilities:US:Chase:Slate -24.61 USD Expenses:Food:Restaurant 24.61 USD 2015-02-04 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -22.12 USD Expenses:Food:Restaurant 22.12 USD 2015-02-06 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -18.06 USD Expenses:Food:Restaurant 18.06 USD 2015-02-07 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -99.69 USD Expenses:Food:Groceries 99.69 USD 2015-02-08 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -37.33 USD Expenses:Food:Restaurant 37.33 USD 2015-02-10 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -30.82 USD Expenses:Food:Restaurant 30.82 USD 2015-02-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 576.09 USD Assets:US:BofA:Checking -576.09 USD 2015-02-12 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -28.62 USD Expenses:Food:Restaurant 28.62 USD 2015-02-14 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -103.00 USD Expenses:Food:Groceries 103.00 USD 2015-02-15 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-02-16 * "Rose Flower" "Eating out with Bill" Liabilities:US:Chase:Slate -50.49 USD Expenses:Food:Restaurant 50.49 USD 2015-02-17 * "China Garden" "Eating out with work buddies" Liabilities:US:Chase:Slate -29.86 USD Expenses:Food:Restaurant 29.86 USD 2015-02-20 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -28.88 USD Expenses:Food:Restaurant 28.88 USD 2015-02-21 * "Good Moods Market" "Buying groceries" Liabilities:US:Chase:Slate -93.91 USD Expenses:Food:Groceries 93.91 USD 2015-02-22 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -23.01 USD Expenses:Food:Restaurant 23.01 USD 2015-02-24 balance Liabilities:US:Chase:Slate -6243.50 USD 2015-02-26 * "Kin Soy" "Eating out alone" Liabilities:US:Chase:Slate -44.24 USD Expenses:Food:Restaurant 44.24 USD 2015-02-28 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -27.52 USD Expenses:Food:Restaurant 27.52 USD 2015-03-01 * "Goba Goba" "Eating out " Liabilities:US:Chase:Slate -24.63 USD Expenses:Food:Restaurant 24.63 USD 2015-03-06 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -22.53 USD Expenses:Food:Restaurant 22.53 USD 2015-03-10 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 634.23 USD Assets:US:BofA:Checking -634.23 USD 2015-03-11 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -37.54 USD Expenses:Food:Restaurant 37.54 USD 2015-03-11 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -71.42 USD Expenses:Food:Groceries 71.42 USD 2015-03-16 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -51.57 USD Expenses:Food:Restaurant 51.57 USD 2015-03-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-03-20 balance Liabilities:US:Chase:Slate -6008.72 USD 2015-03-21 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -36.50 USD Expenses:Food:Restaurant 36.50 USD 2015-03-25 * "Chichipotle" "Eating out after work" Liabilities:US:Chase:Slate -25.85 USD Expenses:Food:Restaurant 25.85 USD 2015-03-29 * "Uncle Boons" "Eating out alone" Liabilities:US:Chase:Slate -55.66 USD Expenses:Food:Restaurant 55.66 USD 2015-03-29 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -136.08 USD Expenses:Food:Groceries 136.08 USD 2015-04-03 * "China Garden" "Eating out alone" Liabilities:US:Chase:Slate -23.53 USD Expenses:Food:Restaurant 23.53 USD 2015-04-06 * "Cafe Modagor" "Eating out after work" Liabilities:US:Chase:Slate -46.38 USD Expenses:Food:Restaurant 46.38 USD 2015-04-06 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -53.93 USD Expenses:Food:Groceries 53.93 USD 2015-04-07 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -11.25 USD Expenses:Food:Restaurant 11.25 USD 2015-04-08 event "location" "New York" 2015-04-09 balance Liabilities:US:Chase:Slate -6397.90 USD 2015-04-09 * "Laut" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -27.08 USD Expenses:Food:Restaurant 27.08 USD 2015-04-09 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -5.76 USD Expenses:Food:Coffee 5.76 USD 2015-04-10 * "Uncle Boons" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -43.92 USD Expenses:Food:Restaurant 43.92 USD 2015-04-10 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -6.30 USD Expenses:Food:Coffee 6.30 USD 2015-04-11 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -23.06 USD Expenses:Food:Restaurant 23.06 USD 2015-04-11 * "Laut" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -31.22 USD Expenses:Food:Restaurant 31.22 USD 2015-04-11 * "La Colombe" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -7.06 USD Expenses:Food:Coffee 7.06 USD 2015-04-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 659.74 USD Assets:US:BofA:Checking -659.74 USD 2015-04-12 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -35.21 USD Expenses:Food:Restaurant 35.21 USD 2015-04-13 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -51.81 USD Expenses:Food:Restaurant 51.81 USD 2015-04-15 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -26.80 USD Expenses:Food:Restaurant 26.80 USD 2015-04-15 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -50.62 USD Expenses:Food:Restaurant 50.62 USD 2015-04-15 * "Laut" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -25.61 USD Expenses:Food:Restaurant 25.61 USD 2015-04-15 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -6.33 USD Expenses:Food:Coffee 6.33 USD 2015-04-16 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -52.06 USD Expenses:Food:Restaurant 52.06 USD 2015-04-16 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -4.35 USD Expenses:Food:Coffee 4.35 USD 2015-04-17 * "Uncle Boons" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -45.52 USD Expenses:Food:Restaurant 45.52 USD 2015-04-17 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -8.43 USD Expenses:Food:Coffee 8.43 USD 2015-04-18 * "Uncle Boons" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -39.40 USD Expenses:Food:Restaurant 39.40 USD 2015-04-18 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -50.79 USD Expenses:Food:Restaurant 50.79 USD 2015-04-19 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -27.04 USD Expenses:Food:Restaurant 27.04 USD 2015-04-19 * "La Colombe" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -4.29 USD Expenses:Food:Coffee 4.29 USD 2015-04-20 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -28.52 USD Expenses:Food:Restaurant 28.52 USD 2015-04-20 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -46.43 USD Expenses:Food:Restaurant 46.43 USD 2015-04-21 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -48.14 USD Expenses:Food:Restaurant 48.14 USD 2015-04-21 * "Laut" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -28.99 USD Expenses:Food:Restaurant 28.99 USD 2015-04-21 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -5.44 USD Expenses:Food:Coffee 5.44 USD 2015-04-22 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -27.90 USD Expenses:Food:Restaurant 27.90 USD 2015-04-22 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -57.71 USD Expenses:Food:Restaurant 57.71 USD 2015-04-23 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -33.94 USD Expenses:Food:Restaurant 33.94 USD 2015-04-23 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -57.88 USD Expenses:Food:Restaurant 57.88 USD 2015-04-23 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -8.34 USD Expenses:Food:Coffee 8.34 USD 2015-04-24 * "Laut" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -25.86 USD Expenses:Food:Restaurant 25.86 USD 2015-04-25 * "Uncle Boons" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -43.24 USD Expenses:Food:Restaurant 43.24 USD 2015-04-25 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -37.04 USD Expenses:Food:Restaurant 37.04 USD 2015-04-26 * "Cafe Select" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -36.05 USD Expenses:Food:Restaurant 36.05 USD 2015-04-26 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -47.58 USD Expenses:Food:Restaurant 47.58 USD 2015-04-26 * "Gimme! Coffee" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -7.02 USD Expenses:Food:Coffee 7.02 USD 2015-04-27 * "Takahachi" "" #trip-new-york-2015 Liabilities:US:Chase:Slate -46.61 USD Expenses:Food:Restaurant 46.61 USD 2015-04-27 * "Consume vacation days" Assets:US:Hooli:Vacation -152 VACHR Expenses:Vacation 152 VACHR 2015-04-27 event "location" "New Metropolis" 2015-04-30 * "Kin Soy" "Eating out with Natasha" Liabilities:US:Chase:Slate -27.57 USD Expenses:Food:Restaurant 27.57 USD 2015-05-01 balance Liabilities:US:Chase:Slate -6925.08 USD 2015-05-02 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -31.94 USD Expenses:Food:Restaurant 31.94 USD 2015-05-03 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -46.15 USD Expenses:Food:Restaurant 46.15 USD 2015-05-04 * "Uncle Boons" "Eating out with Joe" Liabilities:US:Chase:Slate -28.57 USD Expenses:Food:Restaurant 28.57 USD 2015-05-07 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -26.90 USD Expenses:Food:Restaurant 26.90 USD 2015-05-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 133.56 USD Assets:US:BofA:Checking -133.56 USD 2015-05-08 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -70.42 USD Expenses:Food:Groceries 70.42 USD 2015-05-10 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -28.14 USD Expenses:Food:Restaurant 28.14 USD 2015-05-12 * "Kin Soy" "Eating out with Julie" Liabilities:US:Chase:Slate -30.14 USD Expenses:Food:Restaurant 30.14 USD 2015-05-16 * "Kin Soy" "Eating out with Joe" Liabilities:US:Chase:Slate -68.65 USD Expenses:Food:Restaurant 68.65 USD 2015-05-16 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-05-20 * "China Garden" "Eating out with Julie" Liabilities:US:Chase:Slate -30.65 USD Expenses:Food:Restaurant 30.65 USD 2015-05-20 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -73.60 USD Expenses:Food:Groceries 73.60 USD 2015-05-23 * "Rose Flower" "Eating out with work buddies" Liabilities:US:Chase:Slate -39.87 USD Expenses:Food:Restaurant 39.87 USD 2015-05-26 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -108.92 USD Expenses:Food:Groceries 108.92 USD 2015-05-27 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -31.03 USD Expenses:Food:Restaurant 31.03 USD 2015-05-29 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -24.44 USD Expenses:Food:Restaurant 24.44 USD 2015-05-30 balance Liabilities:US:Chase:Slate -7550.94 USD 2015-06-01 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -66.32 USD Expenses:Food:Restaurant 66.32 USD 2015-06-02 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -73.30 USD Expenses:Food:Restaurant 73.30 USD 2015-06-06 * "Jewel of Morroco" "Eating out with Natasha" Liabilities:US:Chase:Slate -17.42 USD Expenses:Food:Restaurant 17.42 USD 2015-06-07 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -134.26 USD Expenses:Food:Groceries 134.26 USD 2015-06-07 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 917.16 USD Assets:US:BofA:Checking -917.16 USD 2015-06-08 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -47.33 USD Expenses:Food:Restaurant 47.33 USD 2015-06-13 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -48.39 USD Expenses:Food:Restaurant 48.39 USD 2015-06-14 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-06-17 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -117.33 USD Expenses:Food:Groceries 117.33 USD 2015-06-18 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -31.04 USD Expenses:Food:Restaurant 31.04 USD 2015-06-20 balance Liabilities:US:Chase:Slate -7289.17 USD 2015-06-21 * "Uncle Boons" "Eating out after work" Liabilities:US:Chase:Slate -31.23 USD Expenses:Food:Restaurant 31.23 USD 2015-06-26 * "Uncle Boons" "Eating out with Julie" Liabilities:US:Chase:Slate -35.99 USD Expenses:Food:Restaurant 35.99 USD 2015-06-28 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -13.95 USD Expenses:Food:Restaurant 13.95 USD 2015-07-01 * "Jewel of Morroco" "Eating out with Julie" Liabilities:US:Chase:Slate -24.51 USD Expenses:Food:Restaurant 24.51 USD 2015-07-05 * "Cafe Modagor" "Eating out with work buddies" Liabilities:US:Chase:Slate -29.27 USD Expenses:Food:Restaurant 29.27 USD 2015-07-06 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -52.53 USD Expenses:Food:Groceries 52.53 USD 2015-07-08 * "Kin Soy" "Eating out " Liabilities:US:Chase:Slate -24.54 USD Expenses:Food:Restaurant 24.54 USD 2015-07-11 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 610.61 USD Assets:US:BofA:Checking -610.61 USD 2015-07-13 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -34.50 USD Expenses:Food:Restaurant 34.50 USD 2015-07-15 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-07-16 * "Kin Soy" "Eating out with Bill" Liabilities:US:Chase:Slate -37.49 USD Expenses:Food:Restaurant 37.49 USD 2015-07-17 balance Liabilities:US:Chase:Slate -7082.57 USD 2015-07-17 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -25.58 USD Expenses:Food:Restaurant 25.58 USD 2015-07-19 * "Jewel of Morroco" "Eating out after work" Liabilities:US:Chase:Slate -42.65 USD Expenses:Food:Restaurant 42.65 USD 2015-07-22 * "Goba Goba" "Eating out with work buddies" Liabilities:US:Chase:Slate -35.15 USD Expenses:Food:Restaurant 35.15 USD 2015-07-24 * "Cafe Modagor" "Eating out with Julie" Liabilities:US:Chase:Slate -71.59 USD Expenses:Food:Restaurant 71.59 USD 2015-07-24 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -93.04 USD Expenses:Food:Groceries 93.04 USD 2015-07-29 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -54.54 USD Expenses:Food:Restaurant 54.54 USD 2015-07-30 * "Jewel of Morroco" "Eating out with Joe" Liabilities:US:Chase:Slate -32.69 USD Expenses:Food:Restaurant 32.69 USD 2015-08-04 * "Rose Flower" "Eating out after work" Liabilities:US:Chase:Slate -16.55 USD Expenses:Food:Restaurant 16.55 USD 2015-08-06 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -32.62 USD Expenses:Food:Restaurant 32.62 USD 2015-08-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 610.54 USD Assets:US:BofA:Checking -610.54 USD 2015-08-10 * "Chichipotle" "Eating out " Liabilities:US:Chase:Slate -48.64 USD Expenses:Food:Restaurant 48.64 USD 2015-08-11 * "Onion Market" "Buying groceries" Liabilities:US:Chase:Slate -71.75 USD Expenses:Food:Groceries 71.75 USD 2015-08-12 balance Liabilities:US:Chase:Slate -6996.83 USD 2015-08-14 * "China Garden" "Eating out with Joe" Liabilities:US:Chase:Slate -31.37 USD Expenses:Food:Restaurant 31.37 USD 2015-08-15 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-08-18 * "Rose Flower" "Eating out alone" Liabilities:US:Chase:Slate -28.00 USD Expenses:Food:Restaurant 28.00 USD 2015-08-22 * "Goba Goba" "Eating out with Bill" Liabilities:US:Chase:Slate -22.32 USD Expenses:Food:Restaurant 22.32 USD 2015-08-25 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -23.07 USD Expenses:Food:Restaurant 23.07 USD 2015-08-28 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -61.58 USD Expenses:Food:Groceries 61.58 USD 2015-08-30 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -36.67 USD Expenses:Food:Restaurant 36.67 USD 2015-08-31 * "Chichipotle" "Eating out with Julie" Liabilities:US:Chase:Slate -16.81 USD Expenses:Food:Restaurant 16.81 USD 2015-09-03 balance Liabilities:US:Chase:Slate -7336.65 USD 2015-09-05 * "Goba Goba" "Eating out with Julie" Liabilities:US:Chase:Slate -38.23 USD Expenses:Food:Restaurant 38.23 USD 2015-09-08 * "Goba Goba" "Eating out after work" Liabilities:US:Chase:Slate -19.68 USD Expenses:Food:Restaurant 19.68 USD 2015-09-08 * "Chase:Slate" "Paying off credit card" Liabilities:US:Chase:Slate 469.48 USD Assets:US:BofA:Checking -469.48 USD 2015-09-10 * "Uncle Boons" "Eating out with Natasha" Liabilities:US:Chase:Slate -38.24 USD Expenses:Food:Restaurant 38.24 USD 2015-09-11 * "Cafe Modagor" "Eating out " Liabilities:US:Chase:Slate -57.78 USD Expenses:Food:Restaurant 57.78 USD 2015-09-12 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD 2015-09-15 * "Cafe Modagor" "Eating out alone" Liabilities:US:Chase:Slate -57.22 USD Expenses:Food:Restaurant 57.22 USD 2015-09-16 * "Cafe Modagor" "Eating out with Joe" Liabilities:US:Chase:Slate -26.44 USD Expenses:Food:Restaurant 26.44 USD 2015-09-16 * "Farmer Fresh" "Buying groceries" Liabilities:US:Chase:Slate -85.00 USD Expenses:Food:Groceries 85.00 USD 2015-09-20 * "China Garden" "Eating out " Liabilities:US:Chase:Slate -29.40 USD Expenses:Food:Restaurant 29.40 USD 2015-09-25 balance Liabilities:US:Chase:Slate -7339.16 USD 2015-09-25 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -32.42 USD Expenses:Food:Restaurant 32.42 USD 2015-09-29 * "Jewel of Morroco" "Eating out " Liabilities:US:Chase:Slate -30.43 USD Expenses:Food:Restaurant 30.43 USD 2015-09-30 * "Corner Deli" "Buying groceries" Liabilities:US:Chase:Slate -58.89 USD Expenses:Food:Groceries 58.89 USD 2015-10-01 * "China Garden" "Eating out with Natasha" Liabilities:US:Chase:Slate -39.01 USD Expenses:Food:Restaurant 39.01 USD 2015-10-03 * "Chichipotle" "Eating out with work buddies" Liabilities:US:Chase:Slate -36.93 USD Expenses:Food:Restaurant 36.93 USD 2015-10-08 * "Uncle Boons" "Eating out with work buddies" Liabilities:US:Chase:Slate -12.31 USD Expenses:Food:Restaurant 12.31 USD 2015-10-11 * "Metro Transport Authority" "Tram tickets" Liabilities:US:Chase:Slate -120.00 USD Expenses:Transport:Tram 120.00 USD * Taxable Investments 2008-01-01 open Assets:US:ETrade:Cash USD 2008-01-01 open Assets:US:ETrade:ITOT ITOT 2008-01-01 open Assets:US:ETrade:VEA VEA 2008-01-01 open Assets:US:ETrade:VHT VHT 2008-01-01 open Assets:US:ETrade:GLD GLD 2008-01-01 open Income:US:ETrade:Gains USD 2008-01-01 open Income:US:ETrade:Dividends USD 2008-08-28 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1296.58 USD Assets:US:ETrade:ITOT 19 ITOT {67.77 USD, 2008-08-28} Expenses:Financial:Commissions 8.95 USD 2008-08-28 * "Buy shares of VEA" Assets:US:ETrade:Cash -1248.76 USD Assets:US:ETrade:VEA 13 VEA {95.37 USD, 2008-08-28} Expenses:Financial:Commissions 8.95 USD 2008-08-28 * "Buy shares of VHT" Assets:US:ETrade:Cash -1258.99 USD Assets:US:ETrade:VHT 22 VHT {56.82 USD, 2008-08-28} Expenses:Financial:Commissions 8.95 USD 2008-09-06 * "Sell shares of VEA" Assets:US:ETrade:VEA -13 VEA {95.37 USD, 2008-08-28} @ 95.58 USD Assets:US:ETrade:Cash 1233.59 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -2.73 USD 2008-09-10 * "Buy shares of VHT" Assets:US:ETrade:Cash -303.05 USD Assets:US:ETrade:VHT 5 VHT {58.82 USD, 2008-09-10} Expenses:Financial:Commissions 8.95 USD 2008-09-10 * "Buy shares of VEA" Assets:US:ETrade:Cash -295.69 USD Assets:US:ETrade:VEA 3 VEA {95.58 USD, 2008-09-10} Expenses:Financial:Commissions 8.95 USD 2008-09-10 * "Buy shares of GLD" Assets:US:ETrade:Cash -259.75 USD Assets:US:ETrade:GLD 4 GLD {62.70 USD, 2008-09-10} Expenses:Financial:Commissions 8.95 USD 2008-09-10 * "Buy shares of ITOT" Assets:US:ETrade:Cash -282.63 USD Assets:US:ETrade:ITOT 4 ITOT {68.42 USD, 2008-09-10} Expenses:Financial:Commissions 8.95 USD 2008-09-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 19.53 USD Income:US:ETrade:Dividends -19.53 USD 2008-09-23 * "Sell shares of VEA" Assets:US:ETrade:VEA -3 VEA {95.58 USD, 2008-09-10} @ 95.62 USD Assets:US:ETrade:Cash 277.91 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -0.12 USD 2008-09-24 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -4 ITOT {68.42 USD, 2008-09-10} @ 68.53 USD Assets:US:ETrade:Cash 265.17 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -0.44 USD 2008-11-09 * "Buy shares of GLD" Assets:US:ETrade:Cash -2556.85 USD Assets:US:ETrade:GLD 38 GLD {67.05 USD, 2008-11-09} Expenses:Financial:Commissions 8.95 USD 2008-11-09 * "Buy shares of VHT" Assets:US:ETrade:Cash -2580.47 USD Assets:US:ETrade:VHT 41 VHT {62.72 USD, 2008-11-09} Expenses:Financial:Commissions 8.95 USD 2008-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 40.01 USD Income:US:ETrade:Dividends -40.01 USD 2009-01-29 * "Sell shares of VHT" Assets:US:ETrade:VHT -22 VHT {56.82 USD, 2008-08-28} @ 65.21 USD Assets:US:ETrade:Cash 1425.67 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -184.58 USD 2009-02-02 * "Buy shares of VHT" Assets:US:ETrade:Cash -403.33 USD Assets:US:ETrade:VHT 6 VHT {65.73 USD, 2009-02-02} Expenses:Financial:Commissions 8.95 USD 2009-02-02 * "Buy shares of ITOT" Assets:US:ETrade:Cash -363.30 USD Assets:US:ETrade:ITOT 5 ITOT {70.87 USD, 2009-02-02} Expenses:Financial:Commissions 8.95 USD 2009-02-02 * "Buy shares of GLD" Assets:US:ETrade:Cash -355.50 USD Assets:US:ETrade:GLD 5 GLD {69.31 USD, 2009-02-02} Expenses:Financial:Commissions 8.95 USD 2009-02-02 * "Buy shares of VEA" Assets:US:ETrade:Cash -406.39 USD Assets:US:ETrade:VEA 4 VEA {99.36 USD, 2009-02-02} Expenses:Financial:Commissions 8.95 USD 2009-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 45.98 USD Income:US:ETrade:Dividends -45.98 USD 2009-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 45.98 USD Income:US:ETrade:Dividends -45.98 USD 2009-07-24 * "Buy shares of GLD" Assets:US:ETrade:Cash -3457.39 USD Assets:US:ETrade:GLD 54 GLD {63.86 USD, 2009-07-24} Expenses:Financial:Commissions 8.95 USD 2009-09-15 * "Buy shares of VEA" Assets:US:ETrade:Cash -1148.75 USD Assets:US:ETrade:VEA 10 VEA {113.98 USD, 2009-09-15} Expenses:Financial:Commissions 8.95 USD 2009-09-15 * "Buy shares of GLD" Assets:US:ETrade:Cash -1191.98 USD Assets:US:ETrade:GLD 17 GLD {69.59 USD, 2009-09-15} Expenses:Financial:Commissions 8.95 USD 2009-09-15 * "Buy shares of VHT" Assets:US:ETrade:Cash -1199.47 USD Assets:US:ETrade:VHT 18 VHT {66.14 USD, 2009-09-15} Expenses:Financial:Commissions 8.95 USD 2009-09-15 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1207.62 USD Assets:US:ETrade:ITOT 17 ITOT {70.51 USD, 2009-09-15} Expenses:Financial:Commissions 8.95 USD 2009-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 78.62 USD Income:US:ETrade:Dividends -78.62 USD 2009-11-09 * "Buy shares of VEA" Assets:US:ETrade:Cash -3703.03 USD Assets:US:ETrade:VEA 32 VEA {115.44 USD, 2009-11-09} Expenses:Financial:Commissions 8.95 USD 2009-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 93.40 USD Income:US:ETrade:Dividends -93.40 USD 2010-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 93.40 USD Income:US:ETrade:Dividends -93.40 USD 2010-04-10 * "Sell shares of GLD" Assets:US:ETrade:GLD -38 GLD {67.05 USD, 2008-11-09} @ 63.42 USD Assets:US:ETrade:Cash 2401.01 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 137.94 USD 2010-05-17 * "Buy shares of GLD" Assets:US:ETrade:Cash -1196.74 USD Assets:US:ETrade:GLD 17 GLD {69.87 USD, 2010-05-17} Expenses:Financial:Commissions 8.95 USD 2010-05-17 * "Buy shares of VEA" Assets:US:ETrade:Cash -1133.32 USD Assets:US:ETrade:VEA 9 VEA {124.93 USD, 2010-05-17} Expenses:Financial:Commissions 8.95 USD 2010-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 102.65 USD Income:US:ETrade:Dividends -102.65 USD 2010-07-25 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1535.15 USD Assets:US:ETrade:ITOT 20 ITOT {76.31 USD, 2010-07-25} Expenses:Financial:Commissions 8.95 USD 2010-07-25 * "Buy shares of VEA" Assets:US:ETrade:Cash -1551.91 USD Assets:US:ETrade:VEA 12 VEA {128.58 USD, 2010-07-25} Expenses:Financial:Commissions 8.95 USD 2010-08-02 * "Sell shares of VHT" Assets:US:ETrade:VHT -41 VHT {62.72 USD, 2008-11-09} @ 75.96 USD Assets:US:ETrade:Cash 3105.41 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -542.84 USD 2010-08-22 * "Buy shares of VEA" Assets:US:ETrade:Cash -784.63 USD Assets:US:ETrade:VEA 6 VEA {129.28 USD, 2010-08-22} Expenses:Financial:Commissions 8.95 USD 2010-08-22 * "Buy shares of VHT" Assets:US:ETrade:Cash -770.15 USD Assets:US:ETrade:VHT 10 VHT {76.12 USD, 2010-08-22} Expenses:Financial:Commissions 8.95 USD 2010-08-22 * "Buy shares of ITOT" Assets:US:ETrade:Cash -766.45 USD Assets:US:ETrade:ITOT 10 ITOT {75.75 USD, 2010-08-22} Expenses:Financial:Commissions 8.95 USD 2010-08-22 * "Buy shares of GLD" Assets:US:ETrade:Cash -743.95 USD Assets:US:ETrade:GLD 10 GLD {73.50 USD, 2010-08-22} Expenses:Financial:Commissions 8.95 USD 2010-09-05 * "Buy shares of VEA" Assets:US:ETrade:Cash -1441.37 USD Assets:US:ETrade:VEA 11 VEA {130.22 USD, 2010-09-05} Expenses:Financial:Commissions 8.95 USD 2010-09-05 * "Buy shares of GLD" Assets:US:ETrade:Cash -1455.23 USD Assets:US:ETrade:GLD 19 GLD {76.12 USD, 2010-09-05} Expenses:Financial:Commissions 8.95 USD 2010-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 138.56 USD Income:US:ETrade:Dividends -138.56 USD 2010-10-08 * "Buy shares of GLD" Assets:US:ETrade:Cash -3771.17 USD Assets:US:ETrade:GLD 49 GLD {76.78 USD, 2010-10-08} Expenses:Financial:Commissions 8.95 USD 2010-12-06 * "Buy shares of ITOT" Assets:US:ETrade:Cash -641.11 USD Assets:US:ETrade:ITOT 8 ITOT {79.02 USD, 2010-12-06} Expenses:Financial:Commissions 8.95 USD 2010-12-06 * "Buy shares of VHT" Assets:US:ETrade:Cash -650.31 USD Assets:US:ETrade:VHT 8 VHT {80.17 USD, 2010-12-06} Expenses:Financial:Commissions 8.95 USD 2010-12-06 * "Buy shares of GLD" Assets:US:ETrade:Cash -704.74 USD Assets:US:ETrade:GLD 9 GLD {77.31 USD, 2010-12-06} Expenses:Financial:Commissions 8.95 USD 2010-12-06 * "Buy shares of VEA" Assets:US:ETrade:Cash -680.85 USD Assets:US:ETrade:VEA 5 VEA {134.38 USD, 2010-12-06} Expenses:Financial:Commissions 8.95 USD 2010-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 164.17 USD Income:US:ETrade:Dividends -164.17 USD 2011-01-26 * "Sell shares of GLD" Assets:US:ETrade:GLD -49 GLD {76.78 USD, 2010-10-08} @ 75.75 USD Assets:US:ETrade:Cash 3702.80 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 50.47 USD 2011-01-29 * "Buy shares of VHT" Assets:US:ETrade:Cash -3991.99 USD Assets:US:ETrade:VHT 48 VHT {82.98 USD, 2011-01-29} Expenses:Financial:Commissions 8.95 USD 2011-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 180.10 USD Income:US:ETrade:Dividends -180.10 USD 2011-06-12 * "Sell shares of GLD" Assets:US:ETrade:GLD -54 GLD {63.86 USD, 2009-07-24} @ 85.88 USD Assets:US:ETrade:Cash 4628.57 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1189.08 USD 2011-06-18 * "Buy shares of ITOT" Assets:US:ETrade:Cash -4569.55 USD Assets:US:ETrade:ITOT 55 ITOT {82.92 USD, 2011-06-18} Expenses:Financial:Commissions 8.95 USD 2011-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 198.34 USD Income:US:ETrade:Dividends -198.34 USD 2011-06-26 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -55 ITOT {82.92 USD, 2011-06-18} @ 82.25 USD Assets:US:ETrade:Cash 4514.80 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 36.85 USD 2011-07-04 * "Buy shares of VHT" Assets:US:ETrade:Cash -1458.71 USD Assets:US:ETrade:VHT 17 VHT {85.28 USD, 2011-07-04} Expenses:Financial:Commissions 8.95 USD 2011-07-04 * "Buy shares of GLD" Assets:US:ETrade:Cash -1495.09 USD Assets:US:ETrade:GLD 17 GLD {87.42 USD, 2011-07-04} Expenses:Financial:Commissions 8.95 USD 2011-07-04 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1501.69 USD Assets:US:ETrade:ITOT 18 ITOT {82.93 USD, 2011-07-04} Expenses:Financial:Commissions 8.95 USD 2011-09-01 * "Sell shares of VHT" Assets:US:ETrade:VHT -48 VHT {82.98 USD, 2011-01-29} @ 80.56 USD Assets:US:ETrade:Cash 3857.93 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 116.16 USD 2011-09-11 * "Buy shares of VEA" Assets:US:ETrade:Cash -1687.22 USD Assets:US:ETrade:VEA 11 VEA {152.57 USD, 2011-09-11} Expenses:Financial:Commissions 8.95 USD 2011-09-11 * "Buy shares of GLD" Assets:US:ETrade:Cash -1698.43 USD Assets:US:ETrade:GLD 19 GLD {88.92 USD, 2011-09-11} Expenses:Financial:Commissions 8.95 USD 2011-09-11 * "Buy shares of VHT" Assets:US:ETrade:Cash -1707.22 USD Assets:US:ETrade:VHT 21 VHT {80.87 USD, 2011-09-11} Expenses:Financial:Commissions 8.95 USD 2011-09-11 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1686.75 USD Assets:US:ETrade:ITOT 20 ITOT {83.89 USD, 2011-09-11} Expenses:Financial:Commissions 8.95 USD 2011-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 243.03 USD Income:US:ETrade:Dividends -243.03 USD 2011-09-29 * "Sell shares of GLD" Assets:US:ETrade:GLD -19 GLD {88.92 USD, 2011-09-11} @ 83.40 USD Assets:US:ETrade:Cash 1575.65 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 104.88 USD 2011-09-30 * "Sell shares of VHT" Assets:US:ETrade:VHT -17 VHT {85.28 USD, 2011-07-04} @ 81.83 USD Assets:US:ETrade:Cash 1382.16 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 58.65 USD 2011-10-14 * "Buy shares of VHT" Assets:US:ETrade:Cash -7180.03 USD Assets:US:ETrade:VHT 84 VHT {85.37 USD, 2011-10-14} Expenses:Financial:Commissions 8.95 USD 2011-11-19 * "Buy shares of GLD" Assets:US:ETrade:Cash -987.67 USD Assets:US:ETrade:GLD 12 GLD {81.56 USD, 2011-11-19} Expenses:Financial:Commissions 8.95 USD 2011-11-19 * "Buy shares of VHT" Assets:US:ETrade:Cash -967.27 USD Assets:US:ETrade:VHT 11 VHT {87.12 USD, 2011-11-19} Expenses:Financial:Commissions 8.95 USD 2011-11-19 * "Buy shares of VEA" Assets:US:ETrade:Cash -931.87 USD Assets:US:ETrade:VEA 6 VEA {153.82 USD, 2011-11-19} Expenses:Financial:Commissions 8.95 USD 2011-11-19 * "Buy shares of ITOT" Assets:US:ETrade:Cash -950.11 USD Assets:US:ETrade:ITOT 11 ITOT {85.56 USD, 2011-11-19} Expenses:Financial:Commissions 8.95 USD 2011-12-01 * "Sell shares of VEA" Assets:US:ETrade:VEA -32 VEA {115.44 USD, 2009-11-09} @ 156.42 USD Assets:US:ETrade:Cash 4996.49 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1311.36 USD 2011-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 286.92 USD Income:US:ETrade:Dividends -286.92 USD 2011-12-22 * "Buy shares of GLD" Assets:US:ETrade:Cash -1193.75 USD Assets:US:ETrade:GLD 16 GLD {74.05 USD, 2011-12-22} Expenses:Financial:Commissions 8.95 USD 2011-12-22 * "Buy shares of VHT" Assets:US:ETrade:Cash -1148.01 USD Assets:US:ETrade:VHT 13 VHT {87.62 USD, 2011-12-22} Expenses:Financial:Commissions 8.95 USD 2011-12-22 * "Buy shares of VEA" Assets:US:ETrade:Cash -1106.83 USD Assets:US:ETrade:VEA 7 VEA {156.84 USD, 2011-12-22} Expenses:Financial:Commissions 8.95 USD 2011-12-22 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1145.02 USD Assets:US:ETrade:ITOT 13 ITOT {87.39 USD, 2011-12-22} Expenses:Financial:Commissions 8.95 USD 2012-01-23 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -19 ITOT {67.77 USD, 2008-08-28} @ 92.52 USD Assets:US:ETrade:Cash 1748.93 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -470.25 USD 2012-02-13 * "Buy shares of ITOT" Assets:US:ETrade:Cash -2218.10 USD Assets:US:ETrade:ITOT 23 ITOT {96.05 USD, 2012-02-13} Expenses:Financial:Commissions 8.95 USD 2012-03-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 313.99 USD Income:US:ETrade:Dividends -313.99 USD 2012-05-05 * "Sell shares of GLD" Assets:US:ETrade:GLD -17 GLD {87.42 USD, 2011-07-04} @ 68.89 USD Assets:US:ETrade:Cash 1162.18 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 315.01 USD 2012-05-21 * "Buy shares of GLD" Assets:US:ETrade:Cash -298.63 USD Assets:US:ETrade:GLD 4 GLD {72.42 USD, 2012-05-21} Expenses:Financial:Commissions 8.95 USD 2012-05-21 * "Buy shares of VEA" Assets:US:ETrade:Cash -185.88 USD Assets:US:ETrade:VEA 1 VEA {176.93 USD, 2012-05-21} Expenses:Financial:Commissions 8.95 USD 2012-05-21 * "Buy shares of VHT" Assets:US:ETrade:Cash -280.84 USD Assets:US:ETrade:VHT 3 VHT {90.63 USD, 2012-05-21} Expenses:Financial:Commissions 8.95 USD 2012-05-21 * "Buy shares of ITOT" Assets:US:ETrade:Cash -301.00 USD Assets:US:ETrade:ITOT 3 ITOT {97.35 USD, 2012-05-21} Expenses:Financial:Commissions 8.95 USD 2012-06-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 318.11 USD Income:US:ETrade:Dividends -318.11 USD 2012-07-26 * "Sell shares of VEA" Assets:US:ETrade:VEA -10 VEA {113.98 USD, 2009-09-15} @ 180.98 USD Assets:US:ETrade:Cash 1800.85 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -670.00 USD 2012-08-10 * "Buy shares of GLD" Assets:US:ETrade:Cash -2652.76 USD Assets:US:ETrade:GLD 39 GLD {67.79 USD, 2012-08-10} Expenses:Financial:Commissions 8.95 USD 2012-08-10 * "Buy shares of ITOT" Assets:US:ETrade:Cash -2640.10 USD Assets:US:ETrade:ITOT 27 ITOT {97.45 USD, 2012-08-10} Expenses:Financial:Commissions 8.95 USD 2012-09-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 339.21 USD Income:US:ETrade:Dividends -339.21 USD 2012-09-21 * "Buy shares of GLD" Assets:US:ETrade:Cash -858.63 USD Assets:US:ETrade:GLD 13 GLD {65.36 USD, 2012-09-21} Expenses:Financial:Commissions 8.95 USD 2012-09-21 * "Buy shares of VHT" Assets:US:ETrade:Cash -822.55 USD Assets:US:ETrade:VHT 9 VHT {90.40 USD, 2012-09-21} Expenses:Financial:Commissions 8.95 USD 2012-09-21 * "Buy shares of VEA" Assets:US:ETrade:Cash -743.51 USD Assets:US:ETrade:VEA 4 VEA {183.64 USD, 2012-09-21} Expenses:Financial:Commissions 8.95 USD 2012-09-21 * "Buy shares of ITOT" Assets:US:ETrade:Cash -901.93 USD Assets:US:ETrade:ITOT 9 ITOT {99.22 USD, 2012-09-21} Expenses:Financial:Commissions 8.95 USD 2012-11-16 * "Buy shares of VHT" Assets:US:ETrade:Cash -3895.21 USD Assets:US:ETrade:VHT 42 VHT {92.53 USD, 2012-11-16} Expenses:Financial:Commissions 8.95 USD 2012-12-11 * "Sell shares of GLD" Assets:US:ETrade:GLD -12 GLD {81.56 USD, 2011-11-19} @ 70.65 USD Assets:US:ETrade:Cash 838.85 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 130.92 USD 2012-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 367.92 USD Income:US:ETrade:Dividends -367.92 USD 2013-02-01 * "Sell shares of VHT" Assets:US:ETrade:VHT -84 VHT {85.37 USD, 2011-10-14} @ 97.53 USD Assets:US:ETrade:Cash 8183.57 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1021.44 USD 2013-02-10 * "Buy shares of GLD" Assets:US:ETrade:Cash -2182.31 USD Assets:US:ETrade:GLD 28 GLD {77.62 USD, 2013-02-10} Expenses:Financial:Commissions 8.95 USD 2013-02-10 * "Buy shares of ITOT" Assets:US:ETrade:Cash -2180.13 USD Assets:US:ETrade:ITOT 22 ITOT {98.69 USD, 2013-02-10} Expenses:Financial:Commissions 8.95 USD 2013-02-10 * "Buy shares of VEA" Assets:US:ETrade:Cash -2101.15 USD Assets:US:ETrade:VEA 11 VEA {190.20 USD, 2013-02-10} Expenses:Financial:Commissions 8.95 USD 2013-02-10 * "Buy shares of VHT" Assets:US:ETrade:Cash -2156.15 USD Assets:US:ETrade:VHT 22 VHT {97.60 USD, 2013-02-10} Expenses:Financial:Commissions 8.95 USD 2013-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 402.26 USD Income:US:ETrade:Dividends -402.26 USD 2013-05-01 * "Sell shares of GLD" Assets:US:ETrade:GLD -28 GLD {77.62 USD, 2013-02-10} @ 76.58 USD Assets:US:ETrade:Cash 2135.29 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 29.12 USD 2013-05-04 * "Sell shares of VEA" Assets:US:ETrade:VEA -12 VEA {128.58 USD, 2010-07-25} @ 194.04 USD Assets:US:ETrade:Cash 2319.53 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -785.52 USD 2013-05-15 * "Buy shares of VEA" Assets:US:ETrade:Cash -1569.11 USD Assets:US:ETrade:VEA 8 VEA {195.02 USD, 2013-05-15} Expenses:Financial:Commissions 8.95 USD 2013-05-15 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1525.01 USD Assets:US:ETrade:ITOT 14 ITOT {108.29 USD, 2013-05-15} Expenses:Financial:Commissions 8.95 USD 2013-05-15 * "Buy shares of GLD" Assets:US:ETrade:Cash -1540.55 USD Assets:US:ETrade:GLD 20 GLD {76.58 USD, 2013-05-15} Expenses:Financial:Commissions 8.95 USD 2013-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 420.69 USD Income:US:ETrade:Dividends -420.69 USD 2013-07-14 * "Sell shares of VHT" Assets:US:ETrade:VHT -22 VHT {97.60 USD, 2013-02-10} @ 92.28 USD Assets:US:ETrade:Cash 2021.21 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 117.04 USD 2013-07-18 * "Buy shares of VEA" Assets:US:ETrade:Cash -2015.25 USD Assets:US:ETrade:VEA 10 VEA {200.63 USD, 2013-07-18} Expenses:Financial:Commissions 8.95 USD 2013-07-30 * "Sell shares of VEA" Assets:US:ETrade:VEA -10 VEA {200.63 USD, 2013-07-18} @ 199.93 USD Assets:US:ETrade:Cash 1990.35 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 7.00 USD 2013-08-26 * "Buy shares of VEA" Assets:US:ETrade:Cash -2032.35 USD Assets:US:ETrade:VEA 10 VEA {202.34 USD, 2013-08-26} Expenses:Financial:Commissions 8.95 USD 2013-09-08 * "Buy shares of VEA" Assets:US:ETrade:Cash -1232.11 USD Assets:US:ETrade:VEA 6 VEA {203.86 USD, 2013-09-08} Expenses:Financial:Commissions 8.95 USD 2013-09-08 * "Buy shares of VHT" Assets:US:ETrade:Cash -1362.25 USD Assets:US:ETrade:VHT 15 VHT {90.22 USD, 2013-09-08} Expenses:Financial:Commissions 8.95 USD 2013-09-08 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1357.99 USD Assets:US:ETrade:ITOT 12 ITOT {112.42 USD, 2013-09-08} Expenses:Financial:Commissions 8.95 USD 2013-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 452.51 USD Income:US:ETrade:Dividends -452.51 USD 2013-11-09 * "Buy shares of ITOT" Assets:US:ETrade:Cash -929.03 USD Assets:US:ETrade:ITOT 8 ITOT {115.01 USD, 2013-11-09} Expenses:Financial:Commissions 8.95 USD 2013-11-09 * "Buy shares of VHT" Assets:US:ETrade:Cash -939.25 USD Assets:US:ETrade:VHT 10 VHT {93.03 USD, 2013-11-09} Expenses:Financial:Commissions 8.95 USD 2013-11-09 * "Buy shares of GLD" Assets:US:ETrade:Cash -993.79 USD Assets:US:ETrade:GLD 12 GLD {82.07 USD, 2013-11-09} Expenses:Financial:Commissions 8.95 USD 2013-11-09 * "Buy shares of VEA" Assets:US:ETrade:Cash -823.55 USD Assets:US:ETrade:VEA 4 VEA {203.65 USD, 2013-11-09} Expenses:Financial:Commissions 8.95 USD 2013-11-19 * "Sell shares of GLD" Assets:US:ETrade:GLD -12 GLD {82.07 USD, 2013-11-09} @ 80.88 USD Assets:US:ETrade:Cash 961.61 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 14.28 USD 2013-12-06 * "Buy shares of GLD" Assets:US:ETrade:Cash -667.19 USD Assets:US:ETrade:GLD 8 GLD {82.28 USD, 2013-12-06} Expenses:Financial:Commissions 8.95 USD 2013-12-06 * "Buy shares of VHT" Assets:US:ETrade:Cash -662.89 USD Assets:US:ETrade:VHT 7 VHT {93.42 USD, 2013-12-06} Expenses:Financial:Commissions 8.95 USD 2013-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 472.36 USD Income:US:ETrade:Dividends -472.36 USD 2014-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 472.36 USD Income:US:ETrade:Dividends -472.36 USD 2014-04-11 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -8 ITOT {115.01 USD, 2013-11-09} @ 116.49 USD Assets:US:ETrade:Cash 922.97 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -11.84 USD 2014-04-30 * "Buy shares of VHT" Assets:US:ETrade:Cash -110.48 USD Assets:US:ETrade:VHT 1 VHT {101.53 USD, 2014-04-30} Expenses:Financial:Commissions 8.95 USD 2014-04-30 * "Buy shares of GLD" Assets:US:ETrade:Cash -111.77 USD Assets:US:ETrade:GLD 1 GLD {102.82 USD, 2014-04-30} Expenses:Financial:Commissions 8.95 USD 2014-04-30 * "Buy shares of ITOT" Assets:US:ETrade:Cash -130.33 USD Assets:US:ETrade:ITOT 1 ITOT {121.38 USD, 2014-04-30} Expenses:Financial:Commissions 8.95 USD 2014-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 473.66 USD Income:US:ETrade:Dividends -473.66 USD 2014-07-01 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -1 ITOT {121.38 USD, 2014-04-30} @ 113.70 USD Assets:US:ETrade:Cash 104.75 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 7.68 USD 2014-08-06 * "Sell shares of VHT" Assets:US:ETrade:VHT -1 VHT {101.53 USD, 2014-04-30} @ 107.96 USD Assets:US:ETrade:Cash 99.01 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -6.43 USD 2014-08-07 * "Sell shares of GLD" Assets:US:ETrade:GLD -39 GLD {67.79 USD, 2012-08-10} @ 109.36 USD Assets:US:ETrade:Cash 4256.09 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1621.23 USD 2014-08-17 * "Buy shares of VEA" Assets:US:ETrade:Cash -2337.05 USD Assets:US:ETrade:VEA 10 VEA {232.81 USD, 2014-08-17} Expenses:Financial:Commissions 8.95 USD 2014-08-17 * "Buy shares of VHT" Assets:US:ETrade:Cash -2372.50 USD Assets:US:ETrade:VHT 21 VHT {112.55 USD, 2014-08-17} Expenses:Financial:Commissions 8.95 USD 2014-08-17 * "Buy shares of GLD" Assets:US:ETrade:Cash -2319.37 USD Assets:US:ETrade:GLD 21 GLD {110.02 USD, 2014-08-17} Expenses:Financial:Commissions 8.95 USD 2014-08-17 * "Buy shares of ITOT" Assets:US:ETrade:Cash -2392.66 USD Assets:US:ETrade:ITOT 21 ITOT {113.51 USD, 2014-08-17} Expenses:Financial:Commissions 8.95 USD 2014-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 511.20 USD Income:US:ETrade:Dividends -511.20 USD 2014-10-14 * "Buy shares of VEA" Assets:US:ETrade:Cash -3725.43 USD Assets:US:ETrade:VEA 16 VEA {232.28 USD, 2014-10-14} Expenses:Financial:Commissions 8.95 USD 2014-10-31 * "Sell shares of VHT" Assets:US:ETrade:VHT -42 VHT {92.53 USD, 2012-11-16} @ 122.58 USD Assets:US:ETrade:Cash 5139.41 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1262.10 USD 2014-11-07 * "Buy shares of ITOT" Assets:US:ETrade:Cash -1219.45 USD Assets:US:ETrade:ITOT 10 ITOT {121.05 USD, 2014-11-07} Expenses:Financial:Commissions 8.95 USD 2014-11-07 * "Buy shares of VHT" Assets:US:ETrade:Cash -1257.85 USD Assets:US:ETrade:VHT 10 VHT {124.89 USD, 2014-11-07} Expenses:Financial:Commissions 8.95 USD 2014-11-07 * "Buy shares of GLD" Assets:US:ETrade:Cash -1298.81 USD Assets:US:ETrade:GLD 11 GLD {117.26 USD, 2014-11-07} Expenses:Financial:Commissions 8.95 USD 2014-11-07 * "Buy shares of VEA" Assets:US:ETrade:Cash -1190.50 USD Assets:US:ETrade:VEA 5 VEA {236.31 USD, 2014-11-07} Expenses:Financial:Commissions 8.95 USD 2014-11-18 * "Buy shares of ITOT" Assets:US:ETrade:Cash -4197.41 USD Assets:US:ETrade:ITOT 34 ITOT {123.19 USD, 2014-11-18} Expenses:Financial:Commissions 8.95 USD 2014-12-03 * "Sell shares of VEA" Assets:US:ETrade:VEA -11 VEA {130.22 USD, 2010-09-05} @ 231.35 USD Assets:US:ETrade:Cash 2535.90 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1112.43 USD 2014-12-11 * "Buy shares of VEA" Assets:US:ETrade:Cash -703.84 USD Assets:US:ETrade:VEA 3 VEA {231.63 USD, 2014-12-11} Expenses:Financial:Commissions 8.95 USD 2014-12-11 * "Buy shares of VHT" Assets:US:ETrade:Cash -762.01 USD Assets:US:ETrade:VHT 6 VHT {125.51 USD, 2014-12-11} Expenses:Financial:Commissions 8.95 USD 2014-12-11 * "Buy shares of GLD" Assets:US:ETrade:Cash -763.87 USD Assets:US:ETrade:GLD 6 GLD {125.82 USD, 2014-12-11} Expenses:Financial:Commissions 8.95 USD 2014-12-17 * "Dividends on portfolio" Assets:US:ETrade:Cash 571.36 USD Income:US:ETrade:Dividends -571.36 USD 2014-12-24 * "Sell shares of VHT" Assets:US:ETrade:VHT -18 VHT {66.14 USD, 2009-09-15} @ 128.14 USD Assets:US:ETrade:Cash 2297.57 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1116.00 USD 2015-01-05 * "Buy shares of VHT" Assets:US:ETrade:Cash -781.87 USD Assets:US:ETrade:VHT 6 VHT {128.82 USD, 2015-01-05} Expenses:Financial:Commissions 8.95 USD 2015-01-05 * "Buy shares of VEA" Assets:US:ETrade:Cash -710.47 USD Assets:US:ETrade:VEA 3 VEA {233.84 USD, 2015-01-05} Expenses:Financial:Commissions 8.95 USD 2015-01-05 * "Buy shares of ITOT" Assets:US:ETrade:Cash -723.31 USD Assets:US:ETrade:ITOT 6 ITOT {119.06 USD, 2015-01-05} Expenses:Financial:Commissions 8.95 USD 2015-02-06 * "Sell shares of VHT" Assets:US:ETrade:VHT -21 VHT {80.87 USD, 2011-09-11} @ 131.82 USD Assets:US:ETrade:Cash 2759.27 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1069.95 USD 2015-02-12 * "Buy shares of VEA" Assets:US:ETrade:Cash -720.55 USD Assets:US:ETrade:VEA 3 VEA {237.20 USD, 2015-02-12} Expenses:Financial:Commissions 8.95 USD 2015-02-12 * "Buy shares of VHT" Assets:US:ETrade:Cash -799.87 USD Assets:US:ETrade:VHT 6 VHT {131.82 USD, 2015-02-12} Expenses:Financial:Commissions 8.95 USD 2015-02-12 * "Buy shares of GLD" Assets:US:ETrade:Cash -759.19 USD Assets:US:ETrade:GLD 6 GLD {125.04 USD, 2015-02-12} Expenses:Financial:Commissions 8.95 USD 2015-02-12 * "Buy shares of ITOT" Assets:US:ETrade:Cash -737.41 USD Assets:US:ETrade:ITOT 6 ITOT {121.41 USD, 2015-02-12} Expenses:Financial:Commissions 8.95 USD 2015-03-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 592.04 USD Income:US:ETrade:Dividends -592.04 USD 2015-03-23 * "Sell shares of VHT" Assets:US:ETrade:VHT -6 VHT {131.82 USD, 2015-02-12} @ 127.87 USD Assets:US:ETrade:Cash 758.27 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains 23.70 USD 2015-06-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 592.04 USD Income:US:ETrade:Dividends -592.04 USD 2015-07-24 * "Sell shares of ITOT" Assets:US:ETrade:ITOT -20 ITOT {76.31 USD, 2010-07-25} @ 136.19 USD Assets:US:ETrade:Cash 2714.85 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1197.60 USD 2015-07-29 * "Buy shares of VEA" Assets:US:ETrade:Cash -1759.09 USD Assets:US:ETrade:VEA 7 VEA {250.02 USD, 2015-07-29} Expenses:Financial:Commissions 8.95 USD 2015-07-29 * "Buy shares of VHT" Assets:US:ETrade:Cash -1786.44 USD Assets:US:ETrade:VHT 13 VHT {136.73 USD, 2015-07-29} Expenses:Financial:Commissions 8.95 USD 2015-09-15 * "Buy shares of VHT" Assets:US:ETrade:Cash -1889.15 USD Assets:US:ETrade:VHT 14 VHT {134.30 USD, 2015-09-15} Expenses:Financial:Commissions 8.95 USD 2015-09-15 * "Buy shares of VEA" Assets:US:ETrade:Cash -1761.96 USD Assets:US:ETrade:VEA 7 VEA {250.43 USD, 2015-09-15} Expenses:Financial:Commissions 8.95 USD 2015-09-18 * "Dividends on portfolio" Assets:US:ETrade:Cash 620.68 USD Income:US:ETrade:Dividends -620.68 USD 2015-09-22 * "Sell shares of GLD" Assets:US:ETrade:GLD -20 GLD {76.58 USD, 2013-05-15} @ 139.54 USD Assets:US:ETrade:Cash 2781.85 USD Expenses:Financial:Commissions 8.95 USD Income:US:ETrade:Gains -1259.20 USD 2015-10-03 * "Buy shares of ITOT" Assets:US:ETrade:Cash -8100.57 USD Assets:US:ETrade:ITOT 62 ITOT {130.51 USD, 2015-10-03} Expenses:Financial:Commissions 8.95 USD * Vanguard Investments 2008-01-01 open Assets:US:Vanguard:VBMPX VBMPX number: "882882" 2008-01-01 open Assets:US:Vanguard:RGAGX RGAGX number: "882882" 2008-01-01 open Assets:US:Vanguard USD address: "P.O. Box 1110, Valley Forge, PA 19482-1110" institution: "Vanguard Group" phone: "+1.800.523.1188" 2008-01-01 open Income:US:Hooli:Match401k USD 2008-01-01 open Assets:US:Vanguard:Cash USD number: "882882" 2008-01-04 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-01-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.419 VBMPX {108.61 USD, 2008-01-07} Assets:US:Vanguard:Cash -479.95 USD 2008-01-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.616 RGAGX {155.99 USD, 2008-01-07} Assets:US:Vanguard:Cash -720.05 USD 2008-01-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.210 VBMPX {108.61 USD, 2008-01-07} Assets:US:Vanguard:Cash -240.03 USD 2008-01-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.308 RGAGX {155.99 USD, 2008-01-07} Assets:US:Vanguard:Cash -360.02 USD 2008-01-18 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-01-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.441 VBMPX {108.07 USD, 2008-01-21} Assets:US:Vanguard:Cash -479.94 USD 2008-01-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.498 RGAGX {160.08 USD, 2008-01-21} Assets:US:Vanguard:Cash -720.04 USD 2008-01-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.221 VBMPX {108.07 USD, 2008-01-21} Assets:US:Vanguard:Cash -240.02 USD 2008-01-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.249 RGAGX {160.08 USD, 2008-01-21} Assets:US:Vanguard:Cash -360.02 USD 2008-02-01 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-02-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.261 VBMPX {112.63 USD, 2008-02-04} Assets:US:Vanguard:Cash -479.92 USD 2008-02-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.433 RGAGX {162.42 USD, 2008-02-04} Assets:US:Vanguard:Cash -720.01 USD 2008-02-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.131 VBMPX {112.63 USD, 2008-02-04} Assets:US:Vanguard:Cash -240.01 USD 2008-02-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.216 RGAGX {162.42 USD, 2008-02-04} Assets:US:Vanguard:Cash -359.92 USD 2008-02-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-02-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.019 VBMPX {119.43 USD, 2008-02-18} Assets:US:Vanguard:Cash -479.99 USD 2008-02-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.370 RGAGX {164.78 USD, 2008-02-18} Assets:US:Vanguard:Cash -720.09 USD 2008-02-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.010 VBMPX {119.43 USD, 2008-02-18} Assets:US:Vanguard:Cash -240.05 USD 2008-02-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.185 RGAGX {164.78 USD, 2008-02-18} Assets:US:Vanguard:Cash -360.04 USD 2008-02-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-03-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.980 VBMPX {120.58 USD, 2008-03-03} Assets:US:Vanguard:Cash -479.91 USD 2008-03-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.545 RGAGX {158.41 USD, 2008-03-03} Assets:US:Vanguard:Cash -719.97 USD 2008-03-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.990 VBMPX {120.58 USD, 2008-03-03} Assets:US:Vanguard:Cash -239.95 USD 2008-03-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.273 RGAGX {158.41 USD, 2008-03-03} Assets:US:Vanguard:Cash -360.07 USD 2008-03-14 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-03-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.983 VBMPX {120.51 USD, 2008-03-17} Assets:US:Vanguard:Cash -479.99 USD 2008-03-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.582 RGAGX {157.13 USD, 2008-03-17} Assets:US:Vanguard:Cash -719.97 USD 2008-03-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.992 VBMPX {120.51 USD, 2008-03-17} Assets:US:Vanguard:Cash -240.06 USD 2008-03-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.291 RGAGX {157.13 USD, 2008-03-17} Assets:US:Vanguard:Cash -359.98 USD 2008-03-28 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-03-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 4.025 VBMPX {119.26 USD, 2008-03-31} Assets:US:Vanguard:Cash -480.02 USD 2008-03-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.511 RGAGX {159.60 USD, 2008-03-31} Assets:US:Vanguard:Cash -719.96 USD 2008-03-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.012 VBMPX {119.26 USD, 2008-03-31} Assets:US:Vanguard:Cash -239.95 USD 2008-03-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.256 RGAGX {159.60 USD, 2008-03-31} Assets:US:Vanguard:Cash -360.06 USD 2008-04-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-04-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.800 VBMPX {126.33 USD, 2008-04-14} Assets:US:Vanguard:Cash -480.05 USD 2008-04-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.416 RGAGX {163.04 USD, 2008-04-14} Assets:US:Vanguard:Cash -719.98 USD 2008-04-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.900 VBMPX {126.33 USD, 2008-04-14} Assets:US:Vanguard:Cash -240.03 USD 2008-04-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.208 RGAGX {163.04 USD, 2008-04-14} Assets:US:Vanguard:Cash -359.99 USD 2008-04-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-04-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.941 VBMPX {121.80 USD, 2008-04-28} Assets:US:Vanguard:Cash -480.01 USD 2008-04-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.360 RGAGX {165.12 USD, 2008-04-28} Assets:US:Vanguard:Cash -719.92 USD 2008-04-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.971 VBMPX {121.80 USD, 2008-04-28} Assets:US:Vanguard:Cash -240.07 USD 2008-04-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.180 RGAGX {165.12 USD, 2008-04-28} Assets:US:Vanguard:Cash -359.96 USD 2008-05-09 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-05-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.843 VBMPX {124.90 USD, 2008-05-12} Assets:US:Vanguard:Cash -479.99 USD 2008-05-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.313 RGAGX {166.95 USD, 2008-05-12} Assets:US:Vanguard:Cash -720.06 USD 2008-05-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.921 VBMPX {124.90 USD, 2008-05-12} Assets:US:Vanguard:Cash -239.93 USD 2008-05-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.156 RGAGX {166.95 USD, 2008-05-12} Assets:US:Vanguard:Cash -359.94 USD 2008-05-23 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-05-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.944 VBMPX {121.72 USD, 2008-05-26} Assets:US:Vanguard:Cash -480.06 USD 2008-05-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.232 RGAGX {170.16 USD, 2008-05-26} Assets:US:Vanguard:Cash -720.12 USD 2008-05-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.971 VBMPX {121.72 USD, 2008-05-26} Assets:US:Vanguard:Cash -239.91 USD 2008-05-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.115 RGAGX {170.16 USD, 2008-05-26} Assets:US:Vanguard:Cash -359.89 USD 2008-06-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2008-06-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.921 VBMPX {122.42 USD, 2008-06-09} Assets:US:Vanguard:Cash -480.01 USD 2008-06-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 4.126 RGAGX {174.50 USD, 2008-06-09} Assets:US:Vanguard:Cash -719.99 USD 2008-06-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.961 VBMPX {122.42 USD, 2008-06-09} Assets:US:Vanguard:Cash -240.07 USD 2008-06-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.063 RGAGX {174.50 USD, 2008-06-09} Assets:US:Vanguard:Cash -359.99 USD 2008-06-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 550.00 USD Income:US:Hooli:Match401k -550.00 USD 2008-06-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.601 VBMPX {122.18 USD, 2008-06-23} Assets:US:Vanguard:Cash -439.97 USD 2008-06-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.805 RGAGX {173.44 USD, 2008-06-23} Assets:US:Vanguard:Cash -659.94 USD 2008-06-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.801 VBMPX {122.18 USD, 2008-06-23} Assets:US:Vanguard:Cash -220.05 USD 2008-06-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.903 RGAGX {173.44 USD, 2008-06-23} Assets:US:Vanguard:Cash -330.06 USD 2009-01-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-01-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.878 VBMPX {123.78 USD, 2009-01-05} Assets:US:Vanguard:Cash -480.02 USD 2009-01-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.857 RGAGX {186.67 USD, 2009-01-05} Assets:US:Vanguard:Cash -719.99 USD 2009-01-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.939 VBMPX {123.78 USD, 2009-01-05} Assets:US:Vanguard:Cash -240.01 USD 2009-01-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.929 RGAGX {186.67 USD, 2009-01-05} Assets:US:Vanguard:Cash -360.09 USD 2009-01-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-01-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.848 VBMPX {124.73 USD, 2009-01-19} Assets:US:Vanguard:Cash -479.96 USD 2009-01-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.870 RGAGX {186.03 USD, 2009-01-19} Assets:US:Vanguard:Cash -719.94 USD 2009-01-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.924 VBMPX {124.73 USD, 2009-01-19} Assets:US:Vanguard:Cash -239.98 USD 2009-01-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.935 RGAGX {186.03 USD, 2009-01-19} Assets:US:Vanguard:Cash -359.97 USD 2009-01-30 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-02-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.890 VBMPX {123.40 USD, 2009-02-02} Assets:US:Vanguard:Cash -480.03 USD 2009-02-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.779 RGAGX {190.55 USD, 2009-02-02} Assets:US:Vanguard:Cash -720.09 USD 2009-02-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.945 VBMPX {123.40 USD, 2009-02-02} Assets:US:Vanguard:Cash -240.01 USD 2009-02-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.889 RGAGX {190.55 USD, 2009-02-02} Assets:US:Vanguard:Cash -359.95 USD 2009-02-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-02-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.842 VBMPX {124.94 USD, 2009-02-16} Assets:US:Vanguard:Cash -480.02 USD 2009-02-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.696 RGAGX {194.81 USD, 2009-02-16} Assets:US:Vanguard:Cash -720.02 USD 2009-02-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.921 VBMPX {124.94 USD, 2009-02-16} Assets:US:Vanguard:Cash -240.01 USD 2009-02-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.848 RGAGX {194.81 USD, 2009-02-16} Assets:US:Vanguard:Cash -360.01 USD 2009-02-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-03-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.823 VBMPX {125.55 USD, 2009-03-02} Assets:US:Vanguard:Cash -479.98 USD 2009-03-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.620 RGAGX {198.86 USD, 2009-03-02} Assets:US:Vanguard:Cash -719.87 USD 2009-03-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.912 VBMPX {125.55 USD, 2009-03-02} Assets:US:Vanguard:Cash -240.05 USD 2009-03-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.811 RGAGX {198.86 USD, 2009-03-02} Assets:US:Vanguard:Cash -360.14 USD 2009-03-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-03-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.749 VBMPX {128.01 USD, 2009-03-16} Assets:US:Vanguard:Cash -479.91 USD 2009-03-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.525 RGAGX {204.25 USD, 2009-03-16} Assets:US:Vanguard:Cash -719.98 USD 2009-03-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.875 VBMPX {128.01 USD, 2009-03-16} Assets:US:Vanguard:Cash -240.02 USD 2009-03-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.763 RGAGX {204.25 USD, 2009-03-16} Assets:US:Vanguard:Cash -360.09 USD 2009-03-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-03-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.734 VBMPX {128.54 USD, 2009-03-30} Assets:US:Vanguard:Cash -479.97 USD 2009-03-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.529 RGAGX {203.99 USD, 2009-03-30} Assets:US:Vanguard:Cash -719.88 USD 2009-03-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.867 VBMPX {128.54 USD, 2009-03-30} Assets:US:Vanguard:Cash -239.98 USD 2009-03-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.765 RGAGX {203.99 USD, 2009-03-30} Assets:US:Vanguard:Cash -360.04 USD 2009-04-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-04-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.689 VBMPX {130.11 USD, 2009-04-13} Assets:US:Vanguard:Cash -479.98 USD 2009-04-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.517 RGAGX {204.75 USD, 2009-04-13} Assets:US:Vanguard:Cash -720.11 USD 2009-04-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.844 VBMPX {130.11 USD, 2009-04-13} Assets:US:Vanguard:Cash -239.92 USD 2009-04-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.758 RGAGX {204.75 USD, 2009-04-13} Assets:US:Vanguard:Cash -359.95 USD 2009-04-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-04-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.750 VBMPX {128.01 USD, 2009-04-27} Assets:US:Vanguard:Cash -480.04 USD 2009-04-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.492 RGAGX {206.18 USD, 2009-04-27} Assets:US:Vanguard:Cash -719.98 USD 2009-04-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.875 VBMPX {128.01 USD, 2009-04-27} Assets:US:Vanguard:Cash -240.02 USD 2009-04-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.746 RGAGX {206.18 USD, 2009-04-27} Assets:US:Vanguard:Cash -359.99 USD 2009-05-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-05-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.732 VBMPX {128.62 USD, 2009-05-11} Assets:US:Vanguard:Cash -480.01 USD 2009-05-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.421 RGAGX {210.49 USD, 2009-05-11} Assets:US:Vanguard:Cash -720.09 USD 2009-05-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.866 VBMPX {128.62 USD, 2009-05-11} Assets:US:Vanguard:Cash -240.00 USD 2009-05-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.710 RGAGX {210.49 USD, 2009-05-11} Assets:US:Vanguard:Cash -359.94 USD 2009-05-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-05-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.574 VBMPX {134.30 USD, 2009-05-25} Assets:US:Vanguard:Cash -479.99 USD 2009-05-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.484 RGAGX {206.65 USD, 2009-05-25} Assets:US:Vanguard:Cash -719.97 USD 2009-05-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.787 VBMPX {134.30 USD, 2009-05-25} Assets:US:Vanguard:Cash -239.99 USD 2009-05-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.742 RGAGX {206.65 USD, 2009-05-25} Assets:US:Vanguard:Cash -359.98 USD 2009-06-05 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-06-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.485 VBMPX {137.73 USD, 2009-06-08} Assets:US:Vanguard:Cash -479.99 USD 2009-06-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.431 RGAGX {209.87 USD, 2009-06-08} Assets:US:Vanguard:Cash -720.06 USD 2009-06-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.743 VBMPX {137.73 USD, 2009-06-08} Assets:US:Vanguard:Cash -240.06 USD 2009-06-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.715 RGAGX {209.87 USD, 2009-06-08} Assets:US:Vanguard:Cash -359.93 USD 2009-06-19 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2009-06-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.480 VBMPX {137.94 USD, 2009-06-22} Assets:US:Vanguard:Cash -480.03 USD 2009-06-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 3.361 RGAGX {214.22 USD, 2009-06-22} Assets:US:Vanguard:Cash -719.99 USD 2009-06-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.740 VBMPX {137.94 USD, 2009-06-22} Assets:US:Vanguard:Cash -240.02 USD 2009-06-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.680 RGAGX {214.22 USD, 2009-06-22} Assets:US:Vanguard:Cash -359.89 USD 2009-07-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 450.00 USD Income:US:Hooli:Match401k -450.00 USD 2009-07-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.535 VBMPX {142.05 USD, 2009-07-06} Assets:US:Vanguard:Cash -360.10 USD 2009-07-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.471 RGAGX {218.53 USD, 2009-07-06} Assets:US:Vanguard:Cash -539.99 USD 2009-07-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.267 VBMPX {142.05 USD, 2009-07-06} Assets:US:Vanguard:Cash -179.98 USD 2009-07-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.236 RGAGX {218.53 USD, 2009-07-06} Assets:US:Vanguard:Cash -270.10 USD 2010-01-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-01-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.315 VBMPX {144.77 USD, 2010-01-18} Assets:US:Vanguard:Cash -479.91 USD 2010-01-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.757 RGAGX {261.13 USD, 2010-01-18} Assets:US:Vanguard:Cash -719.94 USD 2010-01-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.658 VBMPX {144.77 USD, 2010-01-18} Assets:US:Vanguard:Cash -240.03 USD 2010-01-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.379 RGAGX {261.13 USD, 2010-01-18} Assets:US:Vanguard:Cash -360.10 USD 2010-01-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-02-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.383 VBMPX {141.86 USD, 2010-02-01} Assets:US:Vanguard:Cash -479.91 USD 2010-02-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.692 RGAGX {267.45 USD, 2010-02-01} Assets:US:Vanguard:Cash -719.98 USD 2010-02-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.692 VBMPX {141.86 USD, 2010-02-01} Assets:US:Vanguard:Cash -240.03 USD 2010-02-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.346 RGAGX {267.45 USD, 2010-02-01} Assets:US:Vanguard:Cash -359.99 USD 2010-02-12 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-02-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.343 VBMPX {143.58 USD, 2010-02-15} Assets:US:Vanguard:Cash -479.99 USD 2010-02-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.697 RGAGX {266.94 USD, 2010-02-15} Assets:US:Vanguard:Cash -719.94 USD 2010-02-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.672 VBMPX {143.58 USD, 2010-02-15} Assets:US:Vanguard:Cash -240.07 USD 2010-02-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.349 RGAGX {266.94 USD, 2010-02-15} Assets:US:Vanguard:Cash -360.10 USD 2010-02-26 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-03-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.346 VBMPX {143.43 USD, 2010-03-01} Assets:US:Vanguard:Cash -479.92 USD 2010-03-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.764 RGAGX {260.52 USD, 2010-03-01} Assets:US:Vanguard:Cash -720.08 USD 2010-03-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.673 VBMPX {143.43 USD, 2010-03-01} Assets:US:Vanguard:Cash -239.96 USD 2010-03-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.382 RGAGX {260.52 USD, 2010-03-01} Assets:US:Vanguard:Cash -360.04 USD 2010-03-12 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-03-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.297 VBMPX {145.57 USD, 2010-03-15} Assets:US:Vanguard:Cash -479.94 USD 2010-03-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.799 RGAGX {257.24 USD, 2010-03-15} Assets:US:Vanguard:Cash -720.01 USD 2010-03-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.649 VBMPX {145.57 USD, 2010-03-15} Assets:US:Vanguard:Cash -240.04 USD 2010-03-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.399 RGAGX {257.24 USD, 2010-03-15} Assets:US:Vanguard:Cash -359.88 USD 2010-03-26 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-03-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.179 VBMPX {151.01 USD, 2010-03-29} Assets:US:Vanguard:Cash -480.06 USD 2010-03-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.785 RGAGX {258.51 USD, 2010-03-29} Assets:US:Vanguard:Cash -719.95 USD 2010-03-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.589 VBMPX {151.01 USD, 2010-03-29} Assets:US:Vanguard:Cash -239.95 USD 2010-03-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.393 RGAGX {258.51 USD, 2010-03-29} Assets:US:Vanguard:Cash -360.10 USD 2010-04-09 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-04-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.186 VBMPX {150.67 USD, 2010-04-12} Assets:US:Vanguard:Cash -480.03 USD 2010-04-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.704 RGAGX {266.26 USD, 2010-04-12} Assets:US:Vanguard:Cash -719.97 USD 2010-04-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.593 VBMPX {150.67 USD, 2010-04-12} Assets:US:Vanguard:Cash -240.02 USD 2010-04-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.352 RGAGX {266.26 USD, 2010-04-12} Assets:US:Vanguard:Cash -359.98 USD 2010-04-23 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-04-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.197 VBMPX {150.15 USD, 2010-04-26} Assets:US:Vanguard:Cash -480.03 USD 2010-04-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.645 RGAGX {272.20 USD, 2010-04-26} Assets:US:Vanguard:Cash -719.97 USD 2010-04-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.598 VBMPX {150.15 USD, 2010-04-26} Assets:US:Vanguard:Cash -239.94 USD 2010-04-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.323 RGAGX {272.20 USD, 2010-04-26} Assets:US:Vanguard:Cash -360.12 USD 2010-05-07 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-05-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.161 VBMPX {151.82 USD, 2010-05-10} Assets:US:Vanguard:Cash -479.90 USD 2010-05-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.634 RGAGX {273.32 USD, 2010-05-10} Assets:US:Vanguard:Cash -719.92 USD 2010-05-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.581 VBMPX {151.82 USD, 2010-05-10} Assets:US:Vanguard:Cash -240.03 USD 2010-05-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.317 RGAGX {273.32 USD, 2010-05-10} Assets:US:Vanguard:Cash -359.96 USD 2010-05-21 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-05-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.171 VBMPX {151.37 USD, 2010-05-24} Assets:US:Vanguard:Cash -479.99 USD 2010-05-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.598 RGAGX {277.19 USD, 2010-05-24} Assets:US:Vanguard:Cash -720.14 USD 2010-05-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.585 VBMPX {151.37 USD, 2010-05-24} Assets:US:Vanguard:Cash -239.92 USD 2010-05-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.299 RGAGX {277.19 USD, 2010-05-24} Assets:US:Vanguard:Cash -360.07 USD 2010-06-04 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-06-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.191 VBMPX {150.41 USD, 2010-06-07} Assets:US:Vanguard:Cash -479.96 USD 2010-06-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.598 RGAGX {277.11 USD, 2010-06-07} Assets:US:Vanguard:Cash -719.93 USD 2010-06-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.596 VBMPX {150.41 USD, 2010-06-07} Assets:US:Vanguard:Cash -240.05 USD 2010-06-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.299 RGAGX {277.11 USD, 2010-06-07} Assets:US:Vanguard:Cash -359.97 USD 2010-06-18 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-06-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 3.074 VBMPX {156.18 USD, 2010-06-21} Assets:US:Vanguard:Cash -480.10 USD 2010-06-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.569 RGAGX {280.33 USD, 2010-06-21} Assets:US:Vanguard:Cash -720.17 USD 2010-06-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.536 VBMPX {156.18 USD, 2010-06-21} Assets:US:Vanguard:Cash -239.89 USD 2010-06-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.284 RGAGX {280.33 USD, 2010-06-21} Assets:US:Vanguard:Cash -359.94 USD 2010-07-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2010-07-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.962 VBMPX {162.05 USD, 2010-07-05} Assets:US:Vanguard:Cash -479.99 USD 2010-07-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.502 RGAGX {287.80 USD, 2010-07-05} Assets:US:Vanguard:Cash -720.08 USD 2010-07-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.481 VBMPX {162.05 USD, 2010-07-05} Assets:US:Vanguard:Cash -240.00 USD 2010-07-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.251 RGAGX {287.80 USD, 2010-07-05} Assets:US:Vanguard:Cash -360.04 USD 2010-07-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 450.00 USD Income:US:Hooli:Match401k -450.00 USD 2010-07-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.171 VBMPX {165.81 USD, 2010-07-19} Assets:US:Vanguard:Cash -359.97 USD 2010-07-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.897 RGAGX {284.63 USD, 2010-07-19} Assets:US:Vanguard:Cash -539.94 USD 2010-07-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.086 VBMPX {165.81 USD, 2010-07-19} Assets:US:Vanguard:Cash -180.07 USD 2010-07-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.949 RGAGX {284.63 USD, 2010-07-19} Assets:US:Vanguard:Cash -270.11 USD 2011-01-14 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-01-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.975 VBMPX {161.30 USD, 2011-01-17} Assets:US:Vanguard:Cash -479.87 USD 2011-01-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.440 RGAGX {294.97 USD, 2011-01-17} Assets:US:Vanguard:Cash -719.73 USD 2011-01-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.488 VBMPX {161.30 USD, 2011-01-17} Assets:US:Vanguard:Cash -240.01 USD 2011-01-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.221 RGAGX {294.97 USD, 2011-01-17} Assets:US:Vanguard:Cash -360.16 USD 2011-01-28 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-01-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.922 VBMPX {164.27 USD, 2011-01-31} Assets:US:Vanguard:Cash -480.00 USD 2011-01-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.452 RGAGX {293.68 USD, 2011-01-31} Assets:US:Vanguard:Cash -720.10 USD 2011-01-31 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.461 VBMPX {164.27 USD, 2011-01-31} Assets:US:Vanguard:Cash -240.00 USD 2011-01-31 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.226 RGAGX {293.68 USD, 2011-01-31} Assets:US:Vanguard:Cash -360.05 USD 2011-02-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-02-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.862 VBMPX {167.70 USD, 2011-02-14} Assets:US:Vanguard:Cash -479.96 USD 2011-02-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.450 RGAGX {293.86 USD, 2011-02-14} Assets:US:Vanguard:Cash -719.96 USD 2011-02-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.431 VBMPX {167.70 USD, 2011-02-14} Assets:US:Vanguard:Cash -239.98 USD 2011-02-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.225 RGAGX {293.86 USD, 2011-02-14} Assets:US:Vanguard:Cash -359.98 USD 2011-02-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-02-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.811 VBMPX {170.74 USD, 2011-02-28} Assets:US:Vanguard:Cash -479.95 USD 2011-02-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.468 RGAGX {291.68 USD, 2011-02-28} Assets:US:Vanguard:Cash -719.87 USD 2011-02-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.406 VBMPX {170.74 USD, 2011-02-28} Assets:US:Vanguard:Cash -240.06 USD 2011-02-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.235 RGAGX {291.68 USD, 2011-02-28} Assets:US:Vanguard:Cash -360.22 USD 2011-03-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-03-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.803 VBMPX {171.25 USD, 2011-03-14} Assets:US:Vanguard:Cash -480.01 USD 2011-03-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.457 RGAGX {292.98 USD, 2011-03-14} Assets:US:Vanguard:Cash -719.85 USD 2011-03-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.402 VBMPX {171.25 USD, 2011-03-14} Assets:US:Vanguard:Cash -240.09 USD 2011-03-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.229 RGAGX {292.98 USD, 2011-03-14} Assets:US:Vanguard:Cash -360.07 USD 2011-03-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-03-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.892 VBMPX {165.97 USD, 2011-03-28} Assets:US:Vanguard:Cash -479.99 USD 2011-03-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.444 RGAGX {294.58 USD, 2011-03-28} Assets:US:Vanguard:Cash -719.95 USD 2011-03-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.446 VBMPX {165.97 USD, 2011-03-28} Assets:US:Vanguard:Cash -239.99 USD 2011-03-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.222 RGAGX {294.58 USD, 2011-03-28} Assets:US:Vanguard:Cash -359.98 USD 2011-04-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-04-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.823 VBMPX {170.00 USD, 2011-04-11} Assets:US:Vanguard:Cash -479.91 USD 2011-04-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.445 RGAGX {294.50 USD, 2011-04-11} Assets:US:Vanguard:Cash -720.05 USD 2011-04-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.412 VBMPX {170.00 USD, 2011-04-11} Assets:US:Vanguard:Cash -240.04 USD 2011-04-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.222 RGAGX {294.50 USD, 2011-04-11} Assets:US:Vanguard:Cash -359.88 USD 2011-04-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-04-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.835 VBMPX {169.32 USD, 2011-04-25} Assets:US:Vanguard:Cash -480.02 USD 2011-04-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.361 RGAGX {305.02 USD, 2011-04-25} Assets:US:Vanguard:Cash -720.15 USD 2011-04-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.417 VBMPX {169.32 USD, 2011-04-25} Assets:US:Vanguard:Cash -239.93 USD 2011-04-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.180 RGAGX {305.02 USD, 2011-04-25} Assets:US:Vanguard:Cash -359.92 USD 2011-05-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-05-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.780 VBMPX {172.70 USD, 2011-05-09} Assets:US:Vanguard:Cash -480.11 USD 2011-05-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.342 RGAGX {307.46 USD, 2011-05-09} Assets:US:Vanguard:Cash -720.07 USD 2011-05-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.389 VBMPX {172.70 USD, 2011-05-09} Assets:US:Vanguard:Cash -239.88 USD 2011-05-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.171 RGAGX {307.46 USD, 2011-05-09} Assets:US:Vanguard:Cash -360.04 USD 2011-05-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-05-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.732 VBMPX {175.69 USD, 2011-05-23} Assets:US:Vanguard:Cash -479.99 USD 2011-05-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.278 RGAGX {316.04 USD, 2011-05-23} Assets:US:Vanguard:Cash -719.94 USD 2011-05-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.366 VBMPX {175.69 USD, 2011-05-23} Assets:US:Vanguard:Cash -239.99 USD 2011-05-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.139 RGAGX {316.04 USD, 2011-05-23} Assets:US:Vanguard:Cash -359.97 USD 2011-06-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-06-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.823 VBMPX {170.02 USD, 2011-06-06} Assets:US:Vanguard:Cash -479.97 USD 2011-06-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.305 RGAGX {312.33 USD, 2011-06-06} Assets:US:Vanguard:Cash -719.92 USD 2011-06-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.412 VBMPX {170.02 USD, 2011-06-06} Assets:US:Vanguard:Cash -240.07 USD 2011-06-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.153 RGAGX {312.33 USD, 2011-06-06} Assets:US:Vanguard:Cash -360.12 USD 2011-06-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-06-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.793 VBMPX {171.85 USD, 2011-06-20} Assets:US:Vanguard:Cash -479.98 USD 2011-06-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.209 RGAGX {325.96 USD, 2011-06-20} Assets:US:Vanguard:Cash -720.05 USD 2011-06-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.396 VBMPX {171.85 USD, 2011-06-20} Assets:US:Vanguard:Cash -239.90 USD 2011-06-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.104 RGAGX {325.96 USD, 2011-06-20} Assets:US:Vanguard:Cash -359.86 USD 2011-07-01 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2011-07-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.776 VBMPX {172.97 USD, 2011-07-04} Assets:US:Vanguard:Cash -480.16 USD 2011-07-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 2.168 RGAGX {332.10 USD, 2011-07-04} Assets:US:Vanguard:Cash -719.99 USD 2011-07-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.388 VBMPX {172.97 USD, 2011-07-04} Assets:US:Vanguard:Cash -240.08 USD 2011-07-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.084 RGAGX {332.10 USD, 2011-07-04} Assets:US:Vanguard:Cash -360.00 USD 2011-07-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 450.00 USD Income:US:Hooli:Match401k -450.00 USD 2011-07-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.234 VBMPX {161.16 USD, 2011-07-18} Assets:US:Vanguard:Cash -360.03 USD 2011-07-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.598 RGAGX {337.85 USD, 2011-07-18} Assets:US:Vanguard:Cash -539.88 USD 2011-07-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.117 VBMPX {161.16 USD, 2011-07-18} Assets:US:Vanguard:Cash -180.02 USD 2011-07-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.799 RGAGX {337.85 USD, 2011-07-18} Assets:US:Vanguard:Cash -269.94 USD 2012-01-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-01-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.409 VBMPX {199.24 USD, 2012-01-16} Assets:US:Vanguard:Cash -479.97 USD 2012-01-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.957 RGAGX {367.90 USD, 2012-01-16} Assets:US:Vanguard:Cash -719.98 USD 2012-01-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.205 VBMPX {199.24 USD, 2012-01-16} Assets:US:Vanguard:Cash -240.08 USD 2012-01-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.979 RGAGX {367.90 USD, 2012-01-16} Assets:US:Vanguard:Cash -360.17 USD 2012-01-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-01-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.338 VBMPX {205.30 USD, 2012-01-30} Assets:US:Vanguard:Cash -479.99 USD 2012-01-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.973 RGAGX {364.94 USD, 2012-01-30} Assets:US:Vanguard:Cash -720.03 USD 2012-01-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.169 VBMPX {205.30 USD, 2012-01-30} Assets:US:Vanguard:Cash -240.00 USD 2012-01-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.986 RGAGX {364.94 USD, 2012-01-30} Assets:US:Vanguard:Cash -359.83 USD 2012-02-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-02-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.233 VBMPX {214.99 USD, 2012-02-13} Assets:US:Vanguard:Cash -480.07 USD 2012-02-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.911 RGAGX {376.79 USD, 2012-02-13} Assets:US:Vanguard:Cash -720.05 USD 2012-02-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.116 VBMPX {214.99 USD, 2012-02-13} Assets:US:Vanguard:Cash -239.93 USD 2012-02-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.955 RGAGX {376.79 USD, 2012-02-13} Assets:US:Vanguard:Cash -359.83 USD 2012-02-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-02-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.229 VBMPX {215.38 USD, 2012-02-27} Assets:US:Vanguard:Cash -480.08 USD 2012-02-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.920 RGAGX {374.98 USD, 2012-02-27} Assets:US:Vanguard:Cash -719.96 USD 2012-02-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.115 VBMPX {215.38 USD, 2012-02-27} Assets:US:Vanguard:Cash -240.15 USD 2012-02-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.960 RGAGX {374.98 USD, 2012-02-27} Assets:US:Vanguard:Cash -359.98 USD 2012-03-09 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-03-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.230 VBMPX {215.25 USD, 2012-03-12} Assets:US:Vanguard:Cash -480.01 USD 2012-03-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.926 RGAGX {373.79 USD, 2012-03-12} Assets:US:Vanguard:Cash -719.92 USD 2012-03-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.115 VBMPX {215.25 USD, 2012-03-12} Assets:US:Vanguard:Cash -240.00 USD 2012-03-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.963 RGAGX {373.79 USD, 2012-03-12} Assets:US:Vanguard:Cash -359.96 USD 2012-03-23 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-03-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.174 VBMPX {220.85 USD, 2012-03-26} Assets:US:Vanguard:Cash -480.13 USD 2012-03-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.947 RGAGX {369.90 USD, 2012-03-26} Assets:US:Vanguard:Cash -720.20 USD 2012-03-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.086 VBMPX {220.85 USD, 2012-03-26} Assets:US:Vanguard:Cash -239.84 USD 2012-03-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.973 RGAGX {369.90 USD, 2012-03-26} Assets:US:Vanguard:Cash -359.91 USD 2012-04-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-04-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.181 VBMPX {220.06 USD, 2012-04-09} Assets:US:Vanguard:Cash -479.95 USD 2012-04-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.977 RGAGX {364.23 USD, 2012-04-09} Assets:US:Vanguard:Cash -720.08 USD 2012-04-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.091 VBMPX {220.06 USD, 2012-04-09} Assets:US:Vanguard:Cash -240.09 USD 2012-04-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.988 RGAGX {364.23 USD, 2012-04-09} Assets:US:Vanguard:Cash -359.86 USD 2012-04-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-04-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.219 VBMPX {216.30 USD, 2012-04-23} Assets:US:Vanguard:Cash -479.97 USD 2012-04-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.938 RGAGX {371.45 USD, 2012-04-23} Assets:US:Vanguard:Cash -719.87 USD 2012-04-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.110 VBMPX {216.30 USD, 2012-04-23} Assets:US:Vanguard:Cash -240.09 USD 2012-04-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.970 RGAGX {371.45 USD, 2012-04-23} Assets:US:Vanguard:Cash -360.31 USD 2012-05-04 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-05-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.270 VBMPX {211.40 USD, 2012-05-07} Assets:US:Vanguard:Cash -479.88 USD 2012-05-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.946 RGAGX {369.99 USD, 2012-05-07} Assets:US:Vanguard:Cash -720.00 USD 2012-05-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.135 VBMPX {211.40 USD, 2012-05-07} Assets:US:Vanguard:Cash -239.94 USD 2012-05-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.973 RGAGX {369.99 USD, 2012-05-07} Assets:US:Vanguard:Cash -360.00 USD 2012-05-18 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-05-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.280 VBMPX {210.50 USD, 2012-05-21} Assets:US:Vanguard:Cash -479.94 USD 2012-05-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.944 RGAGX {370.37 USD, 2012-05-21} Assets:US:Vanguard:Cash -720.00 USD 2012-05-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.140 VBMPX {210.50 USD, 2012-05-21} Assets:US:Vanguard:Cash -239.97 USD 2012-05-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.972 RGAGX {370.37 USD, 2012-05-21} Assets:US:Vanguard:Cash -360.00 USD 2012-06-01 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-06-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.263 VBMPX {212.15 USD, 2012-06-04} Assets:US:Vanguard:Cash -480.10 USD 2012-06-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.907 RGAGX {377.54 USD, 2012-06-04} Assets:US:Vanguard:Cash -719.97 USD 2012-06-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.131 VBMPX {212.15 USD, 2012-06-04} Assets:US:Vanguard:Cash -239.94 USD 2012-06-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.954 RGAGX {377.54 USD, 2012-06-04} Assets:US:Vanguard:Cash -360.17 USD 2012-06-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-06-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.307 VBMPX {208.09 USD, 2012-06-18} Assets:US:Vanguard:Cash -480.06 USD 2012-06-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.901 RGAGX {378.62 USD, 2012-06-18} Assets:US:Vanguard:Cash -719.76 USD 2012-06-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.154 VBMPX {208.09 USD, 2012-06-18} Assets:US:Vanguard:Cash -240.14 USD 2012-06-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.951 RGAGX {378.62 USD, 2012-06-18} Assets:US:Vanguard:Cash -360.07 USD 2012-06-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-07-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.270 VBMPX {211.46 USD, 2012-07-02} Assets:US:Vanguard:Cash -480.01 USD 2012-07-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.948 RGAGX {369.57 USD, 2012-07-02} Assets:US:Vanguard:Cash -719.92 USD 2012-07-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.135 VBMPX {211.46 USD, 2012-07-02} Assets:US:Vanguard:Cash -240.01 USD 2012-07-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.974 RGAGX {369.57 USD, 2012-07-02} Assets:US:Vanguard:Cash -359.96 USD 2012-07-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2012-07-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.267 VBMPX {211.69 USD, 2012-07-16} Assets:US:Vanguard:Cash -479.90 USD 2012-07-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.922 RGAGX {374.63 USD, 2012-07-16} Assets:US:Vanguard:Cash -720.04 USD 2012-07-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.134 VBMPX {211.69 USD, 2012-07-16} Assets:US:Vanguard:Cash -240.06 USD 2012-07-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.961 RGAGX {374.63 USD, 2012-07-16} Assets:US:Vanguard:Cash -360.02 USD 2012-07-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 100.00 USD Income:US:Hooli:Match401k -100.00 USD 2012-07-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.372 VBMPX {215.18 USD, 2012-07-30} Assets:US:Vanguard:Cash -80.05 USD 2012-07-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.316 RGAGX {379.86 USD, 2012-07-30} Assets:US:Vanguard:Cash -120.04 USD 2012-07-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.186 VBMPX {215.18 USD, 2012-07-30} Assets:US:Vanguard:Cash -40.02 USD 2012-07-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.158 RGAGX {379.86 USD, 2012-07-30} Assets:US:Vanguard:Cash -60.02 USD 2013-01-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-01-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.996 VBMPX {240.44 USD, 2013-01-14} Assets:US:Vanguard:Cash -479.92 USD 2013-01-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.677 RGAGX {429.27 USD, 2013-01-14} Assets:US:Vanguard:Cash -719.89 USD 2013-01-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.998 VBMPX {240.44 USD, 2013-01-14} Assets:US:Vanguard:Cash -239.96 USD 2013-01-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.839 RGAGX {429.27 USD, 2013-01-14} Assets:US:Vanguard:Cash -360.16 USD 2013-01-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-01-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.968 VBMPX {243.83 USD, 2013-01-28} Assets:US:Vanguard:Cash -479.86 USD 2013-01-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.710 RGAGX {421.05 USD, 2013-01-28} Assets:US:Vanguard:Cash -720.00 USD 2013-01-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.984 VBMPX {243.83 USD, 2013-01-28} Assets:US:Vanguard:Cash -239.93 USD 2013-01-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.855 RGAGX {421.05 USD, 2013-01-28} Assets:US:Vanguard:Cash -360.00 USD 2013-02-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-02-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.925 VBMPX {249.39 USD, 2013-02-11} Assets:US:Vanguard:Cash -480.08 USD 2013-02-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.741 RGAGX {413.48 USD, 2013-02-11} Assets:US:Vanguard:Cash -719.87 USD 2013-02-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.963 VBMPX {249.39 USD, 2013-02-11} Assets:US:Vanguard:Cash -240.16 USD 2013-02-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.871 RGAGX {413.48 USD, 2013-02-11} Assets:US:Vanguard:Cash -360.14 USD 2013-02-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-02-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.018 VBMPX {237.78 USD, 2013-02-25} Assets:US:Vanguard:Cash -479.84 USD 2013-02-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.720 RGAGX {418.62 USD, 2013-02-25} Assets:US:Vanguard:Cash -720.03 USD 2013-02-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.009 VBMPX {237.78 USD, 2013-02-25} Assets:US:Vanguard:Cash -239.92 USD 2013-02-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.860 RGAGX {418.62 USD, 2013-02-25} Assets:US:Vanguard:Cash -360.01 USD 2013-03-08 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-03-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.029 VBMPX {236.58 USD, 2013-03-11} Assets:US:Vanguard:Cash -480.02 USD 2013-03-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.694 RGAGX {424.97 USD, 2013-03-11} Assets:US:Vanguard:Cash -719.90 USD 2013-03-11 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.015 VBMPX {236.58 USD, 2013-03-11} Assets:US:Vanguard:Cash -240.13 USD 2013-03-11 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.847 RGAGX {424.97 USD, 2013-03-11} Assets:US:Vanguard:Cash -359.95 USD 2013-03-22 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-03-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.114 VBMPX {227.04 USD, 2013-03-25} Assets:US:Vanguard:Cash -479.96 USD 2013-03-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.666 RGAGX {432.32 USD, 2013-03-25} Assets:US:Vanguard:Cash -720.25 USD 2013-03-25 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.057 VBMPX {227.04 USD, 2013-03-25} Assets:US:Vanguard:Cash -239.98 USD 2013-03-25 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.832 RGAGX {432.32 USD, 2013-03-25} Assets:US:Vanguard:Cash -359.69 USD 2013-04-05 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-04-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.169 VBMPX {221.29 USD, 2013-04-08} Assets:US:Vanguard:Cash -479.98 USD 2013-04-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.640 RGAGX {439.16 USD, 2013-04-08} Assets:US:Vanguard:Cash -720.22 USD 2013-04-08 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.084 VBMPX {221.29 USD, 2013-04-08} Assets:US:Vanguard:Cash -239.88 USD 2013-04-08 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.820 RGAGX {439.16 USD, 2013-04-08} Assets:US:Vanguard:Cash -360.11 USD 2013-04-19 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-04-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.261 VBMPX {212.29 USD, 2013-04-22} Assets:US:Vanguard:Cash -479.99 USD 2013-04-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.633 RGAGX {440.93 USD, 2013-04-22} Assets:US:Vanguard:Cash -720.04 USD 2013-04-22 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.130 VBMPX {212.29 USD, 2013-04-22} Assets:US:Vanguard:Cash -239.89 USD 2013-04-22 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.816 RGAGX {440.93 USD, 2013-04-22} Assets:US:Vanguard:Cash -359.80 USD 2013-05-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-05-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.183 VBMPX {219.92 USD, 2013-05-06} Assets:US:Vanguard:Cash -480.09 USD 2013-05-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.605 RGAGX {448.67 USD, 2013-05-06} Assets:US:Vanguard:Cash -720.12 USD 2013-05-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.091 VBMPX {219.92 USD, 2013-05-06} Assets:US:Vanguard:Cash -239.93 USD 2013-05-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.802 RGAGX {448.67 USD, 2013-05-06} Assets:US:Vanguard:Cash -359.83 USD 2013-05-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-05-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.213 VBMPX {216.92 USD, 2013-05-20} Assets:US:Vanguard:Cash -480.04 USD 2013-05-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.578 RGAGX {456.42 USD, 2013-05-20} Assets:US:Vanguard:Cash -720.23 USD 2013-05-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.106 VBMPX {216.92 USD, 2013-05-20} Assets:US:Vanguard:Cash -239.91 USD 2013-05-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.789 RGAGX {456.42 USD, 2013-05-20} Assets:US:Vanguard:Cash -360.12 USD 2013-05-31 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-06-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.122 VBMPX {226.25 USD, 2013-06-03} Assets:US:Vanguard:Cash -480.10 USD 2013-06-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.593 RGAGX {452.08 USD, 2013-06-03} Assets:US:Vanguard:Cash -720.16 USD 2013-06-03 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.060 VBMPX {226.25 USD, 2013-06-03} Assets:US:Vanguard:Cash -239.82 USD 2013-06-03 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.796 RGAGX {452.08 USD, 2013-06-03} Assets:US:Vanguard:Cash -359.86 USD 2013-06-14 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-06-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.088 VBMPX {229.89 USD, 2013-06-17} Assets:US:Vanguard:Cash -480.01 USD 2013-06-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.612 RGAGX {446.68 USD, 2013-06-17} Assets:US:Vanguard:Cash -720.05 USD 2013-06-17 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.044 VBMPX {229.89 USD, 2013-06-17} Assets:US:Vanguard:Cash -240.01 USD 2013-06-17 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.806 RGAGX {446.68 USD, 2013-06-17} Assets:US:Vanguard:Cash -360.02 USD 2013-06-28 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-07-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.084 VBMPX {230.37 USD, 2013-07-01} Assets:US:Vanguard:Cash -480.09 USD 2013-07-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.606 RGAGX {448.37 USD, 2013-07-01} Assets:US:Vanguard:Cash -720.08 USD 2013-07-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.041 VBMPX {230.37 USD, 2013-07-01} Assets:US:Vanguard:Cash -239.82 USD 2013-07-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.803 RGAGX {448.37 USD, 2013-07-01} Assets:US:Vanguard:Cash -360.04 USD 2013-07-12 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2013-07-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 2.066 VBMPX {232.33 USD, 2013-07-15} Assets:US:Vanguard:Cash -479.99 USD 2013-07-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.578 RGAGX {456.29 USD, 2013-07-15} Assets:US:Vanguard:Cash -720.03 USD 2013-07-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.033 VBMPX {232.33 USD, 2013-07-15} Assets:US:Vanguard:Cash -240.00 USD 2013-07-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.789 RGAGX {456.29 USD, 2013-07-15} Assets:US:Vanguard:Cash -360.01 USD 2013-07-26 * "Employer match for contribution" Assets:US:Vanguard:Cash 350.00 USD Income:US:Hooli:Match401k -350.00 USD 2013-07-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.178 VBMPX {237.59 USD, 2013-07-29} Assets:US:Vanguard:Cash -279.88 USD 2013-07-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.901 RGAGX {465.94 USD, 2013-07-29} Assets:US:Vanguard:Cash -419.81 USD 2013-07-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.590 VBMPX {237.59 USD, 2013-07-29} Assets:US:Vanguard:Cash -140.18 USD 2013-07-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.451 RGAGX {465.94 USD, 2013-07-29} Assets:US:Vanguard:Cash -210.14 USD 2014-01-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-01-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.958 VBMPX {245.18 USD, 2014-01-13} Assets:US:Vanguard:Cash -480.06 USD 2014-01-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.459 RGAGX {493.41 USD, 2014-01-13} Assets:US:Vanguard:Cash -719.89 USD 2014-01-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.979 VBMPX {245.18 USD, 2014-01-13} Assets:US:Vanguard:Cash -240.03 USD 2014-01-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.730 RGAGX {493.41 USD, 2014-01-13} Assets:US:Vanguard:Cash -360.19 USD 2014-01-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-01-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.930 VBMPX {248.68 USD, 2014-01-27} Assets:US:Vanguard:Cash -479.95 USD 2014-01-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.468 RGAGX {490.32 USD, 2014-01-27} Assets:US:Vanguard:Cash -719.79 USD 2014-01-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.965 VBMPX {248.68 USD, 2014-01-27} Assets:US:Vanguard:Cash -239.98 USD 2014-01-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.734 RGAGX {490.32 USD, 2014-01-27} Assets:US:Vanguard:Cash -359.89 USD 2014-02-07 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-02-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.954 VBMPX {245.72 USD, 2014-02-10} Assets:US:Vanguard:Cash -480.14 USD 2014-02-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.458 RGAGX {493.71 USD, 2014-02-10} Assets:US:Vanguard:Cash -719.83 USD 2014-02-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.977 VBMPX {245.72 USD, 2014-02-10} Assets:US:Vanguard:Cash -240.07 USD 2014-02-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.729 RGAGX {493.71 USD, 2014-02-10} Assets:US:Vanguard:Cash -359.91 USD 2014-02-21 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-02-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.959 VBMPX {245.00 USD, 2014-02-24} Assets:US:Vanguard:Cash -479.96 USD 2014-02-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.492 RGAGX {482.51 USD, 2014-02-24} Assets:US:Vanguard:Cash -719.90 USD 2014-02-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.980 VBMPX {245.00 USD, 2014-02-24} Assets:US:Vanguard:Cash -240.10 USD 2014-02-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.746 RGAGX {482.51 USD, 2014-02-24} Assets:US:Vanguard:Cash -359.95 USD 2014-03-07 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-03-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.930 VBMPX {248.79 USD, 2014-03-10} Assets:US:Vanguard:Cash -480.16 USD 2014-03-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.471 RGAGX {489.62 USD, 2014-03-10} Assets:US:Vanguard:Cash -720.23 USD 2014-03-10 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.964 VBMPX {248.79 USD, 2014-03-10} Assets:US:Vanguard:Cash -239.83 USD 2014-03-10 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.735 RGAGX {489.62 USD, 2014-03-10} Assets:US:Vanguard:Cash -359.87 USD 2014-03-21 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-03-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.914 VBMPX {250.87 USD, 2014-03-24} Assets:US:Vanguard:Cash -480.17 USD 2014-03-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.466 RGAGX {491.19 USD, 2014-03-24} Assets:US:Vanguard:Cash -720.08 USD 2014-03-24 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.957 VBMPX {250.87 USD, 2014-03-24} Assets:US:Vanguard:Cash -240.08 USD 2014-03-24 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.733 RGAGX {491.19 USD, 2014-03-24} Assets:US:Vanguard:Cash -360.04 USD 2014-04-04 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-04-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.847 VBMPX {259.78 USD, 2014-04-07} Assets:US:Vanguard:Cash -479.81 USD 2014-04-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.463 RGAGX {492.19 USD, 2014-04-07} Assets:US:Vanguard:Cash -720.07 USD 2014-04-07 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.924 VBMPX {259.78 USD, 2014-04-07} Assets:US:Vanguard:Cash -240.04 USD 2014-04-07 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.731 RGAGX {492.19 USD, 2014-04-07} Assets:US:Vanguard:Cash -359.79 USD 2014-04-18 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-04-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.835 VBMPX {261.60 USD, 2014-04-21} Assets:US:Vanguard:Cash -480.04 USD 2014-04-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.499 RGAGX {480.27 USD, 2014-04-21} Assets:US:Vanguard:Cash -719.92 USD 2014-04-21 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.918 VBMPX {261.60 USD, 2014-04-21} Assets:US:Vanguard:Cash -240.15 USD 2014-04-21 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.750 RGAGX {480.27 USD, 2014-04-21} Assets:US:Vanguard:Cash -360.20 USD 2014-05-02 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-05-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.849 VBMPX {259.48 USD, 2014-05-05} Assets:US:Vanguard:Cash -479.78 USD 2014-05-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.468 RGAGX {490.27 USD, 2014-05-05} Assets:US:Vanguard:Cash -719.72 USD 2014-05-05 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.925 VBMPX {259.48 USD, 2014-05-05} Assets:US:Vanguard:Cash -240.02 USD 2014-05-05 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.735 RGAGX {490.27 USD, 2014-05-05} Assets:US:Vanguard:Cash -360.35 USD 2014-05-16 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-05-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.852 VBMPX {259.09 USD, 2014-05-19} Assets:US:Vanguard:Cash -479.83 USD 2014-05-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.502 RGAGX {479.24 USD, 2014-05-19} Assets:US:Vanguard:Cash -719.82 USD 2014-05-19 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.927 VBMPX {259.09 USD, 2014-05-19} Assets:US:Vanguard:Cash -240.18 USD 2014-05-19 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.752 RGAGX {479.24 USD, 2014-05-19} Assets:US:Vanguard:Cash -360.39 USD 2014-05-30 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-06-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.832 VBMPX {261.93 USD, 2014-06-02} Assets:US:Vanguard:Cash -479.86 USD 2014-06-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.540 RGAGX {467.27 USD, 2014-06-02} Assets:US:Vanguard:Cash -719.60 USD 2014-06-02 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.917 VBMPX {261.93 USD, 2014-06-02} Assets:US:Vanguard:Cash -240.19 USD 2014-06-02 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.771 RGAGX {467.27 USD, 2014-06-02} Assets:US:Vanguard:Cash -360.27 USD 2014-06-13 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-06-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.863 VBMPX {257.59 USD, 2014-06-16} Assets:US:Vanguard:Cash -479.89 USD 2014-06-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.553 RGAGX {463.42 USD, 2014-06-16} Assets:US:Vanguard:Cash -719.69 USD 2014-06-16 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.932 VBMPX {257.59 USD, 2014-06-16} Assets:US:Vanguard:Cash -240.07 USD 2014-06-16 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.777 RGAGX {463.42 USD, 2014-06-16} Assets:US:Vanguard:Cash -360.08 USD 2014-06-27 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-06-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.896 VBMPX {253.20 USD, 2014-06-30} Assets:US:Vanguard:Cash -480.07 USD 2014-06-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.569 RGAGX {458.92 USD, 2014-06-30} Assets:US:Vanguard:Cash -720.05 USD 2014-06-30 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.948 VBMPX {253.20 USD, 2014-06-30} Assets:US:Vanguard:Cash -240.03 USD 2014-06-30 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.784 RGAGX {458.92 USD, 2014-06-30} Assets:US:Vanguard:Cash -359.79 USD 2014-07-11 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2014-07-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.924 VBMPX {249.53 USD, 2014-07-14} Assets:US:Vanguard:Cash -480.10 USD 2014-07-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.578 RGAGX {456.35 USD, 2014-07-14} Assets:US:Vanguard:Cash -720.12 USD 2014-07-14 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.962 VBMPX {249.53 USD, 2014-07-14} Assets:US:Vanguard:Cash -240.05 USD 2014-07-14 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.789 RGAGX {456.35 USD, 2014-07-14} Assets:US:Vanguard:Cash -360.06 USD 2014-07-25 * "Employer match for contribution" Assets:US:Vanguard:Cash 350.00 USD Income:US:Hooli:Match401k -350.00 USD 2014-07-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.164 VBMPX {240.39 USD, 2014-07-28} Assets:US:Vanguard:Cash -279.81 USD 2014-07-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.933 RGAGX {450.07 USD, 2014-07-28} Assets:US:Vanguard:Cash -419.92 USD 2014-07-28 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.582 VBMPX {240.39 USD, 2014-07-28} Assets:US:Vanguard:Cash -139.91 USD 2014-07-28 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.467 RGAGX {450.07 USD, 2014-07-28} Assets:US:Vanguard:Cash -210.18 USD 2015-01-09 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-01-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.962 VBMPX {244.58 USD, 2015-01-12} Assets:US:Vanguard:Cash -479.87 USD 2015-01-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.423 RGAGX {506.06 USD, 2015-01-12} Assets:US:Vanguard:Cash -720.12 USD 2015-01-12 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.981 VBMPX {244.58 USD, 2015-01-12} Assets:US:Vanguard:Cash -239.93 USD 2015-01-12 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.711 RGAGX {506.06 USD, 2015-01-12} Assets:US:Vanguard:Cash -359.81 USD 2015-01-23 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-01-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.892 VBMPX {253.80 USD, 2015-01-26} Assets:US:Vanguard:Cash -480.19 USD 2015-01-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.399 RGAGX {514.64 USD, 2015-01-26} Assets:US:Vanguard:Cash -719.98 USD 2015-01-26 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.946 VBMPX {253.80 USD, 2015-01-26} Assets:US:Vanguard:Cash -240.09 USD 2015-01-26 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.700 RGAGX {514.64 USD, 2015-01-26} Assets:US:Vanguard:Cash -360.25 USD 2015-02-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-02-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.853 VBMPX {259.03 USD, 2015-02-09} Assets:US:Vanguard:Cash -479.98 USD 2015-02-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.376 RGAGX {523.10 USD, 2015-02-09} Assets:US:Vanguard:Cash -719.79 USD 2015-02-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.926 VBMPX {259.03 USD, 2015-02-09} Assets:US:Vanguard:Cash -239.86 USD 2015-02-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.688 RGAGX {523.10 USD, 2015-02-09} Assets:US:Vanguard:Cash -359.89 USD 2015-02-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-02-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.882 VBMPX {255.14 USD, 2015-02-23} Assets:US:Vanguard:Cash -480.17 USD 2015-02-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.343 RGAGX {536.30 USD, 2015-02-23} Assets:US:Vanguard:Cash -720.25 USD 2015-02-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.940 VBMPX {255.14 USD, 2015-02-23} Assets:US:Vanguard:Cash -239.83 USD 2015-02-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.671 RGAGX {536.30 USD, 2015-02-23} Assets:US:Vanguard:Cash -359.86 USD 2015-03-06 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-03-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.817 VBMPX {264.20 USD, 2015-03-09} Assets:US:Vanguard:Cash -480.05 USD 2015-03-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.341 RGAGX {537.09 USD, 2015-03-09} Assets:US:Vanguard:Cash -720.24 USD 2015-03-09 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.908 VBMPX {264.20 USD, 2015-03-09} Assets:US:Vanguard:Cash -239.89 USD 2015-03-09 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.670 RGAGX {537.09 USD, 2015-03-09} Assets:US:Vanguard:Cash -359.85 USD 2015-03-20 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-03-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.764 VBMPX {272.05 USD, 2015-03-23} Assets:US:Vanguard:Cash -479.90 USD 2015-03-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.349 RGAGX {533.82 USD, 2015-03-23} Assets:US:Vanguard:Cash -720.12 USD 2015-03-23 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.882 VBMPX {272.05 USD, 2015-03-23} Assets:US:Vanguard:Cash -239.95 USD 2015-03-23 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.674 RGAGX {533.82 USD, 2015-03-23} Assets:US:Vanguard:Cash -359.79 USD 2015-04-03 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-04-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.744 VBMPX {275.32 USD, 2015-04-06} Assets:US:Vanguard:Cash -480.16 USD 2015-04-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.339 RGAGX {537.74 USD, 2015-04-06} Assets:US:Vanguard:Cash -720.03 USD 2015-04-06 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.872 VBMPX {275.32 USD, 2015-04-06} Assets:US:Vanguard:Cash -240.08 USD 2015-04-06 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.670 RGAGX {537.74 USD, 2015-04-06} Assets:US:Vanguard:Cash -360.29 USD 2015-04-17 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-04-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.728 VBMPX {277.75 USD, 2015-04-20} Assets:US:Vanguard:Cash -479.95 USD 2015-04-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.296 RGAGX {555.36 USD, 2015-04-20} Assets:US:Vanguard:Cash -719.75 USD 2015-04-20 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.864 VBMPX {277.75 USD, 2015-04-20} Assets:US:Vanguard:Cash -239.98 USD 2015-04-20 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.648 RGAGX {555.36 USD, 2015-04-20} Assets:US:Vanguard:Cash -359.87 USD 2015-05-01 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-05-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.770 VBMPX {271.19 USD, 2015-05-04} Assets:US:Vanguard:Cash -480.01 USD 2015-05-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.252 RGAGX {575.09 USD, 2015-05-04} Assets:US:Vanguard:Cash -720.01 USD 2015-05-04 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.885 VBMPX {271.19 USD, 2015-05-04} Assets:US:Vanguard:Cash -240.00 USD 2015-05-04 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.626 RGAGX {575.09 USD, 2015-05-04} Assets:US:Vanguard:Cash -360.01 USD 2015-05-15 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-05-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.753 VBMPX {273.84 USD, 2015-05-18} Assets:US:Vanguard:Cash -480.04 USD 2015-05-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.266 RGAGX {568.97 USD, 2015-05-18} Assets:US:Vanguard:Cash -720.32 USD 2015-05-18 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.876 VBMPX {273.84 USD, 2015-05-18} Assets:US:Vanguard:Cash -239.88 USD 2015-05-18 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.632 RGAGX {568.97 USD, 2015-05-18} Assets:US:Vanguard:Cash -359.59 USD 2015-05-29 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-06-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.815 VBMPX {264.48 USD, 2015-06-01} Assets:US:Vanguard:Cash -480.03 USD 2015-06-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.269 RGAGX {567.45 USD, 2015-06-01} Assets:US:Vanguard:Cash -720.09 USD 2015-06-01 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.908 VBMPX {264.48 USD, 2015-06-01} Assets:US:Vanguard:Cash -240.15 USD 2015-06-01 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.635 RGAGX {567.45 USD, 2015-06-01} Assets:US:Vanguard:Cash -360.33 USD 2015-06-12 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-06-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.814 VBMPX {264.55 USD, 2015-06-15} Assets:US:Vanguard:Cash -479.89 USD 2015-06-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.229 RGAGX {585.83 USD, 2015-06-15} Assets:US:Vanguard:Cash -719.99 USD 2015-06-15 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.907 VBMPX {264.55 USD, 2015-06-15} Assets:US:Vanguard:Cash -239.95 USD 2015-06-15 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.614 RGAGX {585.83 USD, 2015-06-15} Assets:US:Vanguard:Cash -359.70 USD 2015-06-26 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-06-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.740 VBMPX {275.91 USD, 2015-06-29} Assets:US:Vanguard:Cash -480.08 USD 2015-06-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.247 RGAGX {577.69 USD, 2015-06-29} Assets:US:Vanguard:Cash -720.38 USD 2015-06-29 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.869 VBMPX {275.91 USD, 2015-06-29} Assets:US:Vanguard:Cash -239.77 USD 2015-06-29 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.623 RGAGX {577.69 USD, 2015-06-29} Assets:US:Vanguard:Cash -359.90 USD 2015-07-10 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-07-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.720 VBMPX {279.07 USD, 2015-07-13} Assets:US:Vanguard:Cash -480.00 USD 2015-07-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.238 RGAGX {581.63 USD, 2015-07-13} Assets:US:Vanguard:Cash -720.06 USD 2015-07-13 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.860 VBMPX {279.07 USD, 2015-07-13} Assets:US:Vanguard:Cash -240.00 USD 2015-07-13 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.619 RGAGX {581.63 USD, 2015-07-13} Assets:US:Vanguard:Cash -360.03 USD 2015-07-24 * "Employer match for contribution" Assets:US:Vanguard:Cash 600.00 USD Income:US:Hooli:Match401k -600.00 USD 2015-07-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 1.712 VBMPX {280.35 USD, 2015-07-27} Assets:US:Vanguard:Cash -479.96 USD 2015-07-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 1.232 RGAGX {584.42 USD, 2015-07-27} Assets:US:Vanguard:Cash -720.01 USD 2015-07-27 * "Investing 40% of cash in VBMPX" Assets:US:Vanguard:VBMPX 0.856 VBMPX {280.35 USD, 2015-07-27} Assets:US:Vanguard:Cash -239.98 USD 2015-07-27 * "Investing 60% of cash in RGAGX" Assets:US:Vanguard:RGAGX 0.616 RGAGX {584.42 USD, 2015-07-27} Assets:US:Vanguard:Cash -360.00 USD * Sources of Income 2008-01-01 open Income:US:Hooli:Salary USD 2008-01-01 open Income:US:Hooli:GroupTermLife USD 2008-01-01 open Income:US:Hooli:Vacation VACHR 2008-01-01 open Assets:US:Hooli:Vacation VACHR 2008-01-01 open Expenses:Vacation VACHR 2008-01-01 open Expenses:Health:Life:GroupTermLife 2008-01-01 open Expenses:Health:Medical:Insurance 2008-01-01 open Expenses:Health:Dental:Insurance 2008-01-01 open Expenses:Health:Vision:Insurance 2008-01-01 event "employer" "Hooli, 1 Carloston Rd, Mountain Beer, CA" 2008-01-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-01-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-01-31 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-02-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-02-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-03-13 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-03-27 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-04-10 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-04-24 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-05-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-05-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-06-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-06-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 1450.60 USD Assets:US:Vanguard:Cash 1100.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1100.00 IRAUSD Expenses:Taxes:Y2008:US:Federal:PreTax401k 1100.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-07-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-07-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-07-31 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-08-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-08-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-09-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-09-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-10-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-10-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-11-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-11-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-12-04 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2008-12-18 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2008:US:Medicare 106.62 USD Expenses:Taxes:Y2008:US:Federal 1062.92 USD Expenses:Taxes:Y2008:US:State 365.08 USD Expenses:Taxes:Y2008:US:CityNYC 174.92 USD Expenses:Taxes:Y2008:US:SDI 1.12 USD Expenses:Taxes:Y2008:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-01-01 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-01-15 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-01-29 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-02-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-02-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-03-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-03-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-04-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-04-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-05-07 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-05-21 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-06-04 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-06-18 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-07-02 * "Hooli" "Payroll" Assets:US:BofA:Checking 1650.60 USD Assets:US:Vanguard:Cash 900.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -900.00 IRAUSD Expenses:Taxes:Y2009:US:Federal:PreTax401k 900.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-07-16 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-07-30 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-08-13 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-08-27 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-09-10 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-09-24 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-10-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-10-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-11-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-11-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-12-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-12-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2009-12-31 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2009:US:Medicare 106.62 USD Expenses:Taxes:Y2009:US:Federal 1062.92 USD Expenses:Taxes:Y2009:US:State 365.08 USD Expenses:Taxes:Y2009:US:CityNYC 174.92 USD Expenses:Taxes:Y2009:US:SDI 1.12 USD Expenses:Taxes:Y2009:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-01-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-01-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-02-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-02-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-03-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-03-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-04-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-04-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-05-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-05-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-06-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-06-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-07-01 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-07-15 * "Hooli" "Payroll" Assets:US:BofA:Checking 1650.60 USD Assets:US:Vanguard:Cash 900.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -900.00 IRAUSD Expenses:Taxes:Y2010:US:Federal:PreTax401k 900.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-07-29 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-08-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-08-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-09-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-09-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-10-07 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-10-21 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-11-04 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-11-18 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-12-02 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-12-16 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2010-12-30 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2010:US:Medicare 106.62 USD Expenses:Taxes:Y2010:US:Federal 1062.92 USD Expenses:Taxes:Y2010:US:State 365.08 USD Expenses:Taxes:Y2010:US:CityNYC 174.92 USD Expenses:Taxes:Y2010:US:SDI 1.12 USD Expenses:Taxes:Y2010:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-01-13 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-01-27 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-02-10 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-02-24 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-03-10 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-03-24 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-04-07 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-04-21 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-05-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-05-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-06-02 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-06-16 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-06-30 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-07-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 1650.60 USD Assets:US:Vanguard:Cash 900.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -900.00 IRAUSD Expenses:Taxes:Y2011:US:Federal:PreTax401k 900.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-07-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-08-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-08-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-09-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-09-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-10-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-10-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-11-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-11-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-12-01 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-12-15 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2011-12-29 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2011:US:Medicare 106.62 USD Expenses:Taxes:Y2011:US:Federal 1062.92 USD Expenses:Taxes:Y2011:US:State 365.08 USD Expenses:Taxes:Y2011:US:CityNYC 174.92 USD Expenses:Taxes:Y2011:US:SDI 1.12 USD Expenses:Taxes:Y2011:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-01-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-01-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-02-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-02-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-03-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-03-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-04-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-04-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-05-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-05-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-05-31 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-06-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-06-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-07-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-07-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 2350.60 USD Assets:US:Vanguard:Cash 200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -200.00 IRAUSD Expenses:Taxes:Y2012:US:Federal:PreTax401k 200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-08-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-08-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-09-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-09-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-10-04 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-10-18 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-11-01 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-11-15 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-11-29 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-12-13 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2012-12-27 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2012:US:Medicare 106.62 USD Expenses:Taxes:Y2012:US:Federal 1062.92 USD Expenses:Taxes:Y2012:US:State 365.08 USD Expenses:Taxes:Y2012:US:CityNYC 174.92 USD Expenses:Taxes:Y2012:US:SDI 1.12 USD Expenses:Taxes:Y2012:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-01-10 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-01-24 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-02-07 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-02-21 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-03-07 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-03-21 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-04-04 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-04-18 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-05-02 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-05-16 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-05-30 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-06-13 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-06-27 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-07-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-07-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 1850.60 USD Assets:US:Vanguard:Cash 700.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -700.00 IRAUSD Expenses:Taxes:Y2013:US:Federal:PreTax401k 700.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-08-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-08-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-09-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-09-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-10-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-10-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-10-31 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-11-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-11-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-12-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2013-12-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2013:US:Medicare 106.62 USD Expenses:Taxes:Y2013:US:Federal 1062.92 USD Expenses:Taxes:Y2013:US:State 365.08 USD Expenses:Taxes:Y2013:US:CityNYC 174.92 USD Expenses:Taxes:Y2013:US:SDI 1.12 USD Expenses:Taxes:Y2013:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-01-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-01-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-02-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-02-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-03-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-03-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-04-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-04-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-05-01 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-05-15 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-05-29 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-06-12 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-06-26 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-07-10 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-07-24 * "Hooli" "Payroll" Assets:US:BofA:Checking 1850.60 USD Assets:US:Vanguard:Cash 700.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -700.00 IRAUSD Expenses:Taxes:Y2014:US:Federal:PreTax401k 700.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-08-07 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-08-21 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-09-04 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-09-18 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-10-02 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-10-16 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-10-30 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-11-13 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-11-27 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-12-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 2589.06 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 243.08 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2014-12-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 2832.14 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2014:US:Medicare 106.62 USD Expenses:Taxes:Y2014:US:Federal 1062.92 USD Expenses:Taxes:Y2014:US:State 365.08 USD Expenses:Taxes:Y2014:US:CityNYC 174.92 USD Expenses:Taxes:Y2014:US:SDI 1.12 USD Expenses:Taxes:Y2014:US:SocSec 0.00 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-01-08 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-01-22 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-02-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-02-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-03-05 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-03-19 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-04-02 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-04-16 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-04-30 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-05-14 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-05-28 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-06-11 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-06-25 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-07-09 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-07-23 * "Hooli" "Payroll" Assets:US:BofA:Checking 1350.60 USD Assets:US:Vanguard:Cash 1200.00 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k -1200.00 IRAUSD Expenses:Taxes:Y2015:US:Federal:PreTax401k 1200.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-08-06 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-08-20 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-09-03 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-09-17 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR 2015-10-01 * "Hooli" "Payroll" Assets:US:BofA:Checking 2550.60 USD Income:US:Hooli:Salary -4615.38 USD Income:US:Hooli:GroupTermLife -24.32 USD Expenses:Health:Life:GroupTermLife 24.32 USD Expenses:Health:Dental:Insurance 2.90 USD Expenses:Health:Medical:Insurance 27.38 USD Expenses:Health:Vision:Insurance 42.30 USD Expenses:Taxes:Y2015:US:Medicare 106.62 USD Expenses:Taxes:Y2015:US:Federal 1062.92 USD Expenses:Taxes:Y2015:US:State 365.08 USD Expenses:Taxes:Y2015:US:CityNYC 174.92 USD Expenses:Taxes:Y2015:US:SDI 1.12 USD Expenses:Taxes:Y2015:US:SocSec 281.54 USD Assets:US:Federal:PreTax401k 0.00 IRAUSD Assets:US:Hooli:Vacation 5 VACHR Income:US:Hooli:Vacation -5 VACHR * Taxes 1980-05-12 open Income:US:Federal:PreTax401k IRAUSD 1980-05-12 open Assets:US:Federal:PreTax401k IRAUSD ** Tax Year 2008 2008-01-01 open Expenses:Taxes:Y2008:US:Federal:PreTax401k IRAUSD 2008-01-01 open Expenses:Taxes:Y2008:US:Medicare USD 2008-01-01 open Expenses:Taxes:Y2008:US:Federal USD 2008-01-01 open Expenses:Taxes:Y2008:US:CityNYC USD 2008-01-01 open Expenses:Taxes:Y2008:US:SDI USD 2008-01-01 open Expenses:Taxes:Y2008:US:State USD 2008-01-01 open Expenses:Taxes:Y2008:US:SocSec USD 2008-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2008-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -15500 IRAUSD Assets:US:Federal:PreTax401k 15500 IRAUSD 2009-03-25 * "Filing taxes for 2008" Expenses:Taxes:Y2008:US:Federal 500.18 USD Expenses:Taxes:Y2008:US:State 400.31 USD Liabilities:AccountsPayable -900.49 USD 2009-03-28 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -500.18 USD Liabilities:AccountsPayable 500.18 USD 2009-03-29 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -400.31 USD Liabilities:AccountsPayable 400.31 USD ** Tax Year 2009 2009-01-01 open Expenses:Taxes:Y2009:US:Federal:PreTax401k IRAUSD 2009-01-01 open Expenses:Taxes:Y2009:US:Medicare USD 2009-01-01 open Expenses:Taxes:Y2009:US:Federal USD 2009-01-01 open Expenses:Taxes:Y2009:US:CityNYC USD 2009-01-01 open Expenses:Taxes:Y2009:US:SDI USD 2009-01-01 open Expenses:Taxes:Y2009:US:State USD 2009-01-01 open Expenses:Taxes:Y2009:US:SocSec USD 2009-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2009-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -16500 IRAUSD Assets:US:Federal:PreTax401k 16500 IRAUSD 2010-03-20 * "Filing taxes for 2009" Expenses:Taxes:Y2009:US:Federal 381.58 USD Expenses:Taxes:Y2009:US:State 126.49 USD Liabilities:AccountsPayable -508.07 USD 2010-03-20 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -126.49 USD Liabilities:AccountsPayable 126.49 USD 2010-03-21 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -381.58 USD Liabilities:AccountsPayable 381.58 USD ** Tax Year 2010 2010-01-01 open Expenses:Taxes:Y2010:US:Federal:PreTax401k IRAUSD 2010-01-01 open Expenses:Taxes:Y2010:US:Medicare USD 2010-01-01 open Expenses:Taxes:Y2010:US:Federal USD 2010-01-01 open Expenses:Taxes:Y2010:US:CityNYC USD 2010-01-01 open Expenses:Taxes:Y2010:US:SDI USD 2010-01-01 open Expenses:Taxes:Y2010:US:State USD 2010-01-01 open Expenses:Taxes:Y2010:US:SocSec USD 2010-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2010-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -16500 IRAUSD Assets:US:Federal:PreTax401k 16500 IRAUSD 2011-03-21 * "Filing taxes for 2010" Expenses:Taxes:Y2010:US:Federal 638.74 USD Expenses:Taxes:Y2010:US:State 105.40 USD Liabilities:AccountsPayable -744.14 USD 2011-03-21 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -638.74 USD Liabilities:AccountsPayable 638.74 USD 2011-03-23 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -105.40 USD Liabilities:AccountsPayable 105.40 USD ** Tax Year 2011 2011-01-01 open Expenses:Taxes:Y2011:US:Federal:PreTax401k IRAUSD 2011-01-01 open Expenses:Taxes:Y2011:US:Medicare USD 2011-01-01 open Expenses:Taxes:Y2011:US:Federal USD 2011-01-01 open Expenses:Taxes:Y2011:US:CityNYC USD 2011-01-01 open Expenses:Taxes:Y2011:US:SDI USD 2011-01-01 open Expenses:Taxes:Y2011:US:State USD 2011-01-01 open Expenses:Taxes:Y2011:US:SocSec USD 2011-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2011-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -16500 IRAUSD Assets:US:Federal:PreTax401k 16500 IRAUSD 2012-03-23 * "Filing taxes for 2011" Expenses:Taxes:Y2011:US:Federal 109.84 USD Expenses:Taxes:Y2011:US:State 157.09 USD Liabilities:AccountsPayable -266.93 USD 2012-03-23 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -157.09 USD Liabilities:AccountsPayable 157.09 USD 2012-03-25 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -109.84 USD Liabilities:AccountsPayable 109.84 USD ** Tax Year 2012 2012-01-01 open Expenses:Taxes:Y2012:US:Federal:PreTax401k IRAUSD 2012-01-01 open Expenses:Taxes:Y2012:US:Medicare USD 2012-01-01 open Expenses:Taxes:Y2012:US:Federal USD 2012-01-01 open Expenses:Taxes:Y2012:US:CityNYC USD 2012-01-01 open Expenses:Taxes:Y2012:US:SDI USD 2012-01-01 open Expenses:Taxes:Y2012:US:State USD 2012-01-01 open Expenses:Taxes:Y2012:US:SocSec USD 2012-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2012-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -17000 IRAUSD Assets:US:Federal:PreTax401k 17000 IRAUSD 2013-03-21 * "Filing taxes for 2012" Expenses:Taxes:Y2012:US:Federal 375.41 USD Expenses:Taxes:Y2012:US:State 347.88 USD Liabilities:AccountsPayable -723.29 USD 2013-03-21 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -347.88 USD Liabilities:AccountsPayable 347.88 USD 2013-03-22 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -375.41 USD Liabilities:AccountsPayable 375.41 USD ** Tax Year 2013 2013-01-01 open Expenses:Taxes:Y2013:US:Federal:PreTax401k IRAUSD 2013-01-01 open Expenses:Taxes:Y2013:US:Medicare USD 2013-01-01 open Expenses:Taxes:Y2013:US:Federal USD 2013-01-01 open Expenses:Taxes:Y2013:US:CityNYC USD 2013-01-01 open Expenses:Taxes:Y2013:US:SDI USD 2013-01-01 open Expenses:Taxes:Y2013:US:State USD 2013-01-01 open Expenses:Taxes:Y2013:US:SocSec USD 2013-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2013-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -17500 IRAUSD Assets:US:Federal:PreTax401k 17500 IRAUSD 2014-03-23 * "Filing taxes for 2013" Expenses:Taxes:Y2013:US:Federal 486.10 USD Expenses:Taxes:Y2013:US:State 300.56 USD Liabilities:AccountsPayable -786.66 USD 2014-03-24 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -300.56 USD Liabilities:AccountsPayable 300.56 USD 2014-03-27 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -486.10 USD Liabilities:AccountsPayable 486.10 USD ** Tax Year 2014 2014-01-01 open Expenses:Taxes:Y2014:US:Federal:PreTax401k IRAUSD 2014-01-01 open Expenses:Taxes:Y2014:US:Medicare USD 2014-01-01 open Expenses:Taxes:Y2014:US:Federal USD 2014-01-01 open Expenses:Taxes:Y2014:US:CityNYC USD 2014-01-01 open Expenses:Taxes:Y2014:US:SDI USD 2014-01-01 open Expenses:Taxes:Y2014:US:State USD 2014-01-01 open Expenses:Taxes:Y2014:US:SocSec USD 2014-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2014-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -17500 IRAUSD Assets:US:Federal:PreTax401k 17500 IRAUSD 2015-03-23 * "Filing taxes for 2014" Expenses:Taxes:Y2014:US:Federal 589.32 USD Expenses:Taxes:Y2014:US:State 312.40 USD Liabilities:AccountsPayable -901.72 USD 2015-03-25 * "STATE TAX & FINANC PYMT" Assets:US:BofA:Checking -312.40 USD Liabilities:AccountsPayable 312.40 USD 2015-03-27 * "FEDERAL TAXPYMT" Assets:US:BofA:Checking -589.32 USD Liabilities:AccountsPayable 589.32 USD ** Tax Year 2015 2015-01-01 open Expenses:Taxes:Y2015:US:Federal:PreTax401k IRAUSD 2015-01-01 open Expenses:Taxes:Y2015:US:Medicare USD 2015-01-01 open Expenses:Taxes:Y2015:US:Federal USD 2015-01-01 open Expenses:Taxes:Y2015:US:CityNYC USD 2015-01-01 open Expenses:Taxes:Y2015:US:SDI USD 2015-01-01 open Expenses:Taxes:Y2015:US:State USD 2015-01-01 open Expenses:Taxes:Y2015:US:SocSec USD 2015-01-01 balance Assets:US:Federal:PreTax401k 0 IRAUSD 2015-01-01 * "Allowed contributions for one year" Income:US:Federal:PreTax401k -18000 IRAUSD Assets:US:Federal:PreTax401k 18000 IRAUSD * Expenses 1980-05-12 open Expenses:Food:Groceries 1980-05-12 open Expenses:Food:Restaurant 1980-05-12 open Expenses:Food:Coffee 1980-05-12 open Expenses:Food:Alcohol 1980-05-12 open Expenses:Transport:Tram 1980-05-12 open Expenses:Home:Rent 1980-05-12 open Expenses:Home:Electricity 1980-05-12 open Expenses:Home:Internet 1980-05-12 open Expenses:Home:Phone 1980-05-12 open Expenses:Financial:Fees 1980-05-12 open Expenses:Financial:Commissions * Prices 2008-01-04 price VBMPX 108.61 USD 2008-01-04 price RGAGX 155.99 USD 2008-01-04 price ITOT 60.56 USD 2008-01-04 price VEA 92.07 USD 2008-01-04 price VHT 50.75 USD 2008-01-04 price GLD 58.08 USD 2008-01-11 price VBMPX 108.12 USD 2008-01-11 price RGAGX 158.22 USD 2008-01-11 price ITOT 63.27 USD 2008-01-11 price VEA 92.72 USD 2008-01-11 price VHT 50.74 USD 2008-01-11 price GLD 56.85 USD 2008-01-18 price VBMPX 108.07 USD 2008-01-18 price RGAGX 160.08 USD 2008-01-18 price ITOT 63.44 USD 2008-01-18 price VEA 92.34 USD 2008-01-18 price VHT 52.39 USD 2008-01-18 price GLD 58.64 USD 2008-01-25 price VBMPX 110.94 USD 2008-01-25 price RGAGX 164.50 USD 2008-01-25 price ITOT 65.83 USD 2008-01-25 price VEA 91.82 USD 2008-01-25 price VHT 52.96 USD 2008-01-25 price GLD 57.44 USD 2008-02-01 price VBMPX 112.63 USD 2008-02-01 price RGAGX 162.42 USD 2008-02-01 price ITOT 65.57 USD 2008-02-01 price VEA 91.44 USD 2008-02-01 price VHT 54.01 USD 2008-02-01 price GLD 59.17 USD 2008-02-08 price VBMPX 115.64 USD 2008-02-08 price RGAGX 161.50 USD 2008-02-08 price ITOT 64.13 USD 2008-02-08 price VEA 92.58 USD 2008-02-08 price VHT 54.23 USD 2008-02-08 price GLD 60.31 USD 2008-02-15 price VBMPX 119.43 USD 2008-02-15 price RGAGX 164.78 USD 2008-02-15 price ITOT 64.27 USD 2008-02-15 price VEA 92.92 USD 2008-02-15 price VHT 54.34 USD 2008-02-15 price GLD 60.00 USD 2008-02-22 price VBMPX 118.21 USD 2008-02-22 price RGAGX 163.70 USD 2008-02-22 price ITOT 64.49 USD 2008-02-22 price VEA 94.13 USD 2008-02-22 price VHT 54.34 USD 2008-02-22 price GLD 58.22 USD 2008-02-29 price VBMPX 120.58 USD 2008-02-29 price RGAGX 158.41 USD 2008-02-29 price ITOT 64.46 USD 2008-02-29 price VEA 94.27 USD 2008-02-29 price VHT 53.43 USD 2008-02-29 price GLD 58.16 USD 2008-03-07 price VBMPX 122.56 USD 2008-03-07 price RGAGX 156.84 USD 2008-03-07 price ITOT 64.70 USD 2008-03-07 price VEA 94.47 USD 2008-03-07 price VHT 53.33 USD 2008-03-07 price GLD 59.25 USD 2008-03-14 price VBMPX 120.51 USD 2008-03-14 price RGAGX 157.13 USD 2008-03-14 price ITOT 64.75 USD 2008-03-14 price VEA 94.35 USD 2008-03-14 price VHT 55.27 USD 2008-03-14 price GLD 61.38 USD 2008-03-21 price VBMPX 121.27 USD 2008-03-21 price RGAGX 159.07 USD 2008-03-21 price ITOT 64.49 USD 2008-03-21 price VEA 93.23 USD 2008-03-21 price VHT 55.84 USD 2008-03-21 price GLD 61.62 USD 2008-03-28 price VBMPX 119.26 USD 2008-03-28 price RGAGX 159.60 USD 2008-03-28 price ITOT 65.20 USD 2008-03-28 price VEA 93.55 USD 2008-03-28 price VHT 55.22 USD 2008-03-28 price GLD 61.03 USD 2008-04-04 price VBMPX 124.56 USD 2008-04-04 price RGAGX 160.30 USD 2008-04-04 price ITOT 66.50 USD 2008-04-04 price VEA 93.78 USD 2008-04-04 price VHT 55.57 USD 2008-04-04 price GLD 61.13 USD 2008-04-11 price VBMPX 126.33 USD 2008-04-11 price RGAGX 163.04 USD 2008-04-11 price ITOT 65.81 USD 2008-04-11 price VEA 92.61 USD 2008-04-11 price VHT 55.46 USD 2008-04-11 price GLD 61.68 USD 2008-04-18 price VBMPX 121.18 USD 2008-04-18 price RGAGX 163.01 USD 2008-04-18 price ITOT 65.00 USD 2008-04-18 price VEA 93.10 USD 2008-04-18 price VHT 56.50 USD 2008-04-18 price GLD 60.74 USD 2008-04-25 price VBMPX 121.80 USD 2008-04-25 price RGAGX 165.12 USD 2008-04-25 price ITOT 65.90 USD 2008-04-25 price VEA 93.39 USD 2008-04-25 price VHT 57.47 USD 2008-04-25 price GLD 59.90 USD 2008-05-02 price VBMPX 124.04 USD 2008-05-02 price RGAGX 166.19 USD 2008-05-02 price ITOT 65.61 USD 2008-05-02 price VEA 92.59 USD 2008-05-02 price VHT 58.08 USD 2008-05-02 price GLD 58.38 USD 2008-05-09 price VBMPX 124.90 USD 2008-05-09 price RGAGX 166.95 USD 2008-05-09 price ITOT 64.40 USD 2008-05-09 price VEA 94.35 USD 2008-05-09 price VHT 56.53 USD 2008-05-09 price GLD 58.80 USD 2008-05-16 price VBMPX 122.78 USD 2008-05-16 price RGAGX 168.08 USD 2008-05-16 price ITOT 64.69 USD 2008-05-16 price VEA 94.36 USD 2008-05-16 price VHT 56.58 USD 2008-05-16 price GLD 59.88 USD 2008-05-23 price VBMPX 121.72 USD 2008-05-23 price RGAGX 170.16 USD 2008-05-23 price ITOT 63.80 USD 2008-05-23 price VEA 94.71 USD 2008-05-23 price VHT 56.54 USD 2008-05-23 price GLD 59.13 USD 2008-05-30 price VBMPX 119.82 USD 2008-05-30 price RGAGX 173.01 USD 2008-05-30 price ITOT 64.00 USD 2008-05-30 price VEA 95.13 USD 2008-05-30 price VHT 56.41 USD 2008-05-30 price GLD 59.26 USD 2008-06-06 price VBMPX 122.42 USD 2008-06-06 price RGAGX 174.50 USD 2008-06-06 price ITOT 64.19 USD 2008-06-06 price VEA 95.03 USD 2008-06-06 price VHT 56.65 USD 2008-06-06 price GLD 60.79 USD 2008-06-13 price VBMPX 118.02 USD 2008-06-13 price RGAGX 173.71 USD 2008-06-13 price ITOT 65.23 USD 2008-06-13 price VEA 94.85 USD 2008-06-13 price VHT 57.74 USD 2008-06-13 price GLD 62.00 USD 2008-06-20 price VBMPX 122.18 USD 2008-06-20 price RGAGX 173.44 USD 2008-06-20 price ITOT 65.80 USD 2008-06-20 price VEA 95.80 USD 2008-06-20 price VHT 56.35 USD 2008-06-20 price GLD 62.03 USD 2008-06-27 price VBMPX 122.00 USD 2008-06-27 price RGAGX 174.31 USD 2008-06-27 price ITOT 66.62 USD 2008-06-27 price VEA 95.33 USD 2008-06-27 price VHT 57.65 USD 2008-06-27 price GLD 61.23 USD 2008-07-04 price VBMPX 124.50 USD 2008-07-04 price RGAGX 172.14 USD 2008-07-04 price ITOT 66.49 USD 2008-07-04 price VEA 95.88 USD 2008-07-04 price VHT 57.51 USD 2008-07-04 price GLD 60.04 USD 2008-07-11 price VBMPX 121.52 USD 2008-07-11 price RGAGX 169.58 USD 2008-07-11 price ITOT 67.49 USD 2008-07-11 price VEA 96.14 USD 2008-07-11 price VHT 57.88 USD 2008-07-11 price GLD 57.99 USD 2008-07-18 price VBMPX 123.83 USD 2008-07-18 price RGAGX 171.77 USD 2008-07-18 price ITOT 69.52 USD 2008-07-18 price VEA 97.54 USD 2008-07-18 price VHT 59.26 USD 2008-07-18 price GLD 58.19 USD 2008-07-25 price VBMPX 121.90 USD 2008-07-25 price RGAGX 175.10 USD 2008-07-25 price ITOT 69.00 USD 2008-07-25 price VEA 95.95 USD 2008-07-25 price VHT 57.80 USD 2008-07-25 price GLD 58.85 USD 2008-08-01 price VBMPX 122.38 USD 2008-08-01 price RGAGX 178.10 USD 2008-08-01 price ITOT 69.24 USD 2008-08-01 price VEA 96.60 USD 2008-08-01 price VHT 56.81 USD 2008-08-01 price GLD 59.15 USD 2008-08-08 price VBMPX 128.08 USD 2008-08-08 price RGAGX 182.55 USD 2008-08-08 price ITOT 66.86 USD 2008-08-08 price VEA 96.73 USD 2008-08-08 price VHT 57.74 USD 2008-08-08 price GLD 60.67 USD 2008-08-15 price VBMPX 129.63 USD 2008-08-15 price RGAGX 181.97 USD 2008-08-15 price ITOT 66.73 USD 2008-08-15 price VEA 95.72 USD 2008-08-15 price VHT 58.06 USD 2008-08-15 price GLD 60.49 USD 2008-08-22 price VBMPX 128.90 USD 2008-08-22 price RGAGX 181.69 USD 2008-08-22 price ITOT 67.77 USD 2008-08-22 price VEA 95.37 USD 2008-08-22 price VHT 56.82 USD 2008-08-22 price GLD 61.66 USD 2008-08-29 price VBMPX 131.50 USD 2008-08-29 price RGAGX 181.59 USD 2008-08-29 price ITOT 68.64 USD 2008-08-29 price VEA 96.15 USD 2008-08-29 price VHT 58.13 USD 2008-08-29 price GLD 60.25 USD 2008-09-05 price VBMPX 127.05 USD 2008-09-05 price RGAGX 183.35 USD 2008-09-05 price ITOT 68.42 USD 2008-09-05 price VEA 95.58 USD 2008-09-05 price VHT 58.82 USD 2008-09-05 price GLD 62.70 USD 2008-09-12 price VBMPX 130.57 USD 2008-09-12 price RGAGX 186.48 USD 2008-09-12 price ITOT 67.57 USD 2008-09-12 price VEA 95.07 USD 2008-09-12 price VHT 59.80 USD 2008-09-12 price GLD 61.68 USD 2008-09-19 price VBMPX 131.34 USD 2008-09-19 price RGAGX 187.68 USD 2008-09-19 price ITOT 68.53 USD 2008-09-19 price VEA 95.62 USD 2008-09-19 price VHT 60.53 USD 2008-09-19 price GLD 63.50 USD 2008-09-26 price VBMPX 139.08 USD 2008-09-26 price RGAGX 188.25 USD 2008-09-26 price ITOT 70.79 USD 2008-09-26 price VEA 96.77 USD 2008-09-26 price VHT 61.31 USD 2008-09-26 price GLD 63.59 USD 2008-10-03 price VBMPX 137.75 USD 2008-10-03 price RGAGX 187.48 USD 2008-10-03 price ITOT 71.54 USD 2008-10-03 price VEA 96.16 USD 2008-10-03 price VHT 60.78 USD 2008-10-03 price GLD 63.12 USD 2008-10-10 price VBMPX 133.94 USD 2008-10-10 price RGAGX 188.71 USD 2008-10-10 price ITOT 71.16 USD 2008-10-10 price VEA 95.31 USD 2008-10-10 price VHT 61.09 USD 2008-10-10 price GLD 64.27 USD 2008-10-17 price VBMPX 132.54 USD 2008-10-17 price RGAGX 187.08 USD 2008-10-17 price ITOT 72.62 USD 2008-10-17 price VEA 96.49 USD 2008-10-17 price VHT 62.44 USD 2008-10-17 price GLD 65.30 USD 2008-10-24 price VBMPX 131.52 USD 2008-10-24 price RGAGX 186.47 USD 2008-10-24 price ITOT 72.24 USD 2008-10-24 price VEA 97.02 USD 2008-10-24 price VHT 62.74 USD 2008-10-24 price GLD 64.06 USD 2008-10-31 price VBMPX 130.06 USD 2008-10-31 price RGAGX 188.61 USD 2008-10-31 price ITOT 73.32 USD 2008-10-31 price VEA 96.63 USD 2008-10-31 price VHT 63.33 USD 2008-10-31 price GLD 64.69 USD 2008-11-07 price VBMPX 127.81 USD 2008-11-07 price RGAGX 187.64 USD 2008-11-07 price ITOT 74.99 USD 2008-11-07 price VEA 97.39 USD 2008-11-07 price VHT 62.72 USD 2008-11-07 price GLD 67.05 USD 2008-11-14 price VBMPX 125.57 USD 2008-11-14 price RGAGX 184.53 USD 2008-11-14 price ITOT 72.52 USD 2008-11-14 price VEA 97.22 USD 2008-11-14 price VHT 63.84 USD 2008-11-14 price GLD 67.88 USD 2008-11-21 price VBMPX 127.76 USD 2008-11-21 price RGAGX 182.27 USD 2008-11-21 price ITOT 72.48 USD 2008-11-21 price VEA 97.34 USD 2008-11-21 price VHT 65.24 USD 2008-11-21 price GLD 67.17 USD 2008-11-28 price VBMPX 123.70 USD 2008-11-28 price RGAGX 184.37 USD 2008-11-28 price ITOT 73.11 USD 2008-11-28 price VEA 96.20 USD 2008-11-28 price VHT 64.48 USD 2008-11-28 price GLD 68.25 USD 2008-12-05 price VBMPX 124.45 USD 2008-12-05 price RGAGX 184.65 USD 2008-12-05 price ITOT 72.56 USD 2008-12-05 price VEA 96.37 USD 2008-12-05 price VHT 64.24 USD 2008-12-05 price GLD 68.76 USD 2008-12-12 price VBMPX 123.31 USD 2008-12-12 price RGAGX 183.11 USD 2008-12-12 price ITOT 74.13 USD 2008-12-12 price VEA 95.85 USD 2008-12-12 price VHT 66.11 USD 2008-12-12 price GLD 70.22 USD 2008-12-19 price VBMPX 120.23 USD 2008-12-19 price RGAGX 183.57 USD 2008-12-19 price ITOT 73.45 USD 2008-12-19 price VEA 96.67 USD 2008-12-19 price VHT 68.16 USD 2008-12-19 price GLD 69.63 USD 2008-12-26 price VBMPX 120.99 USD 2008-12-26 price RGAGX 185.11 USD 2008-12-26 price ITOT 74.50 USD 2008-12-26 price VEA 96.34 USD 2008-12-26 price VHT 68.57 USD 2008-12-26 price GLD 67.23 USD 2009-01-02 price VBMPX 123.78 USD 2009-01-02 price RGAGX 186.67 USD 2009-01-02 price ITOT 74.50 USD 2009-01-02 price VEA 97.53 USD 2009-01-02 price VHT 69.52 USD 2009-01-02 price GLD 66.81 USD 2009-01-09 price VBMPX 125.20 USD 2009-01-09 price RGAGX 186.80 USD 2009-01-09 price ITOT 72.58 USD 2009-01-09 price VEA 97.95 USD 2009-01-09 price VHT 68.39 USD 2009-01-09 price GLD 69.99 USD 2009-01-16 price VBMPX 124.73 USD 2009-01-16 price RGAGX 186.03 USD 2009-01-16 price ITOT 71.37 USD 2009-01-16 price VEA 98.63 USD 2009-01-16 price VHT 66.79 USD 2009-01-16 price GLD 69.30 USD 2009-01-23 price VBMPX 122.49 USD 2009-01-23 price RGAGX 188.83 USD 2009-01-23 price ITOT 71.20 USD 2009-01-23 price VEA 98.94 USD 2009-01-23 price VHT 65.21 USD 2009-01-23 price GLD 68.39 USD 2009-01-30 price VBMPX 123.40 USD 2009-01-30 price RGAGX 190.55 USD 2009-01-30 price ITOT 70.87 USD 2009-01-30 price VEA 99.36 USD 2009-01-30 price VHT 65.73 USD 2009-01-30 price GLD 69.31 USD 2009-02-06 price VBMPX 122.53 USD 2009-02-06 price RGAGX 190.09 USD 2009-02-06 price ITOT 70.69 USD 2009-02-06 price VEA 99.03 USD 2009-02-06 price VHT 65.39 USD 2009-02-06 price GLD 70.99 USD 2009-02-13 price VBMPX 124.94 USD 2009-02-13 price RGAGX 194.81 USD 2009-02-13 price ITOT 70.96 USD 2009-02-13 price VEA 99.29 USD 2009-02-13 price VHT 65.03 USD 2009-02-13 price GLD 70.42 USD 2009-02-20 price VBMPX 125.70 USD 2009-02-20 price RGAGX 196.86 USD 2009-02-20 price ITOT 70.30 USD 2009-02-20 price VEA 100.90 USD 2009-02-20 price VHT 64.00 USD 2009-02-20 price GLD 67.71 USD 2009-02-27 price VBMPX 125.55 USD 2009-02-27 price RGAGX 198.86 USD 2009-02-27 price ITOT 70.03 USD 2009-02-27 price VEA 100.73 USD 2009-02-27 price VHT 64.98 USD 2009-02-27 price GLD 67.86 USD 2009-03-06 price VBMPX 128.66 USD 2009-03-06 price RGAGX 200.23 USD 2009-03-06 price ITOT 70.22 USD 2009-03-06 price VEA 100.86 USD 2009-03-06 price VHT 65.07 USD 2009-03-06 price GLD 68.05 USD 2009-03-13 price VBMPX 128.01 USD 2009-03-13 price RGAGX 204.25 USD 2009-03-13 price ITOT 72.28 USD 2009-03-13 price VEA 101.22 USD 2009-03-13 price VHT 65.81 USD 2009-03-13 price GLD 68.92 USD 2009-03-20 price VBMPX 129.44 USD 2009-03-20 price RGAGX 201.09 USD 2009-03-20 price ITOT 72.62 USD 2009-03-20 price VEA 101.24 USD 2009-03-20 price VHT 66.70 USD 2009-03-20 price GLD 68.00 USD 2009-03-27 price VBMPX 128.54 USD 2009-03-27 price RGAGX 203.99 USD 2009-03-27 price ITOT 73.63 USD 2009-03-27 price VEA 101.60 USD 2009-03-27 price VHT 69.69 USD 2009-03-27 price GLD 68.45 USD 2009-04-03 price VBMPX 128.32 USD 2009-04-03 price RGAGX 203.24 USD 2009-04-03 price ITOT 73.75 USD 2009-04-03 price VEA 100.00 USD 2009-04-03 price VHT 67.74 USD 2009-04-03 price GLD 68.32 USD 2009-04-10 price VBMPX 130.11 USD 2009-04-10 price RGAGX 204.75 USD 2009-04-10 price ITOT 73.03 USD 2009-04-10 price VEA 100.12 USD 2009-04-10 price VHT 67.45 USD 2009-04-10 price GLD 66.96 USD 2009-04-17 price VBMPX 127.46 USD 2009-04-17 price RGAGX 205.82 USD 2009-04-17 price ITOT 73.59 USD 2009-04-17 price VEA 99.45 USD 2009-04-17 price VHT 67.41 USD 2009-04-17 price GLD 65.85 USD 2009-04-24 price VBMPX 128.01 USD 2009-04-24 price RGAGX 206.18 USD 2009-04-24 price ITOT 72.35 USD 2009-04-24 price VEA 101.10 USD 2009-04-24 price VHT 67.58 USD 2009-04-24 price GLD 66.23 USD 2009-05-01 price VBMPX 128.45 USD 2009-05-01 price RGAGX 205.50 USD 2009-05-01 price ITOT 70.48 USD 2009-05-01 price VEA 102.55 USD 2009-05-01 price VHT 67.58 USD 2009-05-01 price GLD 63.09 USD 2009-05-08 price VBMPX 128.62 USD 2009-05-08 price RGAGX 210.49 USD 2009-05-08 price ITOT 69.74 USD 2009-05-08 price VEA 104.03 USD 2009-05-08 price VHT 67.13 USD 2009-05-08 price GLD 64.06 USD 2009-05-15 price VBMPX 133.31 USD 2009-05-15 price RGAGX 208.22 USD 2009-05-15 price ITOT 69.06 USD 2009-05-15 price VEA 104.19 USD 2009-05-15 price VHT 67.87 USD 2009-05-15 price GLD 65.13 USD 2009-05-22 price VBMPX 134.30 USD 2009-05-22 price RGAGX 206.65 USD 2009-05-22 price ITOT 68.50 USD 2009-05-22 price VEA 103.78 USD 2009-05-22 price VHT 67.69 USD 2009-05-22 price GLD 66.30 USD 2009-05-29 price VBMPX 134.56 USD 2009-05-29 price RGAGX 207.45 USD 2009-05-29 price ITOT 69.17 USD 2009-05-29 price VEA 103.32 USD 2009-05-29 price VHT 68.18 USD 2009-05-29 price GLD 65.00 USD 2009-06-05 price VBMPX 137.73 USD 2009-06-05 price RGAGX 209.87 USD 2009-06-05 price ITOT 67.69 USD 2009-06-05 price VEA 102.99 USD 2009-06-05 price VHT 68.00 USD 2009-06-05 price GLD 64.15 USD 2009-06-12 price VBMPX 136.68 USD 2009-06-12 price RGAGX 209.25 USD 2009-06-12 price ITOT 68.16 USD 2009-06-12 price VEA 103.44 USD 2009-06-12 price VHT 69.44 USD 2009-06-12 price GLD 63.17 USD 2009-06-19 price VBMPX 137.94 USD 2009-06-19 price RGAGX 214.22 USD 2009-06-19 price ITOT 68.39 USD 2009-06-19 price VEA 104.55 USD 2009-06-19 price VHT 68.03 USD 2009-06-19 price GLD 62.85 USD 2009-06-26 price VBMPX 139.25 USD 2009-06-26 price RGAGX 217.41 USD 2009-06-26 price ITOT 67.12 USD 2009-06-26 price VEA 105.00 USD 2009-06-26 price VHT 68.45 USD 2009-06-26 price GLD 64.12 USD 2009-07-03 price VBMPX 142.05 USD 2009-07-03 price RGAGX 218.53 USD 2009-07-03 price ITOT 68.78 USD 2009-07-03 price VEA 105.71 USD 2009-07-03 price VHT 68.81 USD 2009-07-03 price GLD 62.90 USD 2009-07-10 price VBMPX 141.74 USD 2009-07-10 price RGAGX 222.63 USD 2009-07-10 price ITOT 70.00 USD 2009-07-10 price VEA 107.56 USD 2009-07-10 price VHT 67.81 USD 2009-07-10 price GLD 64.01 USD 2009-07-17 price VBMPX 142.72 USD 2009-07-17 price RGAGX 224.77 USD 2009-07-17 price ITOT 70.17 USD 2009-07-17 price VEA 108.57 USD 2009-07-17 price VHT 65.27 USD 2009-07-17 price GLD 63.57 USD 2009-07-24 price VBMPX 139.46 USD 2009-07-24 price RGAGX 226.67 USD 2009-07-24 price ITOT 70.42 USD 2009-07-24 price VEA 109.38 USD 2009-07-24 price VHT 66.49 USD 2009-07-24 price GLD 63.86 USD 2009-07-31 price VBMPX 140.77 USD 2009-07-31 price RGAGX 229.48 USD 2009-07-31 price ITOT 70.67 USD 2009-07-31 price VEA 110.44 USD 2009-07-31 price VHT 66.10 USD 2009-07-31 price GLD 65.51 USD 2009-08-07 price VBMPX 142.50 USD 2009-08-07 price RGAGX 234.85 USD 2009-08-07 price ITOT 70.29 USD 2009-08-07 price VEA 110.53 USD 2009-08-07 price VHT 64.84 USD 2009-08-07 price GLD 65.64 USD 2009-08-14 price VBMPX 141.66 USD 2009-08-14 price RGAGX 237.96 USD 2009-08-14 price ITOT 70.23 USD 2009-08-14 price VEA 111.79 USD 2009-08-14 price VHT 66.10 USD 2009-08-14 price GLD 66.28 USD 2009-08-21 price VBMPX 139.17 USD 2009-08-21 price RGAGX 238.15 USD 2009-08-21 price ITOT 72.22 USD 2009-08-21 price VEA 111.73 USD 2009-08-21 price VHT 64.51 USD 2009-08-21 price GLD 68.87 USD 2009-08-28 price VBMPX 136.98 USD 2009-08-28 price RGAGX 237.67 USD 2009-08-28 price ITOT 72.66 USD 2009-08-28 price VEA 111.26 USD 2009-08-28 price VHT 65.14 USD 2009-08-28 price GLD 70.02 USD 2009-09-04 price VBMPX 136.21 USD 2009-09-04 price RGAGX 241.77 USD 2009-09-04 price ITOT 70.18 USD 2009-09-04 price VEA 111.95 USD 2009-09-04 price VHT 65.65 USD 2009-09-04 price GLD 72.37 USD 2009-09-11 price VBMPX 136.49 USD 2009-09-11 price RGAGX 238.96 USD 2009-09-11 price ITOT 70.51 USD 2009-09-11 price VEA 113.98 USD 2009-09-11 price VHT 66.14 USD 2009-09-11 price GLD 69.59 USD 2009-09-18 price VBMPX 138.52 USD 2009-09-18 price RGAGX 234.80 USD 2009-09-18 price ITOT 68.86 USD 2009-09-18 price VEA 114.04 USD 2009-09-18 price VHT 66.14 USD 2009-09-18 price GLD 71.48 USD 2009-09-25 price VBMPX 138.69 USD 2009-09-25 price RGAGX 241.10 USD 2009-09-25 price ITOT 70.09 USD 2009-09-25 price VEA 114.58 USD 2009-09-25 price VHT 66.91 USD 2009-09-25 price GLD 71.00 USD 2009-10-02 price VBMPX 136.56 USD 2009-10-02 price RGAGX 244.52 USD 2009-10-02 price ITOT 69.75 USD 2009-10-02 price VEA 115.59 USD 2009-10-02 price VHT 67.05 USD 2009-10-02 price GLD 71.49 USD 2009-10-09 price VBMPX 139.73 USD 2009-10-09 price RGAGX 238.37 USD 2009-10-09 price ITOT 70.17 USD 2009-10-09 price VEA 115.09 USD 2009-10-09 price VHT 67.63 USD 2009-10-09 price GLD 71.00 USD 2009-10-16 price VBMPX 142.13 USD 2009-10-16 price RGAGX 238.70 USD 2009-10-16 price ITOT 69.56 USD 2009-10-16 price VEA 115.29 USD 2009-10-16 price VHT 67.28 USD 2009-10-16 price GLD 70.27 USD 2009-10-23 price VBMPX 139.87 USD 2009-10-23 price RGAGX 240.72 USD 2009-10-23 price ITOT 70.36 USD 2009-10-23 price VEA 115.48 USD 2009-10-23 price VHT 66.56 USD 2009-10-23 price GLD 68.65 USD 2009-10-30 price VBMPX 140.48 USD 2009-10-30 price RGAGX 238.73 USD 2009-10-30 price ITOT 69.53 USD 2009-10-30 price VEA 115.07 USD 2009-10-30 price VHT 67.87 USD 2009-10-30 price GLD 67.62 USD 2009-11-06 price VBMPX 135.93 USD 2009-11-06 price RGAGX 240.29 USD 2009-11-06 price ITOT 69.15 USD 2009-11-06 price VEA 115.44 USD 2009-11-06 price VHT 69.96 USD 2009-11-06 price GLD 67.92 USD 2009-11-13 price VBMPX 137.68 USD 2009-11-13 price RGAGX 239.23 USD 2009-11-13 price ITOT 67.91 USD 2009-11-13 price VEA 117.12 USD 2009-11-13 price VHT 70.95 USD 2009-11-13 price GLD 67.18 USD 2009-11-20 price VBMPX 138.20 USD 2009-11-20 price RGAGX 239.64 USD 2009-11-20 price ITOT 69.24 USD 2009-11-20 price VEA 117.55 USD 2009-11-20 price VHT 71.05 USD 2009-11-20 price GLD 68.19 USD 2009-11-27 price VBMPX 141.48 USD 2009-11-27 price RGAGX 236.71 USD 2009-11-27 price ITOT 69.51 USD 2009-11-27 price VEA 118.70 USD 2009-11-27 price VHT 70.24 USD 2009-11-27 price GLD 68.27 USD 2009-12-04 price VBMPX 141.64 USD 2009-12-04 price RGAGX 237.96 USD 2009-12-04 price ITOT 69.13 USD 2009-12-04 price VEA 118.97 USD 2009-12-04 price VHT 69.50 USD 2009-12-04 price GLD 69.75 USD 2009-12-11 price VBMPX 145.20 USD 2009-12-11 price RGAGX 242.59 USD 2009-12-11 price ITOT 68.63 USD 2009-12-11 price VEA 118.38 USD 2009-12-11 price VHT 68.26 USD 2009-12-11 price GLD 69.56 USD 2009-12-18 price VBMPX 146.63 USD 2009-12-18 price RGAGX 248.48 USD 2009-12-18 price ITOT 69.46 USD 2009-12-18 price VEA 118.23 USD 2009-12-18 price VHT 68.57 USD 2009-12-18 price GLD 69.07 USD 2009-12-25 price VBMPX 146.65 USD 2009-12-25 price RGAGX 253.15 USD 2009-12-25 price ITOT 71.88 USD 2009-12-25 price VEA 118.49 USD 2009-12-25 price VHT 68.64 USD 2009-12-25 price GLD 68.63 USD 2010-01-01 price VBMPX 145.36 USD 2010-01-01 price RGAGX 257.07 USD 2010-01-01 price ITOT 72.34 USD 2010-01-01 price VEA 120.22 USD 2010-01-01 price VHT 67.74 USD 2010-01-01 price GLD 66.86 USD 2010-01-08 price VBMPX 146.23 USD 2010-01-08 price RGAGX 257.93 USD 2010-01-08 price ITOT 71.08 USD 2010-01-08 price VEA 119.88 USD 2010-01-08 price VHT 67.80 USD 2010-01-08 price GLD 64.15 USD 2010-01-15 price VBMPX 144.77 USD 2010-01-15 price RGAGX 261.13 USD 2010-01-15 price ITOT 72.20 USD 2010-01-15 price VEA 120.72 USD 2010-01-15 price VHT 67.23 USD 2010-01-15 price GLD 61.74 USD 2010-01-22 price VBMPX 142.54 USD 2010-01-22 price RGAGX 261.16 USD 2010-01-22 price ITOT 73.07 USD 2010-01-22 price VEA 120.56 USD 2010-01-22 price VHT 68.05 USD 2010-01-22 price GLD 61.21 USD 2010-01-29 price VBMPX 141.86 USD 2010-01-29 price RGAGX 267.45 USD 2010-01-29 price ITOT 73.40 USD 2010-01-29 price VEA 121.58 USD 2010-01-29 price VHT 66.83 USD 2010-01-29 price GLD 62.82 USD 2010-02-05 price VBMPX 144.91 USD 2010-02-05 price RGAGX 263.61 USD 2010-02-05 price ITOT 73.28 USD 2010-02-05 price VEA 122.48 USD 2010-02-05 price VHT 68.48 USD 2010-02-05 price GLD 62.03 USD 2010-02-12 price VBMPX 143.58 USD 2010-02-12 price RGAGX 266.94 USD 2010-02-12 price ITOT 73.09 USD 2010-02-12 price VEA 123.10 USD 2010-02-12 price VHT 69.13 USD 2010-02-12 price GLD 63.42 USD 2010-02-19 price VBMPX 143.92 USD 2010-02-19 price RGAGX 264.41 USD 2010-02-19 price ITOT 72.35 USD 2010-02-19 price VEA 123.38 USD 2010-02-19 price VHT 68.66 USD 2010-02-19 price GLD 62.31 USD 2010-02-26 price VBMPX 143.43 USD 2010-02-26 price RGAGX 260.52 USD 2010-02-26 price ITOT 73.68 USD 2010-02-26 price VEA 124.07 USD 2010-02-26 price VHT 69.08 USD 2010-02-26 price GLD 64.40 USD 2010-03-05 price VBMPX 143.34 USD 2010-03-05 price RGAGX 253.64 USD 2010-03-05 price ITOT 72.40 USD 2010-03-05 price VEA 124.26 USD 2010-03-05 price VHT 70.40 USD 2010-03-05 price GLD 65.21 USD 2010-03-12 price VBMPX 145.57 USD 2010-03-12 price RGAGX 257.24 USD 2010-03-12 price ITOT 71.61 USD 2010-03-12 price VEA 124.84 USD 2010-03-12 price VHT 70.50 USD 2010-03-12 price GLD 64.75 USD 2010-03-19 price VBMPX 144.27 USD 2010-03-19 price RGAGX 256.14 USD 2010-03-19 price ITOT 71.42 USD 2010-03-19 price VEA 126.46 USD 2010-03-19 price VHT 70.66 USD 2010-03-19 price GLD 62.80 USD 2010-03-26 price VBMPX 151.01 USD 2010-03-26 price RGAGX 258.51 USD 2010-03-26 price ITOT 74.48 USD 2010-03-26 price VEA 126.78 USD 2010-03-26 price VHT 70.77 USD 2010-03-26 price GLD 64.67 USD 2010-04-02 price VBMPX 151.18 USD 2010-04-02 price RGAGX 262.87 USD 2010-04-02 price ITOT 73.79 USD 2010-04-02 price VEA 125.52 USD 2010-04-02 price VHT 70.18 USD 2010-04-02 price GLD 63.59 USD 2010-04-09 price VBMPX 150.67 USD 2010-04-09 price RGAGX 266.26 USD 2010-04-09 price ITOT 73.23 USD 2010-04-09 price VEA 123.60 USD 2010-04-09 price VHT 70.26 USD 2010-04-09 price GLD 63.42 USD 2010-04-16 price VBMPX 145.16 USD 2010-04-16 price RGAGX 266.62 USD 2010-04-16 price ITOT 72.26 USD 2010-04-16 price VEA 122.81 USD 2010-04-16 price VHT 70.38 USD 2010-04-16 price GLD 65.35 USD 2010-04-23 price VBMPX 150.15 USD 2010-04-23 price RGAGX 272.20 USD 2010-04-23 price ITOT 72.67 USD 2010-04-23 price VEA 123.76 USD 2010-04-23 price VHT 70.56 USD 2010-04-23 price GLD 67.42 USD 2010-04-30 price VBMPX 151.95 USD 2010-04-30 price RGAGX 274.01 USD 2010-04-30 price ITOT 72.84 USD 2010-04-30 price VEA 123.83 USD 2010-04-30 price VHT 69.81 USD 2010-04-30 price GLD 68.80 USD 2010-05-07 price VBMPX 151.82 USD 2010-05-07 price RGAGX 273.32 USD 2010-05-07 price ITOT 72.37 USD 2010-05-07 price VEA 125.67 USD 2010-05-07 price VHT 68.51 USD 2010-05-07 price GLD 67.45 USD 2010-05-14 price VBMPX 149.87 USD 2010-05-14 price RGAGX 275.55 USD 2010-05-14 price ITOT 73.24 USD 2010-05-14 price VEA 124.93 USD 2010-05-14 price VHT 68.12 USD 2010-05-14 price GLD 69.87 USD 2010-05-21 price VBMPX 151.37 USD 2010-05-21 price RGAGX 277.19 USD 2010-05-21 price ITOT 74.01 USD 2010-05-21 price VEA 124.92 USD 2010-05-21 price VHT 68.96 USD 2010-05-21 price GLD 69.54 USD 2010-05-28 price VBMPX 151.82 USD 2010-05-28 price RGAGX 275.58 USD 2010-05-28 price ITOT 74.30 USD 2010-05-28 price VEA 125.45 USD 2010-05-28 price VHT 69.86 USD 2010-05-28 price GLD 69.12 USD 2010-06-04 price VBMPX 150.41 USD 2010-06-04 price RGAGX 277.11 USD 2010-06-04 price ITOT 73.56 USD 2010-06-04 price VEA 125.19 USD 2010-06-04 price VHT 70.40 USD 2010-06-04 price GLD 67.51 USD 2010-06-11 price VBMPX 153.42 USD 2010-06-11 price RGAGX 277.30 USD 2010-06-11 price ITOT 73.63 USD 2010-06-11 price VEA 126.24 USD 2010-06-11 price VHT 69.82 USD 2010-06-11 price GLD 68.90 USD 2010-06-18 price VBMPX 156.18 USD 2010-06-18 price RGAGX 280.33 USD 2010-06-18 price ITOT 74.95 USD 2010-06-18 price VEA 127.46 USD 2010-06-18 price VHT 71.49 USD 2010-06-18 price GLD 69.69 USD 2010-06-25 price VBMPX 161.12 USD 2010-06-25 price RGAGX 282.69 USD 2010-06-25 price ITOT 73.80 USD 2010-06-25 price VEA 127.96 USD 2010-06-25 price VHT 72.76 USD 2010-06-25 price GLD 70.53 USD 2010-07-02 price VBMPX 162.05 USD 2010-07-02 price RGAGX 287.80 USD 2010-07-02 price ITOT 75.55 USD 2010-07-02 price VEA 127.99 USD 2010-07-02 price VHT 74.26 USD 2010-07-02 price GLD 73.28 USD 2010-07-09 price VBMPX 166.22 USD 2010-07-09 price RGAGX 287.11 USD 2010-07-09 price ITOT 75.35 USD 2010-07-09 price VEA 129.30 USD 2010-07-09 price VHT 74.68 USD 2010-07-09 price GLD 73.94 USD 2010-07-16 price VBMPX 165.81 USD 2010-07-16 price RGAGX 284.63 USD 2010-07-16 price ITOT 76.78 USD 2010-07-16 price VEA 128.07 USD 2010-07-16 price VHT 73.80 USD 2010-07-16 price GLD 76.05 USD 2010-07-23 price VBMPX 166.08 USD 2010-07-23 price RGAGX 291.50 USD 2010-07-23 price ITOT 76.31 USD 2010-07-23 price VEA 128.58 USD 2010-07-23 price VHT 75.50 USD 2010-07-23 price GLD 73.27 USD 2010-07-30 price VBMPX 160.30 USD 2010-07-30 price RGAGX 286.73 USD 2010-07-30 price ITOT 76.92 USD 2010-07-30 price VEA 130.04 USD 2010-07-30 price VHT 75.96 USD 2010-07-30 price GLD 73.23 USD 2010-08-06 price VBMPX 161.95 USD 2010-08-06 price RGAGX 288.11 USD 2010-08-06 price ITOT 76.36 USD 2010-08-06 price VEA 129.11 USD 2010-08-06 price VHT 76.32 USD 2010-08-06 price GLD 75.51 USD 2010-08-13 price VBMPX 161.17 USD 2010-08-13 price RGAGX 292.23 USD 2010-08-13 price ITOT 75.56 USD 2010-08-13 price VEA 128.81 USD 2010-08-13 price VHT 74.53 USD 2010-08-13 price GLD 72.54 USD 2010-08-20 price VBMPX 159.18 USD 2010-08-20 price RGAGX 287.76 USD 2010-08-20 price ITOT 75.75 USD 2010-08-20 price VEA 129.28 USD 2010-08-20 price VHT 76.12 USD 2010-08-20 price GLD 73.50 USD 2010-08-27 price VBMPX 158.40 USD 2010-08-27 price RGAGX 290.16 USD 2010-08-27 price ITOT 75.62 USD 2010-08-27 price VEA 130.16 USD 2010-08-27 price VHT 78.27 USD 2010-08-27 price GLD 76.70 USD 2010-09-03 price VBMPX 166.01 USD 2010-09-03 price RGAGX 291.44 USD 2010-09-03 price ITOT 75.12 USD 2010-09-03 price VEA 130.22 USD 2010-09-03 price VHT 76.50 USD 2010-09-03 price GLD 76.12 USD 2010-09-10 price VBMPX 164.17 USD 2010-09-10 price RGAGX 296.69 USD 2010-09-10 price ITOT 75.24 USD 2010-09-10 price VEA 129.43 USD 2010-09-10 price VHT 77.02 USD 2010-09-10 price GLD 77.13 USD 2010-09-17 price VBMPX 158.88 USD 2010-09-17 price RGAGX 293.58 USD 2010-09-17 price ITOT 75.33 USD 2010-09-17 price VEA 128.67 USD 2010-09-17 price VHT 77.19 USD 2010-09-17 price GLD 76.72 USD 2010-09-24 price VBMPX 161.44 USD 2010-09-24 price RGAGX 293.97 USD 2010-09-24 price ITOT 75.47 USD 2010-09-24 price VEA 131.11 USD 2010-09-24 price VHT 77.16 USD 2010-09-24 price GLD 75.85 USD 2010-10-01 price VBMPX 159.95 USD 2010-10-01 price RGAGX 294.65 USD 2010-10-01 price ITOT 76.68 USD 2010-10-01 price VEA 130.41 USD 2010-10-01 price VHT 76.92 USD 2010-10-01 price GLD 74.94 USD 2010-10-08 price VBMPX 159.31 USD 2010-10-08 price RGAGX 292.90 USD 2010-10-08 price ITOT 77.24 USD 2010-10-08 price VEA 129.24 USD 2010-10-08 price VHT 75.25 USD 2010-10-08 price GLD 76.78 USD 2010-10-15 price VBMPX 160.76 USD 2010-10-15 price RGAGX 297.30 USD 2010-10-15 price ITOT 77.27 USD 2010-10-15 price VEA 129.56 USD 2010-10-15 price VHT 75.42 USD 2010-10-15 price GLD 77.19 USD 2010-10-22 price VBMPX 162.25 USD 2010-10-22 price RGAGX 298.09 USD 2010-10-22 price ITOT 78.40 USD 2010-10-22 price VEA 131.46 USD 2010-10-22 price VHT 77.02 USD 2010-10-22 price GLD 77.64 USD 2010-10-29 price VBMPX 158.17 USD 2010-10-29 price RGAGX 293.09 USD 2010-10-29 price ITOT 78.09 USD 2010-10-29 price VEA 131.24 USD 2010-10-29 price VHT 76.69 USD 2010-10-29 price GLD 76.93 USD 2010-11-05 price VBMPX 158.33 USD 2010-11-05 price RGAGX 292.70 USD 2010-11-05 price ITOT 78.31 USD 2010-11-05 price VEA 131.65 USD 2010-11-05 price VHT 79.04 USD 2010-11-05 price GLD 77.63 USD 2010-11-12 price VBMPX 158.66 USD 2010-11-12 price RGAGX 288.93 USD 2010-11-12 price ITOT 77.99 USD 2010-11-12 price VEA 131.21 USD 2010-11-12 price VHT 77.69 USD 2010-11-12 price GLD 78.54 USD 2010-11-19 price VBMPX 163.56 USD 2010-11-19 price RGAGX 295.84 USD 2010-11-19 price ITOT 79.74 USD 2010-11-19 price VEA 132.50 USD 2010-11-19 price VHT 78.29 USD 2010-11-19 price GLD 78.82 USD 2010-11-26 price VBMPX 163.45 USD 2010-11-26 price RGAGX 297.45 USD 2010-11-26 price ITOT 79.58 USD 2010-11-26 price VEA 133.54 USD 2010-11-26 price VHT 80.10 USD 2010-11-26 price GLD 78.12 USD 2010-12-03 price VBMPX 158.62 USD 2010-12-03 price RGAGX 293.41 USD 2010-12-03 price ITOT 79.02 USD 2010-12-03 price VEA 134.38 USD 2010-12-03 price VHT 80.17 USD 2010-12-03 price GLD 77.31 USD 2010-12-10 price VBMPX 160.16 USD 2010-12-10 price RGAGX 290.31 USD 2010-12-10 price ITOT 79.29 USD 2010-12-10 price VEA 133.60 USD 2010-12-10 price VHT 78.90 USD 2010-12-10 price GLD 77.32 USD 2010-12-17 price VBMPX 154.91 USD 2010-12-17 price RGAGX 288.84 USD 2010-12-17 price ITOT 80.78 USD 2010-12-17 price VEA 133.81 USD 2010-12-17 price VHT 79.73 USD 2010-12-17 price GLD 76.16 USD 2010-12-24 price VBMPX 154.20 USD 2010-12-24 price RGAGX 291.90 USD 2010-12-24 price ITOT 80.06 USD 2010-12-24 price VEA 134.98 USD 2010-12-24 price VHT 79.55 USD 2010-12-24 price GLD 77.30 USD 2010-12-31 price VBMPX 156.71 USD 2010-12-31 price RGAGX 286.58 USD 2010-12-31 price ITOT 82.72 USD 2010-12-31 price VEA 135.67 USD 2010-12-31 price VHT 82.36 USD 2010-12-31 price GLD 76.80 USD 2011-01-07 price VBMPX 158.66 USD 2011-01-07 price RGAGX 293.61 USD 2011-01-07 price ITOT 82.12 USD 2011-01-07 price VEA 135.26 USD 2011-01-07 price VHT 83.26 USD 2011-01-07 price GLD 76.61 USD 2011-01-14 price VBMPX 161.30 USD 2011-01-14 price RGAGX 294.97 USD 2011-01-14 price ITOT 82.75 USD 2011-01-14 price VEA 133.82 USD 2011-01-14 price VHT 82.96 USD 2011-01-14 price GLD 75.25 USD 2011-01-21 price VBMPX 162.25 USD 2011-01-21 price RGAGX 296.41 USD 2011-01-21 price ITOT 81.61 USD 2011-01-21 price VEA 134.13 USD 2011-01-21 price VHT 83.21 USD 2011-01-21 price GLD 75.75 USD 2011-01-28 price VBMPX 164.27 USD 2011-01-28 price RGAGX 293.68 USD 2011-01-28 price ITOT 81.82 USD 2011-01-28 price VEA 134.64 USD 2011-01-28 price VHT 82.98 USD 2011-01-28 price GLD 74.98 USD 2011-02-04 price VBMPX 167.21 USD 2011-02-04 price RGAGX 296.11 USD 2011-02-04 price ITOT 82.40 USD 2011-02-04 price VEA 136.11 USD 2011-02-04 price VHT 83.69 USD 2011-02-04 price GLD 75.97 USD 2011-02-11 price VBMPX 167.70 USD 2011-02-11 price RGAGX 293.86 USD 2011-02-11 price ITOT 81.91 USD 2011-02-11 price VEA 135.70 USD 2011-02-11 price VHT 83.21 USD 2011-02-11 price GLD 75.13 USD 2011-02-18 price VBMPX 170.83 USD 2011-02-18 price RGAGX 289.64 USD 2011-02-18 price ITOT 84.04 USD 2011-02-18 price VEA 136.74 USD 2011-02-18 price VHT 82.41 USD 2011-02-18 price GLD 76.10 USD 2011-02-25 price VBMPX 170.74 USD 2011-02-25 price RGAGX 291.68 USD 2011-02-25 price ITOT 84.21 USD 2011-02-25 price VEA 135.55 USD 2011-02-25 price VHT 82.73 USD 2011-02-25 price GLD 76.53 USD 2011-03-04 price VBMPX 168.88 USD 2011-03-04 price RGAGX 291.68 USD 2011-03-04 price ITOT 85.71 USD 2011-03-04 price VEA 135.98 USD 2011-03-04 price VHT 82.61 USD 2011-03-04 price GLD 78.20 USD 2011-03-11 price VBMPX 171.25 USD 2011-03-11 price RGAGX 292.98 USD 2011-03-11 price ITOT 84.71 USD 2011-03-11 price VEA 133.79 USD 2011-03-11 price VHT 83.89 USD 2011-03-11 price GLD 80.85 USD 2011-03-18 price VBMPX 169.40 USD 2011-03-18 price RGAGX 292.00 USD 2011-03-18 price ITOT 85.54 USD 2011-03-18 price VEA 133.68 USD 2011-03-18 price VHT 84.03 USD 2011-03-18 price GLD 80.91 USD 2011-03-25 price VBMPX 165.97 USD 2011-03-25 price RGAGX 294.58 USD 2011-03-25 price ITOT 87.64 USD 2011-03-25 price VEA 133.48 USD 2011-03-25 price VHT 84.31 USD 2011-03-25 price GLD 81.67 USD 2011-04-01 price VBMPX 168.19 USD 2011-04-01 price RGAGX 294.64 USD 2011-04-01 price ITOT 86.48 USD 2011-04-01 price VEA 134.14 USD 2011-04-01 price VHT 83.01 USD 2011-04-01 price GLD 81.12 USD 2011-04-08 price VBMPX 170.00 USD 2011-04-08 price RGAGX 294.50 USD 2011-04-08 price ITOT 86.14 USD 2011-04-08 price VEA 135.66 USD 2011-04-08 price VHT 83.55 USD 2011-04-08 price GLD 81.61 USD 2011-04-15 price VBMPX 166.08 USD 2011-04-15 price RGAGX 299.37 USD 2011-04-15 price ITOT 83.50 USD 2011-04-15 price VEA 134.64 USD 2011-04-15 price VHT 84.43 USD 2011-04-15 price GLD 80.43 USD 2011-04-22 price VBMPX 169.32 USD 2011-04-22 price RGAGX 305.02 USD 2011-04-22 price ITOT 82.68 USD 2011-04-22 price VEA 134.15 USD 2011-04-22 price VHT 83.85 USD 2011-04-22 price GLD 82.31 USD 2011-04-29 price VBMPX 172.68 USD 2011-04-29 price RGAGX 306.61 USD 2011-04-29 price ITOT 84.01 USD 2011-04-29 price VEA 135.89 USD 2011-04-29 price VHT 82.99 USD 2011-04-29 price GLD 85.29 USD 2011-05-06 price VBMPX 172.70 USD 2011-05-06 price RGAGX 307.46 USD 2011-05-06 price ITOT 85.61 USD 2011-05-06 price VEA 136.48 USD 2011-05-06 price VHT 84.37 USD 2011-05-06 price GLD 86.15 USD 2011-05-13 price VBMPX 179.43 USD 2011-05-13 price RGAGX 316.92 USD 2011-05-13 price ITOT 86.78 USD 2011-05-13 price VEA 137.88 USD 2011-05-13 price VHT 85.06 USD 2011-05-13 price GLD 87.66 USD 2011-05-20 price VBMPX 175.69 USD 2011-05-20 price RGAGX 316.04 USD 2011-05-20 price ITOT 88.02 USD 2011-05-20 price VEA 137.49 USD 2011-05-20 price VHT 84.86 USD 2011-05-20 price GLD 89.14 USD 2011-05-27 price VBMPX 172.76 USD 2011-05-27 price RGAGX 319.64 USD 2011-05-27 price ITOT 87.63 USD 2011-05-27 price VEA 138.21 USD 2011-05-27 price VHT 84.01 USD 2011-05-27 price GLD 87.61 USD 2011-06-03 price VBMPX 170.02 USD 2011-06-03 price RGAGX 312.33 USD 2011-06-03 price ITOT 87.13 USD 2011-06-03 price VEA 140.78 USD 2011-06-03 price VHT 86.62 USD 2011-06-03 price GLD 86.18 USD 2011-06-10 price VBMPX 169.80 USD 2011-06-10 price RGAGX 319.88 USD 2011-06-10 price ITOT 85.21 USD 2011-06-10 price VEA 140.91 USD 2011-06-10 price VHT 84.77 USD 2011-06-10 price GLD 85.88 USD 2011-06-17 price VBMPX 171.85 USD 2011-06-17 price RGAGX 325.96 USD 2011-06-17 price ITOT 82.92 USD 2011-06-17 price VEA 141.56 USD 2011-06-17 price VHT 85.20 USD 2011-06-17 price GLD 86.78 USD 2011-06-24 price VBMPX 173.83 USD 2011-06-24 price RGAGX 327.83 USD 2011-06-24 price ITOT 82.25 USD 2011-06-24 price VEA 141.47 USD 2011-06-24 price VHT 85.20 USD 2011-06-24 price GLD 85.26 USD 2011-07-01 price VBMPX 172.97 USD 2011-07-01 price RGAGX 332.10 USD 2011-07-01 price ITOT 82.93 USD 2011-07-01 price VEA 142.32 USD 2011-07-01 price VHT 85.28 USD 2011-07-01 price GLD 87.42 USD 2011-07-08 price VBMPX 171.53 USD 2011-07-08 price RGAGX 333.05 USD 2011-07-08 price ITOT 82.81 USD 2011-07-08 price VEA 144.68 USD 2011-07-08 price VHT 86.97 USD 2011-07-08 price GLD 88.48 USD 2011-07-15 price VBMPX 161.16 USD 2011-07-15 price RGAGX 337.85 USD 2011-07-15 price ITOT 82.37 USD 2011-07-15 price VEA 144.43 USD 2011-07-15 price VHT 86.48 USD 2011-07-15 price GLD 88.41 USD 2011-07-22 price VBMPX 162.92 USD 2011-07-22 price RGAGX 332.54 USD 2011-07-22 price ITOT 83.29 USD 2011-07-22 price VEA 145.00 USD 2011-07-22 price VHT 85.01 USD 2011-07-22 price GLD 85.64 USD 2011-07-29 price VBMPX 167.14 USD 2011-07-29 price RGAGX 335.56 USD 2011-07-29 price ITOT 84.83 USD 2011-07-29 price VEA 146.06 USD 2011-07-29 price VHT 84.48 USD 2011-07-29 price GLD 86.26 USD 2011-08-05 price VBMPX 165.59 USD 2011-08-05 price RGAGX 334.94 USD 2011-08-05 price ITOT 82.80 USD 2011-08-05 price VEA 149.07 USD 2011-08-05 price VHT 85.28 USD 2011-08-05 price GLD 87.12 USD 2011-08-12 price VBMPX 167.99 USD 2011-08-12 price RGAGX 338.55 USD 2011-08-12 price ITOT 82.45 USD 2011-08-12 price VEA 148.49 USD 2011-08-12 price VHT 84.24 USD 2011-08-12 price GLD 88.81 USD 2011-08-19 price VBMPX 166.52 USD 2011-08-19 price RGAGX 344.66 USD 2011-08-19 price ITOT 84.55 USD 2011-08-19 price VEA 149.16 USD 2011-08-19 price VHT 84.34 USD 2011-08-19 price GLD 88.75 USD 2011-08-26 price VBMPX 165.60 USD 2011-08-26 price RGAGX 341.36 USD 2011-08-26 price ITOT 84.79 USD 2011-08-26 price VEA 150.97 USD 2011-08-26 price VHT 80.56 USD 2011-08-26 price GLD 89.34 USD 2011-09-02 price VBMPX 165.22 USD 2011-09-02 price RGAGX 341.03 USD 2011-09-02 price ITOT 85.79 USD 2011-09-02 price VEA 152.11 USD 2011-09-02 price VHT 80.70 USD 2011-09-02 price GLD 89.06 USD 2011-09-09 price VBMPX 165.68 USD 2011-09-09 price RGAGX 337.90 USD 2011-09-09 price ITOT 83.89 USD 2011-09-09 price VEA 152.57 USD 2011-09-09 price VHT 80.87 USD 2011-09-09 price GLD 88.92 USD 2011-09-16 price VBMPX 168.92 USD 2011-09-16 price RGAGX 341.95 USD 2011-09-16 price ITOT 85.04 USD 2011-09-16 price VEA 150.01 USD 2011-09-16 price VHT 80.63 USD 2011-09-16 price GLD 87.53 USD 2011-09-23 price VBMPX 168.82 USD 2011-09-23 price RGAGX 339.78 USD 2011-09-23 price ITOT 84.83 USD 2011-09-23 price VEA 150.37 USD 2011-09-23 price VHT 80.83 USD 2011-09-23 price GLD 83.40 USD 2011-09-30 price VBMPX 174.70 USD 2011-09-30 price RGAGX 338.32 USD 2011-09-30 price ITOT 83.76 USD 2011-09-30 price VEA 150.23 USD 2011-09-30 price VHT 81.83 USD 2011-09-30 price GLD 84.66 USD 2011-10-07 price VBMPX 178.40 USD 2011-10-07 price RGAGX 333.51 USD 2011-10-07 price ITOT 84.09 USD 2011-10-07 price VEA 151.84 USD 2011-10-07 price VHT 85.30 USD 2011-10-07 price GLD 85.76 USD 2011-10-14 price VBMPX 179.70 USD 2011-10-14 price RGAGX 337.51 USD 2011-10-14 price ITOT 84.04 USD 2011-10-14 price VEA 151.67 USD 2011-10-14 price VHT 85.37 USD 2011-10-14 price GLD 84.54 USD 2011-10-21 price VBMPX 181.03 USD 2011-10-21 price RGAGX 336.61 USD 2011-10-21 price ITOT 87.34 USD 2011-10-21 price VEA 153.25 USD 2011-10-21 price VHT 86.28 USD 2011-10-21 price GLD 83.54 USD 2011-10-28 price VBMPX 179.64 USD 2011-10-28 price RGAGX 338.71 USD 2011-10-28 price ITOT 87.83 USD 2011-10-28 price VEA 153.42 USD 2011-10-28 price VHT 87.47 USD 2011-10-28 price GLD 82.05 USD 2011-11-04 price VBMPX 182.71 USD 2011-11-04 price RGAGX 336.90 USD 2011-11-04 price ITOT 87.58 USD 2011-11-04 price VEA 154.17 USD 2011-11-04 price VHT 86.36 USD 2011-11-04 price GLD 84.29 USD 2011-11-11 price VBMPX 185.51 USD 2011-11-11 price RGAGX 339.61 USD 2011-11-11 price ITOT 87.97 USD 2011-11-11 price VEA 154.43 USD 2011-11-11 price VHT 87.03 USD 2011-11-11 price GLD 81.20 USD 2011-11-18 price VBMPX 189.93 USD 2011-11-18 price RGAGX 344.31 USD 2011-11-18 price ITOT 85.56 USD 2011-11-18 price VEA 153.82 USD 2011-11-18 price VHT 87.12 USD 2011-11-18 price GLD 81.56 USD 2011-11-25 price VBMPX 192.38 USD 2011-11-25 price RGAGX 350.06 USD 2011-11-25 price ITOT 87.45 USD 2011-11-25 price VEA 156.42 USD 2011-11-25 price VHT 87.03 USD 2011-11-25 price GLD 78.72 USD 2011-12-02 price VBMPX 190.90 USD 2011-12-02 price RGAGX 359.48 USD 2011-12-02 price ITOT 87.46 USD 2011-12-02 price VEA 156.73 USD 2011-12-02 price VHT 85.81 USD 2011-12-02 price GLD 77.43 USD 2011-12-09 price VBMPX 187.93 USD 2011-12-09 price RGAGX 359.63 USD 2011-12-09 price ITOT 87.40 USD 2011-12-09 price VEA 157.00 USD 2011-12-09 price VHT 87.61 USD 2011-12-09 price GLD 75.61 USD 2011-12-16 price VBMPX 181.99 USD 2011-12-16 price RGAGX 358.47 USD 2011-12-16 price ITOT 87.39 USD 2011-12-16 price VEA 156.84 USD 2011-12-16 price VHT 87.62 USD 2011-12-16 price GLD 74.05 USD 2011-12-23 price VBMPX 186.45 USD 2011-12-23 price RGAGX 360.36 USD 2011-12-23 price ITOT 89.44 USD 2011-12-23 price VEA 156.56 USD 2011-12-23 price VHT 88.06 USD 2011-12-23 price GLD 74.43 USD 2011-12-30 price VBMPX 193.66 USD 2011-12-30 price RGAGX 360.39 USD 2011-12-30 price ITOT 91.12 USD 2011-12-30 price VEA 157.15 USD 2011-12-30 price VHT 87.52 USD 2011-12-30 price GLD 74.47 USD 2012-01-06 price VBMPX 198.29 USD 2012-01-06 price RGAGX 364.25 USD 2012-01-06 price ITOT 90.90 USD 2012-01-06 price VEA 157.73 USD 2012-01-06 price VHT 87.18 USD 2012-01-06 price GLD 74.40 USD 2012-01-13 price VBMPX 199.24 USD 2012-01-13 price RGAGX 367.90 USD 2012-01-13 price ITOT 91.40 USD 2012-01-13 price VEA 158.66 USD 2012-01-13 price VHT 89.72 USD 2012-01-13 price GLD 72.49 USD 2012-01-20 price VBMPX 199.38 USD 2012-01-20 price RGAGX 361.96 USD 2012-01-20 price ITOT 92.52 USD 2012-01-20 price VEA 160.64 USD 2012-01-20 price VHT 89.22 USD 2012-01-20 price GLD 73.05 USD 2012-01-27 price VBMPX 205.30 USD 2012-01-27 price RGAGX 364.94 USD 2012-01-27 price ITOT 93.86 USD 2012-01-27 price VEA 161.86 USD 2012-01-27 price VHT 90.00 USD 2012-01-27 price GLD 71.72 USD 2012-02-03 price VBMPX 210.28 USD 2012-02-03 price RGAGX 377.27 USD 2012-02-03 price ITOT 94.17 USD 2012-02-03 price VEA 163.73 USD 2012-02-03 price VHT 88.00 USD 2012-02-03 price GLD 72.31 USD 2012-02-10 price VBMPX 214.99 USD 2012-02-10 price RGAGX 376.79 USD 2012-02-10 price ITOT 96.05 USD 2012-02-10 price VEA 165.41 USD 2012-02-10 price VHT 89.47 USD 2012-02-10 price GLD 70.90 USD 2012-02-17 price VBMPX 213.57 USD 2012-02-17 price RGAGX 373.05 USD 2012-02-17 price ITOT 95.19 USD 2012-02-17 price VEA 167.42 USD 2012-02-17 price VHT 91.10 USD 2012-02-17 price GLD 70.29 USD 2012-02-24 price VBMPX 215.38 USD 2012-02-24 price RGAGX 374.98 USD 2012-02-24 price ITOT 95.91 USD 2012-02-24 price VEA 167.63 USD 2012-02-24 price VHT 90.35 USD 2012-02-24 price GLD 71.58 USD 2012-03-02 price VBMPX 213.97 USD 2012-03-02 price RGAGX 373.40 USD 2012-03-02 price ITOT 98.01 USD 2012-03-02 price VEA 166.70 USD 2012-03-02 price VHT 89.65 USD 2012-03-02 price GLD 74.26 USD 2012-03-09 price VBMPX 215.25 USD 2012-03-09 price RGAGX 373.79 USD 2012-03-09 price ITOT 97.45 USD 2012-03-09 price VEA 165.98 USD 2012-03-09 price VHT 88.11 USD 2012-03-09 price GLD 70.72 USD 2012-03-16 price VBMPX 223.47 USD 2012-03-16 price RGAGX 364.98 USD 2012-03-16 price ITOT 97.11 USD 2012-03-16 price VEA 168.22 USD 2012-03-16 price VHT 88.33 USD 2012-03-16 price GLD 72.03 USD 2012-03-23 price VBMPX 220.85 USD 2012-03-23 price RGAGX 369.90 USD 2012-03-23 price ITOT 97.62 USD 2012-03-23 price VEA 169.15 USD 2012-03-23 price VHT 88.83 USD 2012-03-23 price GLD 71.40 USD 2012-03-30 price VBMPX 223.53 USD 2012-03-30 price RGAGX 364.01 USD 2012-03-30 price ITOT 97.40 USD 2012-03-30 price VEA 169.23 USD 2012-03-30 price VHT 90.27 USD 2012-03-30 price GLD 70.82 USD 2012-04-06 price VBMPX 220.06 USD 2012-04-06 price RGAGX 364.23 USD 2012-04-06 price ITOT 96.13 USD 2012-04-06 price VEA 170.32 USD 2012-04-06 price VHT 90.40 USD 2012-04-06 price GLD 69.76 USD 2012-04-13 price VBMPX 218.98 USD 2012-04-13 price RGAGX 368.49 USD 2012-04-13 price ITOT 99.29 USD 2012-04-13 price VEA 171.54 USD 2012-04-13 price VHT 90.72 USD 2012-04-13 price GLD 69.81 USD 2012-04-20 price VBMPX 216.30 USD 2012-04-20 price RGAGX 371.45 USD 2012-04-20 price ITOT 99.38 USD 2012-04-20 price VEA 172.78 USD 2012-04-20 price VHT 90.28 USD 2012-04-20 price GLD 68.50 USD 2012-04-27 price VBMPX 217.94 USD 2012-04-27 price RGAGX 370.84 USD 2012-04-27 price ITOT 99.76 USD 2012-04-27 price VEA 175.61 USD 2012-04-27 price VHT 91.63 USD 2012-04-27 price GLD 66.69 USD 2012-05-04 price VBMPX 211.40 USD 2012-05-04 price RGAGX 369.99 USD 2012-05-04 price ITOT 98.43 USD 2012-05-04 price VEA 175.38 USD 2012-05-04 price VHT 90.46 USD 2012-05-04 price GLD 68.89 USD 2012-05-11 price VBMPX 210.95 USD 2012-05-11 price RGAGX 369.62 USD 2012-05-11 price ITOT 98.59 USD 2012-05-11 price VEA 175.61 USD 2012-05-11 price VHT 90.37 USD 2012-05-11 price GLD 71.83 USD 2012-05-18 price VBMPX 210.50 USD 2012-05-18 price RGAGX 370.37 USD 2012-05-18 price ITOT 97.35 USD 2012-05-18 price VEA 176.93 USD 2012-05-18 price VHT 90.63 USD 2012-05-18 price GLD 72.42 USD 2012-05-25 price VBMPX 208.87 USD 2012-05-25 price RGAGX 374.53 USD 2012-05-25 price ITOT 98.55 USD 2012-05-25 price VEA 177.12 USD 2012-05-25 price VHT 91.52 USD 2012-05-25 price GLD 71.48 USD 2012-06-01 price VBMPX 212.15 USD 2012-06-01 price RGAGX 377.54 USD 2012-06-01 price ITOT 98.13 USD 2012-06-01 price VEA 175.85 USD 2012-06-01 price VHT 90.23 USD 2012-06-01 price GLD 70.82 USD 2012-06-08 price VBMPX 213.77 USD 2012-06-08 price RGAGX 377.55 USD 2012-06-08 price ITOT 97.64 USD 2012-06-08 price VEA 177.48 USD 2012-06-08 price VHT 90.88 USD 2012-06-08 price GLD 69.99 USD 2012-06-15 price VBMPX 208.09 USD 2012-06-15 price RGAGX 378.62 USD 2012-06-15 price ITOT 97.11 USD 2012-06-15 price VEA 179.32 USD 2012-06-15 price VHT 91.24 USD 2012-06-15 price GLD 70.55 USD 2012-06-22 price VBMPX 212.56 USD 2012-06-22 price RGAGX 373.86 USD 2012-06-22 price ITOT 99.75 USD 2012-06-22 price VEA 181.06 USD 2012-06-22 price VHT 89.85 USD 2012-06-22 price GLD 70.84 USD 2012-06-29 price VBMPX 211.46 USD 2012-06-29 price RGAGX 369.57 USD 2012-06-29 price ITOT 99.04 USD 2012-06-29 price VEA 180.70 USD 2012-06-29 price VHT 88.87 USD 2012-06-29 price GLD 71.52 USD 2012-07-06 price VBMPX 213.80 USD 2012-07-06 price RGAGX 365.92 USD 2012-07-06 price ITOT 99.05 USD 2012-07-06 price VEA 180.31 USD 2012-07-06 price VHT 89.64 USD 2012-07-06 price GLD 71.12 USD 2012-07-13 price VBMPX 211.69 USD 2012-07-13 price RGAGX 374.63 USD 2012-07-13 price ITOT 99.43 USD 2012-07-13 price VEA 182.17 USD 2012-07-13 price VHT 89.58 USD 2012-07-13 price GLD 69.80 USD 2012-07-20 price VBMPX 222.40 USD 2012-07-20 price RGAGX 382.93 USD 2012-07-20 price ITOT 98.89 USD 2012-07-20 price VEA 180.98 USD 2012-07-20 price VHT 90.50 USD 2012-07-20 price GLD 68.87 USD 2012-07-27 price VBMPX 215.18 USD 2012-07-27 price RGAGX 379.86 USD 2012-07-27 price ITOT 98.60 USD 2012-07-27 price VEA 182.07 USD 2012-07-27 price VHT 89.65 USD 2012-07-27 price GLD 69.53 USD 2012-08-03 price VBMPX 213.12 USD 2012-08-03 price RGAGX 387.62 USD 2012-08-03 price ITOT 97.24 USD 2012-08-03 price VEA 182.30 USD 2012-08-03 price VHT 89.52 USD 2012-08-03 price GLD 69.50 USD 2012-08-10 price VBMPX 215.68 USD 2012-08-10 price RGAGX 383.07 USD 2012-08-10 price ITOT 97.45 USD 2012-08-10 price VEA 181.61 USD 2012-08-10 price VHT 89.68 USD 2012-08-10 price GLD 67.79 USD 2012-08-17 price VBMPX 223.57 USD 2012-08-17 price RGAGX 391.59 USD 2012-08-17 price ITOT 97.65 USD 2012-08-17 price VEA 180.87 USD 2012-08-17 price VHT 90.32 USD 2012-08-17 price GLD 66.89 USD 2012-08-24 price VBMPX 228.80 USD 2012-08-24 price RGAGX 393.48 USD 2012-08-24 price ITOT 96.53 USD 2012-08-24 price VEA 179.89 USD 2012-08-24 price VHT 89.53 USD 2012-08-24 price GLD 66.15 USD 2012-08-31 price VBMPX 226.38 USD 2012-08-31 price RGAGX 394.75 USD 2012-08-31 price ITOT 97.60 USD 2012-08-31 price VEA 180.80 USD 2012-08-31 price VHT 90.02 USD 2012-08-31 price GLD 65.58 USD 2012-09-07 price VBMPX 225.17 USD 2012-09-07 price RGAGX 399.72 USD 2012-09-07 price ITOT 97.78 USD 2012-09-07 price VEA 181.89 USD 2012-09-07 price VHT 90.28 USD 2012-09-07 price GLD 68.18 USD 2012-09-14 price VBMPX 229.08 USD 2012-09-14 price RGAGX 404.53 USD 2012-09-14 price ITOT 98.41 USD 2012-09-14 price VEA 181.77 USD 2012-09-14 price VHT 90.90 USD 2012-09-14 price GLD 65.80 USD 2012-09-21 price VBMPX 225.47 USD 2012-09-21 price RGAGX 401.40 USD 2012-09-21 price ITOT 99.22 USD 2012-09-21 price VEA 183.64 USD 2012-09-21 price VHT 90.40 USD 2012-09-21 price GLD 65.36 USD 2012-09-28 price VBMPX 228.60 USD 2012-09-28 price RGAGX 402.33 USD 2012-09-28 price ITOT 99.01 USD 2012-09-28 price VEA 186.02 USD 2012-09-28 price VHT 91.24 USD 2012-09-28 price GLD 64.77 USD 2012-10-05 price VBMPX 233.08 USD 2012-10-05 price RGAGX 399.49 USD 2012-10-05 price ITOT 98.14 USD 2012-10-05 price VEA 186.02 USD 2012-10-05 price VHT 92.16 USD 2012-10-05 price GLD 64.40 USD 2012-10-12 price VBMPX 233.74 USD 2012-10-12 price RGAGX 411.05 USD 2012-10-12 price ITOT 97.40 USD 2012-10-12 price VEA 186.24 USD 2012-10-12 price VHT 91.84 USD 2012-10-12 price GLD 63.65 USD 2012-10-19 price VBMPX 237.76 USD 2012-10-19 price RGAGX 411.15 USD 2012-10-19 price ITOT 98.03 USD 2012-10-19 price VEA 184.94 USD 2012-10-19 price VHT 89.81 USD 2012-10-19 price GLD 66.84 USD 2012-10-26 price VBMPX 237.87 USD 2012-10-26 price RGAGX 410.17 USD 2012-10-26 price ITOT 97.55 USD 2012-10-26 price VEA 186.58 USD 2012-10-26 price VHT 90.84 USD 2012-10-26 price GLD 67.74 USD 2012-11-02 price VBMPX 243.03 USD 2012-11-02 price RGAGX 410.41 USD 2012-11-02 price ITOT 100.05 USD 2012-11-02 price VEA 187.05 USD 2012-11-02 price VHT 90.72 USD 2012-11-02 price GLD 67.04 USD 2012-11-09 price VBMPX 248.71 USD 2012-11-09 price RGAGX 415.71 USD 2012-11-09 price ITOT 97.75 USD 2012-11-09 price VEA 187.55 USD 2012-11-09 price VHT 92.32 USD 2012-11-09 price GLD 69.10 USD 2012-11-16 price VBMPX 252.35 USD 2012-11-16 price RGAGX 409.72 USD 2012-11-16 price ITOT 98.30 USD 2012-11-16 price VEA 187.94 USD 2012-11-16 price VHT 92.53 USD 2012-11-16 price GLD 68.78 USD 2012-11-23 price VBMPX 251.40 USD 2012-11-23 price RGAGX 411.15 USD 2012-11-23 price ITOT 98.78 USD 2012-11-23 price VEA 188.41 USD 2012-11-23 price VHT 93.45 USD 2012-11-23 price GLD 71.25 USD 2012-11-30 price VBMPX 247.50 USD 2012-11-30 price RGAGX 412.92 USD 2012-11-30 price ITOT 98.84 USD 2012-11-30 price VEA 188.86 USD 2012-11-30 price VHT 92.96 USD 2012-11-30 price GLD 70.32 USD 2012-12-07 price VBMPX 247.67 USD 2012-12-07 price RGAGX 420.02 USD 2012-12-07 price ITOT 99.99 USD 2012-12-07 price VEA 188.54 USD 2012-12-07 price VHT 92.59 USD 2012-12-07 price GLD 70.65 USD 2012-12-14 price VBMPX 251.47 USD 2012-12-14 price RGAGX 427.06 USD 2012-12-14 price ITOT 98.58 USD 2012-12-14 price VEA 188.40 USD 2012-12-14 price VHT 95.03 USD 2012-12-14 price GLD 72.49 USD 2012-12-21 price VBMPX 249.08 USD 2012-12-21 price RGAGX 422.58 USD 2012-12-21 price ITOT 97.06 USD 2012-12-21 price VEA 188.52 USD 2012-12-21 price VHT 95.72 USD 2012-12-21 price GLD 72.98 USD 2012-12-28 price VBMPX 248.47 USD 2012-12-28 price RGAGX 419.20 USD 2012-12-28 price ITOT 97.19 USD 2012-12-28 price VEA 188.13 USD 2012-12-28 price VHT 95.94 USD 2012-12-28 price GLD 71.80 USD 2013-01-04 price VBMPX 247.67 USD 2013-01-04 price RGAGX 422.71 USD 2013-01-04 price ITOT 96.93 USD 2013-01-04 price VEA 189.65 USD 2013-01-04 price VHT 95.97 USD 2013-01-04 price GLD 72.74 USD 2013-01-11 price VBMPX 240.44 USD 2013-01-11 price RGAGX 429.27 USD 2013-01-11 price ITOT 98.91 USD 2013-01-11 price VEA 188.63 USD 2013-01-11 price VHT 94.55 USD 2013-01-11 price GLD 74.80 USD 2013-01-18 price VBMPX 244.96 USD 2013-01-18 price RGAGX 421.70 USD 2013-01-18 price ITOT 100.83 USD 2013-01-18 price VEA 189.39 USD 2013-01-18 price VHT 95.48 USD 2013-01-18 price GLD 75.92 USD 2013-01-25 price VBMPX 243.83 USD 2013-01-25 price RGAGX 421.05 USD 2013-01-25 price ITOT 103.40 USD 2013-01-25 price VEA 187.70 USD 2013-01-25 price VHT 95.53 USD 2013-01-25 price GLD 76.31 USD 2013-02-01 price VBMPX 250.44 USD 2013-02-01 price RGAGX 414.03 USD 2013-02-01 price ITOT 102.62 USD 2013-02-01 price VEA 188.41 USD 2013-02-01 price VHT 97.53 USD 2013-02-01 price GLD 75.50 USD 2013-02-08 price VBMPX 249.39 USD 2013-02-08 price RGAGX 413.48 USD 2013-02-08 price ITOT 98.69 USD 2013-02-08 price VEA 190.20 USD 2013-02-08 price VHT 97.60 USD 2013-02-08 price GLD 77.62 USD 2013-02-15 price VBMPX 241.32 USD 2013-02-15 price RGAGX 412.96 USD 2013-02-15 price ITOT 98.75 USD 2013-02-15 price VEA 191.27 USD 2013-02-15 price VHT 96.27 USD 2013-02-15 price GLD 76.06 USD 2013-02-22 price VBMPX 237.78 USD 2013-02-22 price RGAGX 418.62 USD 2013-02-22 price ITOT 99.30 USD 2013-02-22 price VEA 191.76 USD 2013-02-22 price VHT 97.51 USD 2013-02-22 price GLD 75.07 USD 2013-03-01 price VBMPX 238.35 USD 2013-03-01 price RGAGX 421.45 USD 2013-03-01 price ITOT 99.05 USD 2013-03-01 price VEA 189.55 USD 2013-03-01 price VHT 98.29 USD 2013-03-01 price GLD 76.61 USD 2013-03-08 price VBMPX 236.58 USD 2013-03-08 price RGAGX 424.97 USD 2013-03-08 price ITOT 99.81 USD 2013-03-08 price VEA 188.86 USD 2013-03-08 price VHT 98.13 USD 2013-03-08 price GLD 74.65 USD 2013-03-15 price VBMPX 233.37 USD 2013-03-15 price RGAGX 427.40 USD 2013-03-15 price ITOT 100.25 USD 2013-03-15 price VEA 191.07 USD 2013-03-15 price VHT 96.27 USD 2013-03-15 price GLD 76.26 USD 2013-03-22 price VBMPX 227.04 USD 2013-03-22 price RGAGX 432.32 USD 2013-03-22 price ITOT 100.90 USD 2013-03-22 price VEA 190.11 USD 2013-03-22 price VHT 98.10 USD 2013-03-22 price GLD 74.87 USD 2013-03-29 price VBMPX 218.84 USD 2013-03-29 price RGAGX 440.62 USD 2013-03-29 price ITOT 100.89 USD 2013-03-29 price VEA 190.88 USD 2013-03-29 price VHT 100.64 USD 2013-03-29 price GLD 75.05 USD 2013-04-05 price VBMPX 221.29 USD 2013-04-05 price RGAGX 439.16 USD 2013-04-05 price ITOT 103.62 USD 2013-04-05 price VEA 193.09 USD 2013-04-05 price VHT 100.09 USD 2013-04-05 price GLD 74.04 USD 2013-04-12 price VBMPX 211.62 USD 2013-04-12 price RGAGX 442.59 USD 2013-04-12 price ITOT 103.59 USD 2013-04-12 price VEA 191.26 USD 2013-04-12 price VHT 98.81 USD 2013-04-12 price GLD 74.93 USD 2013-04-19 price VBMPX 212.29 USD 2013-04-19 price RGAGX 440.93 USD 2013-04-19 price ITOT 103.61 USD 2013-04-19 price VEA 191.67 USD 2013-04-19 price VHT 97.34 USD 2013-04-19 price GLD 74.77 USD 2013-04-26 price VBMPX 218.25 USD 2013-04-26 price RGAGX 449.53 USD 2013-04-26 price ITOT 105.77 USD 2013-04-26 price VEA 194.37 USD 2013-04-26 price VHT 98.98 USD 2013-04-26 price GLD 76.58 USD 2013-05-03 price VBMPX 219.92 USD 2013-05-03 price RGAGX 448.67 USD 2013-05-03 price ITOT 106.85 USD 2013-05-03 price VEA 194.04 USD 2013-05-03 price VHT 99.61 USD 2013-05-03 price GLD 77.47 USD 2013-05-10 price VBMPX 217.68 USD 2013-05-10 price RGAGX 450.40 USD 2013-05-10 price ITOT 108.29 USD 2013-05-10 price VEA 195.02 USD 2013-05-10 price VHT 97.41 USD 2013-05-10 price GLD 76.58 USD 2013-05-17 price VBMPX 216.92 USD 2013-05-17 price RGAGX 456.42 USD 2013-05-17 price ITOT 106.84 USD 2013-05-17 price VEA 194.46 USD 2013-05-17 price VHT 98.40 USD 2013-05-17 price GLD 74.36 USD 2013-05-24 price VBMPX 222.23 USD 2013-05-24 price RGAGX 456.10 USD 2013-05-24 price ITOT 108.49 USD 2013-05-24 price VEA 195.65 USD 2013-05-24 price VHT 97.63 USD 2013-05-24 price GLD 75.20 USD 2013-05-31 price VBMPX 226.25 USD 2013-05-31 price RGAGX 452.08 USD 2013-05-31 price ITOT 107.90 USD 2013-05-31 price VEA 195.86 USD 2013-05-31 price VHT 98.49 USD 2013-05-31 price GLD 76.05 USD 2013-06-07 price VBMPX 231.76 USD 2013-06-07 price RGAGX 449.89 USD 2013-06-07 price ITOT 107.82 USD 2013-06-07 price VEA 198.65 USD 2013-06-07 price VHT 98.26 USD 2013-06-07 price GLD 78.38 USD 2013-06-14 price VBMPX 229.89 USD 2013-06-14 price RGAGX 446.68 USD 2013-06-14 price ITOT 108.08 USD 2013-06-14 price VEA 200.60 USD 2013-06-14 price VHT 99.45 USD 2013-06-14 price GLD 77.03 USD 2013-06-21 price VBMPX 227.36 USD 2013-06-21 price RGAGX 444.88 USD 2013-06-21 price ITOT 108.24 USD 2013-06-21 price VEA 199.96 USD 2013-06-21 price VHT 98.81 USD 2013-06-21 price GLD 76.50 USD 2013-06-28 price VBMPX 230.37 USD 2013-06-28 price RGAGX 448.37 USD 2013-06-28 price ITOT 107.84 USD 2013-06-28 price VEA 202.37 USD 2013-06-28 price VHT 96.40 USD 2013-06-28 price GLD 74.51 USD 2013-07-05 price VBMPX 232.12 USD 2013-07-05 price RGAGX 455.00 USD 2013-07-05 price ITOT 112.18 USD 2013-07-05 price VEA 202.52 USD 2013-07-05 price VHT 93.31 USD 2013-07-05 price GLD 74.49 USD 2013-07-12 price VBMPX 232.33 USD 2013-07-12 price RGAGX 456.29 USD 2013-07-12 price ITOT 112.20 USD 2013-07-12 price VEA 200.63 USD 2013-07-12 price VHT 92.28 USD 2013-07-12 price GLD 76.31 USD 2013-07-19 price VBMPX 231.57 USD 2013-07-19 price RGAGX 464.17 USD 2013-07-19 price ITOT 109.91 USD 2013-07-19 price VEA 200.82 USD 2013-07-19 price VHT 93.10 USD 2013-07-19 price GLD 77.93 USD 2013-07-26 price VBMPX 237.59 USD 2013-07-26 price RGAGX 465.94 USD 2013-07-26 price ITOT 111.10 USD 2013-07-26 price VEA 199.93 USD 2013-07-26 price VHT 92.72 USD 2013-07-26 price GLD 76.80 USD 2013-08-02 price VBMPX 235.56 USD 2013-08-02 price RGAGX 456.96 USD 2013-08-02 price ITOT 110.71 USD 2013-08-02 price VEA 199.66 USD 2013-08-02 price VHT 91.53 USD 2013-08-02 price GLD 76.03 USD 2013-08-09 price VBMPX 235.09 USD 2013-08-09 price RGAGX 454.61 USD 2013-08-09 price ITOT 109.65 USD 2013-08-09 price VEA 200.79 USD 2013-08-09 price VHT 89.84 USD 2013-08-09 price GLD 75.23 USD 2013-08-16 price VBMPX 236.31 USD 2013-08-16 price RGAGX 458.71 USD 2013-08-16 price ITOT 111.85 USD 2013-08-16 price VEA 202.06 USD 2013-08-16 price VHT 89.50 USD 2013-08-16 price GLD 76.01 USD 2013-08-23 price VBMPX 240.45 USD 2013-08-23 price RGAGX 461.51 USD 2013-08-23 price ITOT 112.62 USD 2013-08-23 price VEA 202.34 USD 2013-08-23 price VHT 88.89 USD 2013-08-23 price GLD 77.93 USD 2013-08-30 price VBMPX 241.18 USD 2013-08-30 price RGAGX 460.55 USD 2013-08-30 price ITOT 111.73 USD 2013-08-30 price VEA 203.46 USD 2013-08-30 price VHT 89.44 USD 2013-08-30 price GLD 78.79 USD 2013-09-06 price VBMPX 239.06 USD 2013-09-06 price RGAGX 454.57 USD 2013-09-06 price ITOT 112.42 USD 2013-09-06 price VEA 203.86 USD 2013-09-06 price VHT 90.22 USD 2013-09-06 price GLD 80.81 USD 2013-09-13 price VBMPX 237.14 USD 2013-09-13 price RGAGX 458.03 USD 2013-09-13 price ITOT 113.15 USD 2013-09-13 price VEA 205.01 USD 2013-09-13 price VHT 89.50 USD 2013-09-13 price GLD 81.11 USD 2013-09-20 price VBMPX 236.65 USD 2013-09-20 price RGAGX 460.41 USD 2013-09-20 price ITOT 115.45 USD 2013-09-20 price VEA 201.70 USD 2013-09-20 price VHT 88.82 USD 2013-09-20 price GLD 81.83 USD 2013-09-27 price VBMPX 240.20 USD 2013-09-27 price RGAGX 458.22 USD 2013-09-27 price ITOT 118.21 USD 2013-09-27 price VEA 201.48 USD 2013-09-27 price VHT 90.85 USD 2013-09-27 price GLD 82.82 USD 2013-10-04 price VBMPX 236.04 USD 2013-10-04 price RGAGX 459.15 USD 2013-10-04 price ITOT 120.40 USD 2013-10-04 price VEA 202.80 USD 2013-10-04 price VHT 91.09 USD 2013-10-04 price GLD 81.90 USD 2013-10-11 price VBMPX 235.23 USD 2013-10-11 price RGAGX 461.29 USD 2013-10-11 price ITOT 118.74 USD 2013-10-11 price VEA 202.18 USD 2013-10-11 price VHT 91.97 USD 2013-10-11 price GLD 78.81 USD 2013-10-18 price VBMPX 238.37 USD 2013-10-18 price RGAGX 466.62 USD 2013-10-18 price ITOT 119.21 USD 2013-10-18 price VEA 202.20 USD 2013-10-18 price VHT 93.80 USD 2013-10-18 price GLD 80.46 USD 2013-10-25 price VBMPX 234.43 USD 2013-10-25 price RGAGX 475.00 USD 2013-10-25 price ITOT 116.21 USD 2013-10-25 price VEA 205.11 USD 2013-10-25 price VHT 92.46 USD 2013-10-25 price GLD 81.78 USD 2013-11-01 price VBMPX 239.01 USD 2013-11-01 price RGAGX 473.46 USD 2013-11-01 price ITOT 115.07 USD 2013-11-01 price VEA 204.17 USD 2013-11-01 price VHT 92.34 USD 2013-11-01 price GLD 82.05 USD 2013-11-08 price VBMPX 237.94 USD 2013-11-08 price RGAGX 475.75 USD 2013-11-08 price ITOT 115.01 USD 2013-11-08 price VEA 203.65 USD 2013-11-08 price VHT 93.03 USD 2013-11-08 price GLD 82.07 USD 2013-11-15 price VBMPX 239.10 USD 2013-11-15 price RGAGX 479.44 USD 2013-11-15 price ITOT 115.41 USD 2013-11-15 price VEA 207.23 USD 2013-11-15 price VHT 92.59 USD 2013-11-15 price GLD 80.88 USD 2013-11-22 price VBMPX 239.76 USD 2013-11-22 price RGAGX 473.47 USD 2013-11-22 price ITOT 113.09 USD 2013-11-22 price VEA 207.52 USD 2013-11-22 price VHT 94.25 USD 2013-11-22 price GLD 81.39 USD 2013-11-29 price VBMPX 242.15 USD 2013-11-29 price RGAGX 473.59 USD 2013-11-29 price ITOT 112.81 USD 2013-11-29 price VEA 209.35 USD 2013-11-29 price VHT 94.01 USD 2013-11-29 price GLD 82.04 USD 2013-12-06 price VBMPX 245.86 USD 2013-12-06 price RGAGX 479.66 USD 2013-12-06 price ITOT 113.90 USD 2013-12-06 price VEA 210.71 USD 2013-12-06 price VHT 93.42 USD 2013-12-06 price GLD 82.28 USD 2013-12-13 price VBMPX 243.63 USD 2013-12-13 price RGAGX 483.75 USD 2013-12-13 price ITOT 112.90 USD 2013-12-13 price VEA 211.35 USD 2013-12-13 price VHT 94.54 USD 2013-12-13 price GLD 83.08 USD 2013-12-20 price VBMPX 241.80 USD 2013-12-20 price RGAGX 484.17 USD 2013-12-20 price ITOT 112.65 USD 2013-12-20 price VEA 212.67 USD 2013-12-20 price VHT 93.05 USD 2013-12-20 price GLD 80.92 USD 2013-12-27 price VBMPX 243.89 USD 2013-12-27 price RGAGX 488.92 USD 2013-12-27 price ITOT 111.82 USD 2013-12-27 price VEA 214.01 USD 2013-12-27 price VHT 92.71 USD 2013-12-27 price GLD 84.25 USD 2014-01-03 price VBMPX 244.72 USD 2014-01-03 price RGAGX 493.83 USD 2014-01-03 price ITOT 112.82 USD 2014-01-03 price VEA 214.14 USD 2014-01-03 price VHT 94.11 USD 2014-01-03 price GLD 84.95 USD 2014-01-10 price VBMPX 245.18 USD 2014-01-10 price RGAGX 493.41 USD 2014-01-10 price ITOT 114.79 USD 2014-01-10 price VEA 217.13 USD 2014-01-10 price VHT 93.80 USD 2014-01-10 price GLD 85.87 USD 2014-01-17 price VBMPX 249.52 USD 2014-01-17 price RGAGX 489.65 USD 2014-01-17 price ITOT 116.02 USD 2014-01-17 price VEA 218.22 USD 2014-01-17 price VHT 93.58 USD 2014-01-17 price GLD 87.39 USD 2014-01-24 price VBMPX 248.68 USD 2014-01-24 price RGAGX 490.32 USD 2014-01-24 price ITOT 116.53 USD 2014-01-24 price VEA 221.94 USD 2014-01-24 price VHT 94.65 USD 2014-01-24 price GLD 87.35 USD 2014-01-31 price VBMPX 243.33 USD 2014-01-31 price RGAGX 495.47 USD 2014-01-31 price ITOT 117.55 USD 2014-01-31 price VEA 220.42 USD 2014-01-31 price VHT 93.51 USD 2014-01-31 price GLD 89.52 USD 2014-02-07 price VBMPX 245.72 USD 2014-02-07 price RGAGX 493.71 USD 2014-02-07 price ITOT 118.23 USD 2014-02-07 price VEA 220.28 USD 2014-02-07 price VHT 95.44 USD 2014-02-07 price GLD 90.42 USD 2014-02-14 price VBMPX 245.77 USD 2014-02-14 price RGAGX 487.42 USD 2014-02-14 price ITOT 119.63 USD 2014-02-14 price VEA 218.57 USD 2014-02-14 price VHT 95.80 USD 2014-02-14 price GLD 92.70 USD 2014-02-21 price VBMPX 245.00 USD 2014-02-21 price RGAGX 482.51 USD 2014-02-21 price ITOT 118.90 USD 2014-02-21 price VEA 219.25 USD 2014-02-21 price VHT 96.71 USD 2014-02-21 price GLD 93.58 USD 2014-02-28 price VBMPX 252.60 USD 2014-02-28 price RGAGX 483.46 USD 2014-02-28 price ITOT 117.35 USD 2014-02-28 price VEA 219.98 USD 2014-02-28 price VHT 96.18 USD 2014-02-28 price GLD 89.70 USD 2014-03-07 price VBMPX 248.79 USD 2014-03-07 price RGAGX 489.62 USD 2014-03-07 price ITOT 116.48 USD 2014-03-07 price VEA 221.69 USD 2014-03-07 price VHT 96.00 USD 2014-03-07 price GLD 87.59 USD 2014-03-14 price VBMPX 249.06 USD 2014-03-14 price RGAGX 488.60 USD 2014-03-14 price ITOT 117.37 USD 2014-03-14 price VEA 225.65 USD 2014-03-14 price VHT 97.64 USD 2014-03-14 price GLD 87.34 USD 2014-03-21 price VBMPX 250.87 USD 2014-03-21 price RGAGX 491.19 USD 2014-03-21 price ITOT 118.84 USD 2014-03-21 price VEA 224.73 USD 2014-03-21 price VHT 100.71 USD 2014-03-21 price GLD 90.97 USD 2014-03-28 price VBMPX 251.29 USD 2014-03-28 price RGAGX 489.44 USD 2014-03-28 price ITOT 116.78 USD 2014-03-28 price VEA 226.90 USD 2014-03-28 price VHT 100.31 USD 2014-03-28 price GLD 93.57 USD 2014-04-04 price VBMPX 259.78 USD 2014-04-04 price RGAGX 492.19 USD 2014-04-04 price ITOT 117.98 USD 2014-04-04 price VEA 229.29 USD 2014-04-04 price VHT 99.28 USD 2014-04-04 price GLD 93.98 USD 2014-04-11 price VBMPX 263.33 USD 2014-04-11 price RGAGX 484.79 USD 2014-04-11 price ITOT 116.49 USD 2014-04-11 price VEA 230.25 USD 2014-04-11 price VHT 102.25 USD 2014-04-11 price GLD 97.23 USD 2014-04-18 price VBMPX 261.60 USD 2014-04-18 price RGAGX 480.27 USD 2014-04-18 price ITOT 117.28 USD 2014-04-18 price VEA 230.86 USD 2014-04-18 price VHT 101.52 USD 2014-04-18 price GLD 98.37 USD 2014-04-25 price VBMPX 261.54 USD 2014-04-25 price RGAGX 480.28 USD 2014-04-25 price ITOT 121.38 USD 2014-04-25 price VEA 230.40 USD 2014-04-25 price VHT 101.53 USD 2014-04-25 price GLD 102.82 USD 2014-05-02 price VBMPX 259.48 USD 2014-05-02 price RGAGX 490.27 USD 2014-05-02 price ITOT 120.44 USD 2014-05-02 price VEA 229.35 USD 2014-05-02 price VHT 102.26 USD 2014-05-02 price GLD 103.23 USD 2014-05-09 price VBMPX 255.61 USD 2014-05-09 price RGAGX 486.56 USD 2014-05-09 price ITOT 117.96 USD 2014-05-09 price VEA 230.46 USD 2014-05-09 price VHT 102.62 USD 2014-05-09 price GLD 102.16 USD 2014-05-16 price VBMPX 259.09 USD 2014-05-16 price RGAGX 479.24 USD 2014-05-16 price ITOT 116.76 USD 2014-05-16 price VEA 230.07 USD 2014-05-16 price VHT 101.99 USD 2014-05-16 price GLD 102.93 USD 2014-05-23 price VBMPX 262.06 USD 2014-05-23 price RGAGX 475.06 USD 2014-05-23 price ITOT 115.60 USD 2014-05-23 price VEA 224.80 USD 2014-05-23 price VHT 104.61 USD 2014-05-23 price GLD 105.11 USD 2014-05-30 price VBMPX 261.93 USD 2014-05-30 price RGAGX 467.27 USD 2014-05-30 price ITOT 113.33 USD 2014-05-30 price VEA 223.11 USD 2014-05-30 price VHT 104.18 USD 2014-05-30 price GLD 104.04 USD 2014-06-06 price VBMPX 261.89 USD 2014-06-06 price RGAGX 467.50 USD 2014-06-06 price ITOT 112.00 USD 2014-06-06 price VEA 222.68 USD 2014-06-06 price VHT 104.12 USD 2014-06-06 price GLD 103.34 USD 2014-06-13 price VBMPX 257.59 USD 2014-06-13 price RGAGX 463.42 USD 2014-06-13 price ITOT 111.16 USD 2014-06-13 price VEA 224.12 USD 2014-06-13 price VHT 105.12 USD 2014-06-13 price GLD 101.66 USD 2014-06-20 price VBMPX 253.04 USD 2014-06-20 price RGAGX 466.36 USD 2014-06-20 price ITOT 111.59 USD 2014-06-20 price VEA 226.91 USD 2014-06-20 price VHT 105.85 USD 2014-06-20 price GLD 103.02 USD 2014-06-27 price VBMPX 253.20 USD 2014-06-27 price RGAGX 458.92 USD 2014-06-27 price ITOT 113.70 USD 2014-06-27 price VEA 227.30 USD 2014-06-27 price VHT 107.98 USD 2014-06-27 price GLD 105.15 USD 2014-07-04 price VBMPX 250.85 USD 2014-07-04 price RGAGX 458.47 USD 2014-07-04 price ITOT 114.28 USD 2014-07-04 price VEA 229.14 USD 2014-07-04 price VHT 108.60 USD 2014-07-04 price GLD 106.62 USD 2014-07-11 price VBMPX 249.53 USD 2014-07-11 price RGAGX 456.35 USD 2014-07-11 price ITOT 115.71 USD 2014-07-11 price VEA 231.22 USD 2014-07-11 price VHT 108.92 USD 2014-07-11 price GLD 104.01 USD 2014-07-18 price VBMPX 246.05 USD 2014-07-18 price RGAGX 448.81 USD 2014-07-18 price ITOT 117.22 USD 2014-07-18 price VEA 233.35 USD 2014-07-18 price VHT 108.98 USD 2014-07-18 price GLD 106.34 USD 2014-07-25 price VBMPX 240.39 USD 2014-07-25 price RGAGX 450.07 USD 2014-07-25 price ITOT 116.73 USD 2014-07-25 price VEA 230.16 USD 2014-07-25 price VHT 109.10 USD 2014-07-25 price GLD 107.97 USD 2014-08-01 price VBMPX 247.75 USD 2014-08-01 price RGAGX 458.71 USD 2014-08-01 price ITOT 116.40 USD 2014-08-01 price VEA 230.59 USD 2014-08-01 price VHT 107.96 USD 2014-08-01 price GLD 109.36 USD 2014-08-08 price VBMPX 257.11 USD 2014-08-08 price RGAGX 451.49 USD 2014-08-08 price ITOT 113.63 USD 2014-08-08 price VEA 231.59 USD 2014-08-08 price VHT 111.63 USD 2014-08-08 price GLD 110.12 USD 2014-08-15 price VBMPX 261.77 USD 2014-08-15 price RGAGX 456.39 USD 2014-08-15 price ITOT 113.51 USD 2014-08-15 price VEA 232.81 USD 2014-08-15 price VHT 112.55 USD 2014-08-15 price GLD 110.02 USD 2014-08-22 price VBMPX 265.74 USD 2014-08-22 price RGAGX 463.04 USD 2014-08-22 price ITOT 114.37 USD 2014-08-22 price VEA 230.61 USD 2014-08-22 price VHT 113.38 USD 2014-08-22 price GLD 107.96 USD 2014-08-29 price VBMPX 258.44 USD 2014-08-29 price RGAGX 462.60 USD 2014-08-29 price ITOT 116.59 USD 2014-08-29 price VEA 231.54 USD 2014-08-29 price VHT 114.93 USD 2014-08-29 price GLD 106.15 USD 2014-09-05 price VBMPX 253.03 USD 2014-09-05 price RGAGX 464.45 USD 2014-09-05 price ITOT 118.46 USD 2014-09-05 price VEA 230.71 USD 2014-09-05 price VHT 116.37 USD 2014-09-05 price GLD 109.22 USD 2014-09-12 price VBMPX 254.43 USD 2014-09-12 price RGAGX 475.08 USD 2014-09-12 price ITOT 119.61 USD 2014-09-12 price VEA 231.02 USD 2014-09-12 price VHT 115.98 USD 2014-09-12 price GLD 111.82 USD 2014-09-19 price VBMPX 250.85 USD 2014-09-19 price RGAGX 476.71 USD 2014-09-19 price ITOT 119.88 USD 2014-09-19 price VEA 231.31 USD 2014-09-19 price VHT 121.24 USD 2014-09-19 price GLD 111.33 USD 2014-09-26 price VBMPX 243.11 USD 2014-09-26 price RGAGX 477.67 USD 2014-09-26 price ITOT 120.33 USD 2014-09-26 price VEA 232.01 USD 2014-09-26 price VHT 122.77 USD 2014-09-26 price GLD 108.77 USD 2014-10-03 price VBMPX 237.76 USD 2014-10-03 price RGAGX 478.66 USD 2014-10-03 price ITOT 121.06 USD 2014-10-03 price VEA 231.34 USD 2014-10-03 price VHT 121.64 USD 2014-10-03 price GLD 106.87 USD 2014-10-10 price VBMPX 233.17 USD 2014-10-10 price RGAGX 481.04 USD 2014-10-10 price ITOT 120.82 USD 2014-10-10 price VEA 232.28 USD 2014-10-10 price VHT 123.10 USD 2014-10-10 price GLD 109.66 USD 2014-10-17 price VBMPX 224.68 USD 2014-10-17 price RGAGX 486.12 USD 2014-10-17 price ITOT 121.82 USD 2014-10-17 price VEA 233.86 USD 2014-10-17 price VHT 121.91 USD 2014-10-17 price GLD 111.64 USD 2014-10-24 price VBMPX 214.82 USD 2014-10-24 price RGAGX 481.96 USD 2014-10-24 price ITOT 121.60 USD 2014-10-24 price VEA 235.92 USD 2014-10-24 price VHT 120.25 USD 2014-10-24 price GLD 112.36 USD 2014-10-31 price VBMPX 221.99 USD 2014-10-31 price RGAGX 478.69 USD 2014-10-31 price ITOT 119.55 USD 2014-10-31 price VEA 236.42 USD 2014-10-31 price VHT 122.58 USD 2014-10-31 price GLD 113.99 USD 2014-11-07 price VBMPX 222.84 USD 2014-11-07 price RGAGX 473.84 USD 2014-11-07 price ITOT 121.05 USD 2014-11-07 price VEA 236.31 USD 2014-11-07 price VHT 124.89 USD 2014-11-07 price GLD 117.26 USD 2014-11-14 price VBMPX 229.74 USD 2014-11-14 price RGAGX 469.55 USD 2014-11-14 price ITOT 123.19 USD 2014-11-14 price VEA 235.35 USD 2014-11-14 price VHT 124.48 USD 2014-11-14 price GLD 116.78 USD 2014-11-21 price VBMPX 228.42 USD 2014-11-21 price RGAGX 483.46 USD 2014-11-21 price ITOT 122.38 USD 2014-11-21 price VEA 231.59 USD 2014-11-21 price VHT 126.36 USD 2014-11-21 price GLD 116.50 USD 2014-11-28 price VBMPX 227.99 USD 2014-11-28 price RGAGX 488.86 USD 2014-11-28 price ITOT 120.28 USD 2014-11-28 price VEA 231.35 USD 2014-11-28 price VHT 127.44 USD 2014-11-28 price GLD 121.94 USD 2014-12-05 price VBMPX 229.45 USD 2014-12-05 price RGAGX 491.91 USD 2014-12-05 price ITOT 123.23 USD 2014-12-05 price VEA 231.63 USD 2014-12-05 price VHT 125.51 USD 2014-12-05 price GLD 125.82 USD 2014-12-12 price VBMPX 228.25 USD 2014-12-12 price RGAGX 497.57 USD 2014-12-12 price ITOT 120.80 USD 2014-12-12 price VEA 232.98 USD 2014-12-12 price VHT 125.90 USD 2014-12-12 price GLD 126.52 USD 2014-12-19 price VBMPX 233.19 USD 2014-12-19 price RGAGX 503.67 USD 2014-12-19 price ITOT 122.03 USD 2014-12-19 price VEA 234.34 USD 2014-12-19 price VHT 128.14 USD 2014-12-19 price GLD 129.96 USD 2014-12-26 price VBMPX 233.39 USD 2014-12-26 price RGAGX 507.77 USD 2014-12-26 price ITOT 120.44 USD 2014-12-26 price VEA 232.95 USD 2014-12-26 price VHT 126.81 USD 2014-12-26 price GLD 133.53 USD 2015-01-02 price VBMPX 240.90 USD 2015-01-02 price RGAGX 507.52 USD 2015-01-02 price ITOT 119.06 USD 2015-01-02 price VEA 233.84 USD 2015-01-02 price VHT 128.82 USD 2015-01-02 price GLD 132.70 USD 2015-01-09 price VBMPX 244.58 USD 2015-01-09 price RGAGX 506.06 USD 2015-01-09 price ITOT 118.33 USD 2015-01-09 price VEA 237.27 USD 2015-01-09 price VHT 129.35 USD 2015-01-09 price GLD 129.25 USD 2015-01-16 price VBMPX 246.42 USD 2015-01-16 price RGAGX 509.57 USD 2015-01-16 price ITOT 119.94 USD 2015-01-16 price VEA 234.72 USD 2015-01-16 price VHT 127.21 USD 2015-01-16 price GLD 128.59 USD 2015-01-23 price VBMPX 253.80 USD 2015-01-23 price RGAGX 514.64 USD 2015-01-23 price ITOT 119.99 USD 2015-01-23 price VEA 235.53 USD 2015-01-23 price VHT 129.79 USD 2015-01-23 price GLD 126.47 USD 2015-01-30 price VBMPX 256.81 USD 2015-01-30 price RGAGX 526.63 USD 2015-01-30 price ITOT 121.46 USD 2015-01-30 price VEA 234.82 USD 2015-01-30 price VHT 131.29 USD 2015-01-30 price GLD 124.91 USD 2015-02-06 price VBMPX 259.03 USD 2015-02-06 price RGAGX 523.10 USD 2015-02-06 price ITOT 121.41 USD 2015-02-06 price VEA 237.20 USD 2015-02-06 price VHT 131.82 USD 2015-02-06 price GLD 125.04 USD 2015-02-13 price VBMPX 253.93 USD 2015-02-13 price RGAGX 537.44 USD 2015-02-13 price ITOT 122.72 USD 2015-02-13 price VEA 235.21 USD 2015-02-13 price VHT 130.50 USD 2015-02-13 price GLD 123.63 USD 2015-02-20 price VBMPX 255.14 USD 2015-02-20 price RGAGX 536.30 USD 2015-02-20 price ITOT 123.67 USD 2015-02-20 price VEA 236.80 USD 2015-02-20 price VHT 129.85 USD 2015-02-20 price GLD 126.96 USD 2015-02-27 price VBMPX 260.60 USD 2015-02-27 price RGAGX 546.33 USD 2015-02-27 price ITOT 123.43 USD 2015-02-27 price VEA 236.60 USD 2015-02-27 price VHT 128.58 USD 2015-02-27 price GLD 126.30 USD 2015-03-06 price VBMPX 264.20 USD 2015-03-06 price RGAGX 537.09 USD 2015-03-06 price ITOT 124.74 USD 2015-03-06 price VEA 238.51 USD 2015-03-06 price VHT 128.96 USD 2015-03-06 price GLD 125.65 USD 2015-03-13 price VBMPX 267.60 USD 2015-03-13 price RGAGX 535.79 USD 2015-03-13 price ITOT 124.64 USD 2015-03-13 price VEA 240.08 USD 2015-03-13 price VHT 127.88 USD 2015-03-13 price GLD 127.23 USD 2015-03-20 price VBMPX 272.05 USD 2015-03-20 price RGAGX 533.82 USD 2015-03-20 price ITOT 124.90 USD 2015-03-20 price VEA 239.89 USD 2015-03-20 price VHT 127.87 USD 2015-03-20 price GLD 129.83 USD 2015-03-27 price VBMPX 274.95 USD 2015-03-27 price RGAGX 533.88 USD 2015-03-27 price ITOT 128.36 USD 2015-03-27 price VEA 240.12 USD 2015-03-27 price VHT 130.96 USD 2015-03-27 price GLD 131.29 USD 2015-04-03 price VBMPX 275.32 USD 2015-04-03 price RGAGX 537.74 USD 2015-04-03 price ITOT 131.10 USD 2015-04-03 price VEA 241.68 USD 2015-04-03 price VHT 131.98 USD 2015-04-03 price GLD 133.16 USD 2015-04-10 price VBMPX 278.66 USD 2015-04-10 price RGAGX 544.04 USD 2015-04-10 price ITOT 133.56 USD 2015-04-10 price VEA 241.87 USD 2015-04-10 price VHT 133.12 USD 2015-04-10 price GLD 131.31 USD 2015-04-17 price VBMPX 277.75 USD 2015-04-17 price RGAGX 555.36 USD 2015-04-17 price ITOT 132.89 USD 2015-04-17 price VEA 243.06 USD 2015-04-17 price VHT 132.23 USD 2015-04-17 price GLD 136.38 USD 2015-04-24 price VBMPX 275.00 USD 2015-04-24 price RGAGX 572.58 USD 2015-04-24 price ITOT 133.68 USD 2015-04-24 price VEA 245.60 USD 2015-04-24 price VHT 133.78 USD 2015-04-24 price GLD 138.97 USD 2015-05-01 price VBMPX 271.19 USD 2015-05-01 price RGAGX 575.09 USD 2015-05-01 price ITOT 132.17 USD 2015-05-01 price VEA 247.91 USD 2015-05-01 price VHT 132.65 USD 2015-05-01 price GLD 142.18 USD 2015-05-08 price VBMPX 271.81 USD 2015-05-08 price RGAGX 580.28 USD 2015-05-08 price ITOT 130.67 USD 2015-05-08 price VEA 247.69 USD 2015-05-08 price VHT 131.19 USD 2015-05-08 price GLD 140.93 USD 2015-05-15 price VBMPX 273.84 USD 2015-05-15 price RGAGX 568.97 USD 2015-05-15 price ITOT 133.11 USD 2015-05-15 price VEA 246.27 USD 2015-05-15 price VHT 130.76 USD 2015-05-15 price GLD 141.87 USD 2015-05-22 price VBMPX 266.27 USD 2015-05-22 price RGAGX 567.32 USD 2015-05-22 price ITOT 131.33 USD 2015-05-22 price VEA 245.35 USD 2015-05-22 price VHT 130.08 USD 2015-05-22 price GLD 143.20 USD 2015-05-29 price VBMPX 264.48 USD 2015-05-29 price RGAGX 567.45 USD 2015-05-29 price ITOT 130.80 USD 2015-05-29 price VEA 243.06 USD 2015-05-29 price VHT 132.64 USD 2015-05-29 price GLD 140.93 USD 2015-06-05 price VBMPX 262.37 USD 2015-06-05 price RGAGX 571.21 USD 2015-06-05 price ITOT 129.59 USD 2015-06-05 price VEA 243.51 USD 2015-06-05 price VHT 133.20 USD 2015-06-05 price GLD 137.85 USD 2015-06-12 price VBMPX 264.55 USD 2015-06-12 price RGAGX 585.83 USD 2015-06-12 price ITOT 129.42 USD 2015-06-12 price VEA 244.20 USD 2015-06-12 price VHT 134.57 USD 2015-06-12 price GLD 137.28 USD 2015-06-19 price VBMPX 270.00 USD 2015-06-19 price RGAGX 587.23 USD 2015-06-19 price ITOT 130.25 USD 2015-06-19 price VEA 243.36 USD 2015-06-19 price VHT 133.36 USD 2015-06-19 price GLD 133.58 USD 2015-06-26 price VBMPX 275.91 USD 2015-06-26 price RGAGX 577.69 USD 2015-06-26 price ITOT 133.70 USD 2015-06-26 price VEA 246.79 USD 2015-06-26 price VHT 132.49 USD 2015-06-26 price GLD 133.00 USD 2015-07-03 price VBMPX 273.55 USD 2015-07-03 price RGAGX 583.72 USD 2015-07-03 price ITOT 133.70 USD 2015-07-03 price VEA 249.86 USD 2015-07-03 price VHT 135.67 USD 2015-07-03 price GLD 136.95 USD 2015-07-10 price VBMPX 279.07 USD 2015-07-10 price RGAGX 581.63 USD 2015-07-10 price ITOT 134.19 USD 2015-07-10 price VEA 247.98 USD 2015-07-10 price VHT 134.32 USD 2015-07-10 price GLD 137.14 USD 2015-07-17 price VBMPX 280.15 USD 2015-07-17 price RGAGX 584.10 USD 2015-07-17 price ITOT 135.13 USD 2015-07-17 price VEA 249.62 USD 2015-07-17 price VHT 136.28 USD 2015-07-17 price GLD 137.09 USD 2015-07-24 price VBMPX 280.35 USD 2015-07-24 price RGAGX 584.42 USD 2015-07-24 price ITOT 136.19 USD 2015-07-24 price VEA 250.02 USD 2015-07-24 price VHT 136.73 USD 2015-07-24 price GLD 134.51 USD 2015-07-31 price VBMPX 283.95 USD 2015-07-31 price RGAGX 581.91 USD 2015-07-31 price ITOT 134.19 USD 2015-07-31 price VEA 249.08 USD 2015-07-31 price VHT 137.70 USD 2015-07-31 price GLD 137.54 USD 2015-08-07 price VBMPX 280.17 USD 2015-08-07 price RGAGX 599.78 USD 2015-08-07 price ITOT 135.71 USD 2015-08-07 price VEA 249.37 USD 2015-08-07 price VHT 139.30 USD 2015-08-07 price GLD 136.70 USD 2015-08-14 price VBMPX 279.53 USD 2015-08-14 price RGAGX 596.14 USD 2015-08-14 price ITOT 136.04 USD 2015-08-14 price VEA 249.42 USD 2015-08-14 price VHT 141.12 USD 2015-08-14 price GLD 134.01 USD 2015-08-21 price VBMPX 276.34 USD 2015-08-21 price RGAGX 592.85 USD 2015-08-21 price ITOT 134.45 USD 2015-08-21 price VEA 249.19 USD 2015-08-21 price VHT 141.63 USD 2015-08-21 price GLD 133.62 USD 2015-08-28 price VBMPX 275.77 USD 2015-08-28 price RGAGX 584.66 USD 2015-08-28 price ITOT 135.69 USD 2015-08-28 price VEA 249.68 USD 2015-08-28 price VHT 139.66 USD 2015-08-28 price GLD 134.88 USD 2015-09-04 price VBMPX 277.90 USD 2015-09-04 price RGAGX 587.85 USD 2015-09-04 price ITOT 133.55 USD 2015-09-04 price VEA 248.75 USD 2015-09-04 price VHT 138.46 USD 2015-09-04 price GLD 137.74 USD 2015-09-11 price VBMPX 279.64 USD 2015-09-11 price RGAGX 587.96 USD 2015-09-11 price ITOT 132.81 USD 2015-09-11 price VEA 250.43 USD 2015-09-11 price VHT 134.30 USD 2015-09-11 price GLD 138.60 USD 2015-09-18 price VBMPX 283.22 USD 2015-09-18 price RGAGX 596.62 USD 2015-09-18 price ITOT 134.07 USD 2015-09-18 price VEA 248.30 USD 2015-09-18 price VHT 133.85 USD 2015-09-18 price GLD 139.54 USD 2015-09-25 price VBMPX 286.42 USD 2015-09-25 price RGAGX 587.15 USD 2015-09-25 price ITOT 133.00 USD 2015-09-25 price VEA 252.55 USD 2015-09-25 price VHT 133.13 USD 2015-09-25 price GLD 140.98 USD 2015-10-02 price VBMPX 283.21 USD 2015-10-02 price RGAGX 566.36 USD 2015-10-02 price ITOT 130.51 USD 2015-10-02 price VEA 254.07 USD 2015-10-02 price VHT 134.57 USD 2015-10-02 price GLD 142.49 USD 2015-10-09 price VBMPX 291.70 USD 2015-10-09 price RGAGX 559.80 USD 2015-10-09 price ITOT 132.50 USD 2015-10-09 price VEA 254.34 USD 2015-10-09 price VHT 135.06 USD 2015-10-09 price GLD 145.41 USD * Cash ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/icon.svg0000644000175000001440000001061600000000000014633 0ustar00jakobusers ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/pyinstaller_spec.spec0000644000175000001440000000141700000000000017415 0ustar00jakobusers# vim: set ft=python: """Pyinstaller spec file for building a binary from fava's cli.py""" from PyInstaller.utils.hooks import collect_submodules from PyInstaller.utils.hooks import collect_data_files from PyInstaller.utils.hooks import copy_metadata # Data files and version info for Fava: datas = collect_data_files("fava") + copy_metadata("fava") # Add all Beancount code (for plugins) and the version file: hiddenimports = collect_submodules("beancount") datas += collect_data_files("beancount") a = Analysis( ["../src/fava/cli.py"], pathex=["."], datas=datas, hiddenimports=hiddenimports, ) pyz = PYZ( a.pure, a.zipped_data, ) exe = EXE( pyz, a.scripts, a.binaries, a.zipfiles, a.datas, [], name="fava", upx=True, ) ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/contrib/pythonanywhere/0000755000175000001440000000000000000000000016242 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/pythonanywhere/README.md0000644000175000001440000000115200000000000017520 0ustar00jakobusersFava has two example pages hosted on [pythonanywhere.com](https://pythonanywhere.com): - [fava.pythonanywhere.com](https://fava.pythonanywhere.com), which runs the latest released version. - [favadev.pythonanywhere.com](https://favadev.pythonanywhere.com), which tracks the HEAD of the GitHub repo ([github.com/beancount/fava](https://github.com/beancount/fava)) There are four parts to both instances: 1. `/home/$USER/update.sh` installs Fava. 2. A cron job that executes this file daily. 3. A WSGI configuration file at `/var/www/fava_pythonanywhere_com_wsgi.py` 4. A web app that uses this file. ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/contrib/pythonanywhere/fava/0000755000175000001440000000000000000000000017157 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/pythonanywhere/fava/fava_pythonanywhere_com_wsgi.py0000644000175000001440000000036200000000000025502 0ustar00jakobusers"""fava wsgi application""" from fava.application import app as application application.config["BEANCOUNT_FILES"] = [ "/home/fava/example.beancount", "/home/fava/budgets-example.beancount", "/home/fava/huge-example.beancount", ] ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/pythonanywhere/fava/update.sh0000644000175000001440000000137500000000000021003 0ustar00jakobusers#!/bin/bash # Start virtualenv virtualenv ~/venv --python=python3.8 source ~/venv/bin/activate # Update fava pip install fava --upgrade rm -f ~/example.beancount ~/budgets-example.beancount ~/huge-example.beancount curl -o ~/example.beancount https://raw.githubusercontent.com/beancount/fava/main/contrib/examples/example.beancount curl -o ~/budgets-example.beancount https://raw.githubusercontent.com/beancount/fava/main/contrib/examples/budgets-example.beancount curl -o ~/huge-example.beancount https://raw.githubusercontent.com/beancount/fava/main/contrib/examples/huge-example.beancount chmod 400 ~/example.beancount chmod 400 ~/budgets-example.beancount chmod 400 ~/huge-example.beancount # Reload web page touch /var/www/fava_pythonanywhere_com_wsgi.py ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.393854 fava-1.20.1/contrib/pythonanywhere/favadev/0000755000175000001440000000000000000000000017656 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/pythonanywhere/favadev/favadev_pythonanywhere_com_wsgi.py0000644000175000001440000000037300000000000026702 0ustar00jakobusers"""fava wsgi application""" from fava.application import app as application application.config["BEANCOUNT_FILES"] = [ "/home/favadev/example.beancount", "/home/favadev/budgets-example.beancount", "/home/favadev/huge-example.beancount", ] ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/pythonanywhere/favadev/update.sh0000644000175000001440000000115200000000000021473 0ustar00jakobusers#!/bin/bash cd ~/fava || exit git fetch git reset --hard origin/main source /home/favadev/.virtualenvs/fava/bin/activate # Update fava make pip install -e ~/fava # Copy example files rm -f ~/example.beancount ~/budgets-example.beancount ~/huge-example.beancount cp contrib/examples/example.beancount ~/example.beancount cp contrib/examples/budgets-example.beancount ~/budgets-example.beancount cp contrib/examples/huge-example.beancount ~/huge-example.beancount chmod 400 ~/example.beancount ~/budgets-example.beancount ~/huge-example.beancount # Reload web page touch /var/www/favadev_pythonanywhere_com_wsgi.py ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/contrib/scripts.py0000755000175000001440000000637600000000000015236 0ustar00jakobusers#!/usr/bin/env python3 """Various utilities.""" import json from os import environ from pathlib import Path import click import requests from beancount.query import query_env from beancount.query import query_parser from fava import LOCALES BASE_PATH = Path(__file__).parent.parent FAVA_PATH = BASE_PATH / "src" / "fava" @click.group() def cli(): """Various utilities.""" def _env_to_list(attributes): for name in attributes.keys(): if isinstance(name, tuple): name = name[0] yield name @cli.command() def generate_bql_grammar_json(): """Generate a JSON file with BQL grammar attributes. The online code editor needs to have the list of available columns, functions, and keywords for syntax highlighting and completion. Should be run whenever the BQL changes.""" target_env = query_env.TargetsEnvironment() data = { "columns": sorted(set(_env_to_list(target_env.columns))), "functions": sorted(set(_env_to_list(target_env.functions))), "keywords": sorted({kw.lower() for kw in query_parser.Lexer.keywords}), } path = BASE_PATH / "frontend" / "src" / "codemirror" / "bql-grammar.ts" path.write_text("export default " + json.dumps(data)) @cli.command() def download_translations(): """Fetch updated translations from POEditor.com.""" token = environ.get("POEDITOR_TOKEN") if not token: raise click.UsageError( "The POEDITOR_TOKEN environment variable needs to be set." ) for language in LOCALES: download_from_poeditor(language, token) @cli.command() def upload_translations(): """Upload .pot message catalog to POEditor.com.""" token = environ.get("POEDITOR_TOKEN") if not token: raise click.UsageError( "The POEDITOR_TOKEN environment variable needs to be set." ) path = FAVA_PATH / "translations" / "messages.pot" click.echo(f"Uploading message catalog: {path}") data = { "api_token": token, "id": 90283, "updating": "terms", # "sync_terms": 1, } with open(path, "rb") as file: files = {"file": file} request = requests.post( "https://api.poeditor.com/v2/projects/upload", data=data, files=files, ) click.echo("Done: " + str(request.json()["result"]["terms"])) # For these languages, the name on POEDITOR is off. POEDITOR_LANGUAGE_NAME = {"zh": "zh-CN", "zh_Hant_TW": "zh-TW"} def download_from_poeditor(language, token): """Download .po-file from POEditor and save to disk.""" click.echo(f'Downloading .po-file for language "{language}"') poeditor_name = POEDITOR_LANGUAGE_NAME.get(language, language) data = { "api_token": token, "id": 90283, "language": poeditor_name, "type": "po", } request = requests.post( "https://api.poeditor.com/v2/projects/export", data=data ) url = request.json()["result"]["url"] content = requests.get(url).content folder = FAVA_PATH / "translations" / language / "LC_MESSAGES" if not folder.exists(): folder.mkdir(parents=True) path = folder / "messages.po" path.write_bytes(content) click.echo(f'Downloaded to "{path}"') if __name__ == "__main__": cli() ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.3971872 fava-1.20.1/docs/0000755000175000001440000000000000000000000012446 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/api.rst0000644000175000001440000000025000000000000013746 0ustar00jakobusersAPI Documentation ================= .. note:: There's no stability guarantee as this is just for internal purposes currently. .. toctree:: :glob: api/fava* ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/changelog.rst0000644000175000001440000003505700000000000015141 0ustar00jakobusersChangelog ========= Unreleased ---------- Nothing yet. v1.20 (2021-09-19) ------------------ In this release, the document page now shows counts in the account tree and allows collapsing of accounts in the tree. Parts of the charts in the future are now desaturated. This release contains a couple of bug fixes as usual. v1.19 (2021-05-18) ------------------ The `conversion` and `interval` options have been removed. Their functionality can be achieved with the new `default-page` option. The editor components have been completely reworked, include autocompletion in more places and are now based on version 6 of CodeMirror. An option `invert-income-liabilities-equity` has been added to invert the numbers of those accounts on the income statement and the balance sheet. This release also adds a Bulgarian translation and features various smaller improvements and fixes as usual. v1.18 (2021-01-16) ------------------ This release contains couple of small improvements and various bug fixes. v1.17 (2020-11-15) ------------------ This release adds a document preview to the import page, as well as support for Python 3.9. It also fixes a couple of bugs. v1.16 (2020-10-18) ------------------ This release brings area charts as an alternative option to view the various line charts in Fava and a Catalan translation for Fava. There is also now an option to set the indentation of inserted Beancount entries. As usual this release also includes various minor fixes and improvements. v1.15 (2020-05-30) ------------------ This release accumulates various minor fixes and improvements, for example the setting of filters from payees and metadata in the Journal report. v1.14 (2020-02-16) ------------------ This is mainly a bugfix release to fix compatibility with one of the main dependencies (werkzeug). Also, a `default-conversion` option was added, which allows setting a default conversion. v1.13 (2020-02-01) ------------------ Fava can now display charts for BQL queries - if they have exactly two columns with the first being a date or string and the second an inventory, then a line chart or treemap chart is shown on the query page. v1.12 (2019-12-03) ------------------ Apart from plenty of bug fixes, this release mainly contains improvements to the forms to add transactions: postings can now be dragged and the full cost syntax of Beancount should supported. v1.11 (2019-08-20) ------------------ The import page of Fava has been reworked - it now supports moving files to the documents folder and the import process should be a bit more interactive. This release also contains various fixes and a new `collapse-pattern` option to collapse accounts in account trees based on regular expressions (and replaces the use of the `fava-collapse-account` metadata entry). Other changes: - Command line flags can be specified by setting environment variables. - A Taiwanese translation has been added. v1.10 (2019-01-31) ------------------ This release contains mostly smaller changes and fixes. In particular, the net worth chart will now follow the selected conversion. v1.9 (2018-10-08) ----------------- In this release, the click behaviour has been updated to allow filtering for payees. The entry input forms now allow inputting prices and costs. As always, bugs have been fixed. v1.8 (2018-07-25) ----------------- The journal design has been updated and should now have a clearer structure. Starting with this version, there will not be any more GUI releases of Fava. The GUI broke frequently and does not seem to worth the maintenance burden. Other changes: - When downloading documents, the original filename will be used. - `any()` and `all()` functions have been added to the filter syntax to allow filtering entries by properties of their postings. - As always, bugs have been fixed. v1.7 (2018-03-09) ----------------- The entry filters have been reworked in this release and should now support for more flexible filtering of the entries. See the help page on how the new syntax works. Also, when completing the payee in the transaction form, the postings of the last transaction for this payee will be auto-filled. Other changes: - The fava-option to hide the charts has been removed. This is now tracked in the page URL. - As always, bugs have been fixed. v1.6 (2017-10-06) ----------------- This is a release with various small changes and mainly some speed improvements to the Balance Sheet and the net worth calculation. Also, if 'At Value' is selected, the current unrealized gain is shown in parentheses in the Balance Sheet. Other changes: - The currently filtered entries can now be exported from the Journal page. - The CLI now has a ``--version`` flag. v1.5 (2017-07-23) ----------------- Fava now has an interface to edit single entries. Clicking on the entry date in the Journal will open an overlay that shows the entry context and allows editing just the lines of that entry. Other changes: - The source editor now has a menu that gives access to editor commands like "fold all". - Entries with matching tags or links can now be excluded with ``-#tag``. - The keyboard shortcuts are now displayed in-place. - The ``incognito`` option has been removed and replaced with a ``--incognito`` command line switch. - As always, several bugs have been fixed. v1.4 (2017-05-14) ----------------- Fava now provides an interface for Beancount's import system that allows you to import transactions from your bank for example. Fava can now show your balances at market value or convert them to a single currency if your file contains the necessary price information. We now also provide a compiled GUI version of Fava for Linux and macOS. This version might still be a bit buggy so any feedback/help on it is very welcome. Other changes: - The ``insert-entry`` option can be used to control where transactions are inserted. - The transaction form now accepts tags and links in the narration field. - Budgets are now accumulated over all children where appropriate. - As always, several bugs have been fixed. Thanks to :user:`TZdyrski` and :user:`Akuukis` for their contributions. v1.3 (2017-03-15) ----------------- The translations of Fava are now on `POEditor.com `__, which has helped us get translations in five more languages: Chinese (simplified), Dutch, French, Portuguese, and Spanish. A big thank you to the new translators! The transaction form has been improved, it now supports adding metadata and the suggestions will be ranked by how often and recently they occur (using exponential decay). The Query page supports all commands of the ``bean-query`` shell and shares its history of recently used queries. Fava has gained a basic extension mechanism. Extensions allow you to run hooks at various points, e.g., after adding a transaction. They are specified using the ``extensions`` option and for an example, see the ``fava.ext.auto_commit`` extension. Other changes: - The default sort order in journals has been reversed so that the most recent entries come first. - The new ``incognito`` option can be used to obscure all numbers. - As always, several bugs have been fixed. Thanks to :user:`johannesharms` and :user:`xentac` for their contributions. v1.2 (2016-12-25) ----------------- You can now add transactions from within Fava. The form supports autocompletion for most fields. Fava will now show a little bubble in the sidebar for the number of events in the next week. This can be configured with the ``upcoming-events`` option. Other changes: - The payee filter can filter by regular expression. - The tag filter can filter for links, too. - There's a nice spinning indicator during asynchronous page loads. - The Journal shows little indicators for metadata. - As always, several bugs have been fixed. Thanks to :user:`fokusov` for their contributions. v1.1 (2016-11-19) ----------------- You can now upload documents by dropping them onto transactions, which will also add the file path as `statement` metadata to the transaction. Fava also ships with a plugin to link these transactions with the generated documents. See the help pages for details. This is the first release for which we provide compiled binaries (for macOS and Linux). These do not have any dependencies and can simply be executed from the terminal. Other changes: - The bar charts on account pages now also show budgets. - The Journal can now be sorted by date, flag and narration. - Fava now has a Russian translation, thanks to :user:`fokusov`. - As always, several bugs have been fixed. Thanks to :user:`adamgibbins` and :user:`xentac` for their contributions. v1.0 (2016-10-19) ----------------- This is a major new release that includes too many improvements and changes to list. Some highlights: - The layout has been tweaked and we use some nicer fonts. - Fava looks and works much better on smaller screens. - Fava loads most pages asynchronously, so navigating Fava is much faster and responsive. Fava's configuration is not read from a configuration file anymore but can rather be specified using custom entries in the Beancount file. Some options have also been removed or renamed, so check Fava's help page on the available options when upgrading from v0.3.0. There have been many changes under the hood to improve Fava's codebase and a lot of bugs have been squashed. Thanks to :user:`adamgibbins`, :user:`davidastephens`, :user:`xentac`, and :user:`yegle` for their contributions. v0.3.0 (2016-03-24) ------------------- Additions - Support for switching between multiple beancount files. :bug:`213` - New sunburst charts. :bug:`198` - Add "Clear filter" button when filters are active. :bug:`290` - Simple budgeting functionality in the Account view. See help pages on how to use budgets. :bug:`294` - German translation. :bug:`284` - The Beancount is now being reloaded when it is saved in the Source Editor. - New Journal filter controls. Thanks to :user:`yagebu`. - Tree-tables are now displayed in a hierarchical way. Thanks to :user:`yagebu`. Changes - All charts are now rendered with d3.js. Thanks to :user:`yagebu`. - The title of a page is now shown in the header to save screen space. - Changed shortcut for Journal from ``g g`` to ``g j`` as the Journal was renamed from "General Journal" to "Journal". New configuration options - ``language``: The language to use. Valid languages are ``"en"`` and ``"de"`` (default: ``"en"``). :bug:`284` - ``treemaps-show-negative-numbers`` was removed. Fixes - Commodity prices are now filtered when a Time filter is enabled. :bug:`273` - Some improvements to the help pages. - Many small bug fixes. Thanks to :user:`yagebu`. v0.2.6 (2016-03-20) ------------------- Additions - There are now more interval options available for charts and the account balances report. The interval can be selected from a dropdown next to the charts. :bug:`175` - Show metadata for postings in the Journal. Thanks to :user:`corani`. :bug:`185` - The editor now supports org-mode style folding. Thanks to :user:`corani`. :bug:`209` - Show colored dots for all the postings of a transaction in the Journal report. This way flagged postings can be quickly spotted. :bug:`195` - Add keyboard shortcuts for save to source editor. :bug:`199` Changes - Use beancount's DisplayContext to determine the correct precision at which to render numbers. :bug:`188` - Improve the way that query results are serialized to XLS etc. Thanks to :user:`corani`. :bug:`168` - Show inverse rates for pairs of operating currencies on the commodities report. :bug:`139` - Use Click for the CLI and check if beancount file exists on startup. :bug:`216` - Hide closed accounts in tree tables. Also see new configuration option below. New configuration options - ``editor-strip-trailing-whitespace`` to enable trimming of trailing whitespace in the Source editor (default: "false"). Thanks to :user:`corani`. :bug:`163` - ``show-closed-accounts`` to show closed accounts in tree tables, for example on the balance sheet (default: "false"). :bug:`91` - ``show-accounts-with-zero-balance`` to show accounts with a balance of zero in tree tables (default: "true"). :bug:`91` - ``show-accounts-with-zero-transactions`` to show accounts with no transactions in tree tables (default: "true"). :bug:`91` Fixes - Fixed a bug where the months would be off by one for the interval reports. :bug:`182` - Fix the net worth report for more than one currency. :bug:`207` - Some improvements to the help pages. - Many small bug fixes. v0.2.5 (2016-02-28) ------------------- Bump release to remove unused draft code. v0.2.4 (2016-02-18) ------------------- Additions - Added missing Holdings views compared to ``bean-web``. Thanks to :user:`yagebu`. :bug:`140` - Custom queries are now shown in sidebar. Thanks to :user:`corani`. :bug:`135` - The user settings file is now editable in the Source editor. :bug:`136` - Added second theme. Thanks to Rubén Gómez for the stylesheet. :bug:`59` - Added Help pages. - Query results can now be downloaded as CSV, XLS, XLSX and ODS. :bug:`143` - Documents can now be uploaded by dragging and dropping files over an Account name on the Account page and all tree-tables. :bug:`157` - Journal can now be filtered by transaction type. Thanks to :user:`yagebu`. Changes - The uptodate-indicator is now shown everywhere by default, but only enabled for accounts that have the metadata ``fava-uptodate-indication: "True"`` set on their ``open``-directives. :bug:`35` - Speedier Journal rendering. Thanks to :user:`yagebu`. :bug:`164` - Only basenames will be shown for documents in the Journal. Thanks to :user:`corani`. - Slightly reordered the sidebar menu. - Minor UI tweaks. New configuration options - ``sidebar-show-queries``: The maximum number of custom queries to show in the sidebar (default: 5). - ``theme``: The theme to use. Valid themes are ``"default"`` and ``"alternative"`` (default: ``"default"``). - ``editor-print-margin-column``: Set the column for the print margin in the Source editor (default: 60). :bug:`161` - ``uptodate-indicator-show-everywhere`` (default: "true"). See Changes above. Removed configuration options - ``uptodate-indicator-exclude-accounts``, see Changes above. Fixes - Fixed Net worth calculation. Thanks to :user:`yagebu`. - Many small bug fixes. v0.2.3 (2016-02-15) ------------------- Bumped version to communicate that installing via ``pip install`` now works, all requirements included. Thanks to :user:`blais` and :user:`yagebu`. Earlier Versions ---------------- It was not possible to install any of the earlier versions only using ``pip`` and you may consult the git log for earlier changes. The first commit in the git repository was on December 4th, 2015. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632245047.0 fava-1.20.1/docs/conf.py0000644000175000001440000000321100000000000013742 0ustar00jakobusers# pylint: disable=invalid-name,missing-docstring,redefined-builtin extensions = [ "sphinx.ext.extlinks", "sphinx.ext.napoleon", "sphinx.ext.autodoc", "sphinx.ext.intersphinx", ] intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} # General information about the project. project = "Fava" copyright = "2016, Dominik Aumayr" author = "Dominik Aumayr" extlinks = { "bug": ("https://github.com/beancount/fava/issues/%s", "#"), "user": ("https://github.com/%s", "@"), } autodoc_default_options = { "members": True, "undoc-members": True, } def skip_namedtuples(_app, _what, _name, obj, _options, _lines): docstr = obj.__doc__ if isinstance(docstr, str) and docstr.startswith("Alias for field number"): return True return None def setup(app): app.connect("autodoc-skip-member", skip_namedtuples) desc = 'Web interface for Beancount' # Options for HTML output html_theme = "alabaster" html_static_path = ["static"] html_theme_options = { "logo": "logo.png", "logo_name": True, "logo_text_align": "center", "description": desc, "github_user": "beancount", "github_repo": "fava", "github_button": "false", "show_powered_by": "false", "extra_nav_links": { "fava @ GitHub": "https://github.com/beancount/fava", "Chat": "https://gitter.im/beancount/fava", "Issue Tracker": "https://github.com/beancount/fava/issues", }, "link": "#3572b0", "link_hover": "#1A2F59", } # html_static_path = ['_static'] html_sidebars = {"**": ["about.html", "navigation.html"]} htmlhelp_basename = "favadoc" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/development.rst0000644000175000001440000000305600000000000015526 0ustar00jakobusersDevelopment =========== Setting up a development environment ------------------------------------ If you want to hack on Fava or run the latest development version, make sure you have Python 3 (with `pip`) and Node.js (with `npm`) installed. For running the tests, you will need `tox` and to run the linters you will need `pre-commit`. Then this will get you up and running: .. code:: bash git clone https://github.com/beancount/fava.git cd fava # using a virtual environment is optional, but recommended virtualenv -p python3 venv . venv/bin/activate make pre-commit install # add a pre-commit hook to run linters pip install --editable . You can start Fava in the virtual environment as usual by running ``fava``. Running in debug mode with ``fava --debug`` is useful for development. You can run the tests with ``make test``. After any changes to the Javascript code, you will need to re-run `make`, or, if you are working on the frontend code, running ``npm run dev`` in the ``frontend`` folder will watch for file changes and rebuild the Javascript bundle continuously. If you need a newer version of Beancount than the latest released one, you can install from source like so (more details `here `__): .. code:: bash pip install hg+https://bitbucket.org/blais/beancount#egg=beancount Contributions are very welcome, just open a PR on `GitHub `__. Fava is released under the `MIT License `__. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/generate.py0000644000175000001440000000206600000000000014616 0ustar00jakobusers"""Generate the reST-files for the API documentation. sphinx-apidoc is not customizeable enough to do this. """ import os import pkgutil from os import path import fava MODULES = list(pkgutil.walk_packages(fava.__path__, fava.__name__ + ".")) RST_PATH = path.join(path.dirname(__file__), "api") if not path.isdir(RST_PATH): os.mkdir(RST_PATH) def heading(name, level="-"): """Return the rst-heading for the given heading.""" return f"{name}\n{level * len(name)}\n\n" for package in ["fava"] + [mod.name for mod in MODULES if mod.ispkg]: submodules = [ mod.name for mod in MODULES if mod.name.startswith(package) and not mod.ispkg and "_test" not in mod.name and mod.name.count(".") == package.count(".") + 1 ] with open(path.join(RST_PATH, f"{package}.rst"), "w") as rst: rst.write(heading(package, "=")) rst.write(f".. automodule:: {package}\n\n") for submod in submodules: rst.write(heading(submod, "-")) rst.write(f".. automodule:: {submod}\n\n") ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/index.rst0000644000175000001440000000124000000000000014304 0ustar00jakobusersWelcome to Fava! ================ .. toctree:: :hidden: usage changelog development api Fava is a web interface for the double-entry bookkeeping software `Beancount `__ with a focus on features and usability. You can try out an online `demo `__. .. image:: https://i.imgbox.com/rfb9I7Zw.png If you are new to Fava and Beancount, begin with the :doc:`usage` guide. If you are already familiar with Beancount, this is enough to get you up and running:: pip3 install fava fava ledger.beancount and visit the web interface at `http://localhost:5000 `__. ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.3971872 fava-1.20.1/docs/static/0000755000175000001440000000000000000000000013735 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/static/logo.png0000644000175000001440000001574100000000000015413 0ustar00jakobusersPNG  IHDRmgAMA aIDATx] |Tչ?Β}Ud 2I$}$7J[" RAx}bA\JX|jd%A@BB33af2˹_r{w;{|]1O#{lPF(T^i7Vq\* \Fr%9RMFs7AfMo(SJ4oҫ@Ѷ^ f1!uPoF򕀷e6moӫH!ނ(o 1|Kw/x,p2);J ^Cj!Wd0:z 9a \p5䨆rEa אB: ^Cj!Wd0:z 9! Jh [ݚJG)~GHlI2͂_aO9Iڣ}thw:Rm%Qn2,$-55LMH ʽ0ɂnr+_#Qz+`lݻWF_H2}X&|nZzgdCrrwzO .J0SP))Hݠ~:`֮y`HCyC5F25TX#+f0 páQF4>ӣ\"+D{`F#zǎ}ն?_8 42h2!s(G!h\H%7j*^žo[ӫy:٫i N[K+(\OӇ0mY|r&#l/z uzJPY l OkOh1%Ř=ӧx ؜C,*b܊LO(k%cD٤] 0E!30(nhAƑQoh͍!fg)a<&4)Ч<(XC~Hzt1,R@,3ewFH<@H]5Z 33.;:kA C}PR|\0K~B&whѓצ&zbsSr >8h>:y箎r:uգVέeNENKX-x|=\[y_Vӑ2ߪ~ 6{֗q9]f#) CWOmI,PeLOKkS:jFYhcCDwR!5t: Vl; +4CIo1IScYRq#ObIop>@aP$<|-tZM @0Knq@tѿNJu(mJR4O[+QtWy\1:߉RlB )h~BV'7.Q<09';Y''ue~$&f'+:{ en6o$͈E/oes^F +F{aG>6Q^ԋ-7"]ef en,ZLJ &i[C+6y~Y%{7bԔ-5;G F%6 )=eU:NI,^j5 sfF|;pGL*-*|> $J2jcev/keYCŰm`ټ]iP>: }Űa: N ,K٢ #'p˺Պ;-陻ixCg WO?vY|m8̠%;ޛ)V:0FYTF@໡2܁)ͻ&oCȪmzl![Ln|V D|d G!x6I.]WPGt-uJ:q)诒iD6MmX}DB3E/FU:f1;p$B0{\ J B-`47DϣkD̡2SXUc1Jx0۷ܹD+{O7>KK[mUJw@P.fZ Ohdcɤ[GU@D]!&eEU4Tݕ`f>ҟn9Tp|J an~OcGJx}yc(} 1@&x;D~-C)&m8oOȠŴLV }(yJƩXڮqL0uh8怒(\d-*0 ěAaq`^ܱ$5.6"q*IC)J/NPALʓ&x= 뗨RXԀTC A[>w77c0k=zV**PjDo#j0 V`yZ ( J|tq7c}SFD M$bYR]y=\S5nc9JxswCH*i|8otjf"$Q}xqL簴A wvQR'2#?n_z<99C1<䀠;Eks)ύI"wLhu/j[yMJR7_qC epU<5?za%PȒsՖoy Ò򒦱l.$ĐF:5jZf>a؜*xyA!3ȍC*y=k4g!t|C ђ@բjgс X`}q]nj^yIj>P{Lm0ϣE]-tpֶ1>s:*el;j#4"߳K rA8M|bлsY q4m!uķ[YmNS4k@8up;F mNքR輇leIs+>hFD;}V)RvAFyMn{cQb[KlLcF;8cBsNF,"xl܅̘_wc^H?vD0MWZ0mYVj9W)P"~9r$taW.V߻+N AlހZ6 d6|nlsHWXfK=;꿋sAuynʳ(5n8rdS'N`XWc`P?zHWyGOW D D} xz8f]aϕ7qh{tӰ$~Y"Gᘃ/gn~{EmeƷ#s >k Eҩh.EpQoIىBTOYL 열7Ѓ#07? 2KLIgŭإOv7c//'0wDʿ!Ct`tgl"RRvY]:xQ_Ŋ g y ܈_"_(i#7V(@m>p;=|wqd[Mj8o0 G馞|z9-踇ghWcsA]i&l@p Cz6Gb:|mm۶:=G [B ;JR" C(}U@g i{?rLg7TCs7g#c ~#fYK'٬Pr\0'Nk7{Pl@wLHR._95Jl Mqm9V[9nײ romBj aq؅ͳ c̰:5}OZX3O(Kz*~OBuC ;:Z3Ϲ㑢]kq:ˏ?qPĚJr~[_^A-ɻLD,>;vO)USz+.xطy*j(U85aGլv1*i7@=9wM\ <a>"b^ƼYVE}ޡ&1VMOi >(tR|9񔆳B`IŭUufc}/B_]px8ìO qQ^PȤՂ~8"ZIR]tUBSEru #4kG,iq)EW#^N,+b7S*weez+=~| urT"I9*wv&(-iAWw܍x%{ k 9uPV@W5`t0BT4 U:@R0TUo!tJUN@PUC< )+U9 AU0BT4 U:@R0TUo5i/H$OX}I'0 H:R| X,&~MZ5Ӥ _YmdR5sE?ur#IENDB`././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/docs/usage.rst0000644000175000001440000000370500000000000014311 0ustar00jakobusersGetting Started =============== If you're new to Beancount or double-entry accounting in general, we recommend `Command-line Accounting in Context `__, a motivational document written by Martin Blais, the author of Beancount. To learn how to create your beancount file, refer to `Getting Started with Beancount `__ guide. Martin Blais has written a great deal of very detailed documentation for Beancount, see the `Beancount Documentation `__ page for an index of the available documentation. Installation ------------ Fava is known to run on macOS, Linux, and Windows. You will need `Python 3 `__. Then you can use ``pip`` to install Fava or update your existing Installation by running:: pip install --upgrade fava which will also pull in all required dependencies including Beancount. If you do not have Beancount installed already, you might want to have a look at its `installation instructions `__. If you want to export query results to Microsoft Excel or LibreOffice Calc, use the following command to install the optional dependencies for this feature:: pip install --upgrade fava[excel] Starting Fava ------------- After installing Fava, you can start it by running:: fava ledger.beancount pointing it to your Beancount file -- and visit the web interface at `http://localhost:5000 `__. There are some command-line options available, run ``fava --help`` for an overview. For more information on Fava's features, refer to the help pages that are available through Fava's web-interface. Fava comes with Gmail-style keyboard shortcuts; press ``?`` to show an overview. ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.3971872 fava-1.20.1/frontend/0000755000175000001440000000000000000000000013335 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/.eslintrc.js0000644000175000001440000000327200000000000015600 0ustar00jakobusersconst airbnbConfigOverrides = { "max-classes-per-file": 0, "no-param-reassign": ["error", { props: false }], "no-restricted-syntax": [ "error", "ForInStatement", "LabelStatement", "WithStatement", ], "no-underscore-dangle": 0, "import/extensions": 0, "import/no-unresolved": 0, "import/prefer-default-export": 0, "@typescript-eslint/naming-convention": 0, }; // Sort import statements and members alphabetically. const sortImports = { "sort-imports": ["warn", { ignoreDeclarationSort: true, ignoreCase: true }], "import/order": [ "warn", { "newlines-between": "always", alphabetize: { order: "asc", caseInsensitive: true }, }, ], }; module.exports = { plugins: ["@typescript-eslint", "svelte3"], extends: [ "airbnb-base", "airbnb-typescript/base", "plugin:@typescript-eslint/recommended", "prettier", ], env: { browser: true }, parserOptions: { tsconfigRootDir: __dirname, project: ["./tsconfig.json", "./tsconfig.confs.json"], extraFileExtensions: [".svelte"], }, settings: { // eslint-disable-next-line "svelte3/typescript": () => require("typescript"), }, rules: { ...airbnbConfigOverrides, ...sortImports, "@typescript-eslint/consistent-type-imports": "warn", curly: ["error", "all"], }, overrides: [ { files: "*.svelte", processor: "svelte3/svelte3", rules: { "no-undef-init": 0, "import/first": 0, "import/no-mutable-exports": 0, }, }, { files: "*.ts", parser: "@typescript-eslint/parser", extends: [ "plugin:@typescript-eslint/recommended-requiring-type-checking", ], }, ], }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/build.ts0000644000175000001440000000340300000000000015004 0ustar00jakobusers/* eslint-disable import/no-extraneous-dependencies */ /* eslint-disable no-console */ import chokidar from "chokidar"; import { build } from "esbuild"; import svelte from "esbuild-svelte"; import { typescript } from "svelte-preprocess-esbuild"; /** * Create a debounced function. */ function debounce(func: () => void, wait: number): () => void { let timeout: NodeJS.Timeout | null = null; return () => { if (timeout) { clearTimeout(timeout); } timeout = setTimeout(() => { timeout = null; func(); }, wait); }; } /** * Build the frontend using esbuild. * @param dev - Whether to generate sourcemaps and watch for changes. */ async function runBuild(dev: boolean) { console.log("starting build"); const builder = await build({ entryPoints: ["src/main.ts"], bundle: true, outfile: "../src/fava/static/app.js", loader: { ".woff2": "file", }, // eslint-disable-next-line plugins: [svelte({ preprocess: typescript() })], sourcemap: dev, incremental: dev, }); console.log("finished build"); if (dev && builder.rebuild) { const reb = builder.rebuild; console.log("watching for file changes"); const rebuild = debounce(() => { console.log("starting rebuild"); reb().then( () => { console.log("finished rebuild"); }, (err) => { console.error(err); } ); }, 200); chokidar .watch(["src", "css"], { awaitWriteFinish: true, ignoreInitial: true, }) .on("all", (eventName, path) => { console.log(`${path} ${eventName}`); rebuild(); }); } } if (require.main === module) { const dev = process.argv.includes("--watch"); runBuild(dev).catch(console.error); } ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.4005206 fava-1.20.1/frontend/css/0000755000175000001440000000000000000000000014125 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/aside.css0000644000175000001440000000413600000000000015730 0ustar00jakobusers.aside-button { z-index: var(--z-index-floating-ui); display: none; background-color: var(--sidebar-background); } .aside-button:hover { background-color: var(--sidebar-background); } aside { position: fixed; top: var(--header-height); bottom: 0; left: 0; z-index: var(--z-index-aside); width: var(--aside-width); padding-top: 0.5rem; margin: 0; overflow-y: auto; color: var(--sidebar-color); background-color: var(--sidebar-background); border-right: 1px solid var(--sidebar-border); } aside .navigation { padding-bottom: 0.5rem; margin-bottom: 0.5rem; border-bottom: 1px solid var(--sidebar-border); } aside .navigation:last-child { margin-bottom: 0; border: none; } aside .navigation a { display: block; padding: 0.25em 0.5em 0.25em 1em; color: inherit; } aside .navigation a.selected, aside .navigation a:hover { color: var(--sidebar-hover-color); background-color: var(--sidebar-border); } aside .navigation .secondary { padding: 4px 9px 2px 9px; line-height: 23px; color: inherit; background-color: var(--sidebar-background); } aside .navigation .add-transaction-button { font-size: 23px; } aside .navigation li { position: relative; display: flex; flex-wrap: wrap; } aside .navigation li a:first-child { flex: 1; } aside .navigation .error { background-color: var(--error); } aside .navigation li.error a { color: var(--sidebar-background); } aside .navigation .submenu li a { padding-left: 35px; } aside .navigation .submenu { width: 100%; margin: 0; } aside .navigation .submenu li { font-size: 0.95em; line-height: 0.95em; } aside .navigation .submenu a.selected, aside .navigation .submenu a:hover { filter: brightness(85%); } aside .navigation .error a.selected, aside .navigation .error a:hover { background-color: var(--error); filter: brightness(80%); } aside .navigation .bubble { float: right; padding: 0 8px; font-size: 0.9em; color: var(--sidebar-color); background-color: var(--sidebar-border); border-radius: 12px; } aside .navigation .error .bubble { background-color: var(--transparent-white); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/base.css0000644000175000001440000001516500000000000015561 0ustar00jakobusers/* stylelint-disable no-descending-specificity */ * { box-sizing: border-box; } html, body { margin: 0; font-family: var(--font-family); font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--text-color); background-color: var(--background); } p, ol, ul, dl, table, pre, hr { padding: 0; margin: 0 0 1rem; list-style-type: none; } dl { margin: 0; } code, pre { font-family: var(--font-family-monospaced); white-space: pre; background-color: var(--code-background); border: 1px solid var(--border); border-radius: 3px; } code { padding: 0 4px; line-height: 1; } pre { padding: 6px 10px; overflow: auto; } pre code { padding: 0; margin: 0; line-height: inherit; border: 0; } .pre { white-space: pre-wrap; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 2px 5px; white-space: nowrap; } td.num, th.num { width: 7em; font-family: var(--font-family-monospaced); color: var(--text-color); text-align: right; } thead th, tfoot td { font-weight: 400; color: var(--table-header-text); background-color: var(--table-header-background); border: 1px solid var(--table-border); } tbody tr:nth-child(2n) { background-color: var(--table-background-even); } tbody td { border: 1px solid var(--table-border); } table pre { padding: 0; margin: 0; overflow: inherit; background-color: inherit; border: 0; } h2, h3 { padding: 0; margin: 0 0.5rem 1rem 0; font-weight: 500; color: var(--heading-color); } h2 { font-size: 1.2857em; } h3 { font-size: 1.1429em; } h4, h5 { font-size: 1em; } hr { border: 1px solid var(--border); } b, strong { font-weight: 500; } a { text-decoration: none; } a:link, a:visited { color: var(--link-color); } a:hover, a:focus { color: var(--link-hover-color); } a:active, a:focus, a img { border: 0; outline: none; } /* fake fieldsets to work around browser bugs with
*/ .fieldset { display: flex; flex-wrap: wrap; align-items: center; } button, input, textarea { font: inherit; color: var(--text-color); } input, textarea { padding: 6px 10px; border: 1px solid var(--border-darker); } label { cursor: pointer; } select { font-size: inherit; } input:invalid { border: 1px solid var(--error); outline: none; box-shadow: none; } input[type="text"]::-webkit-calendar-picker-indicator { display: none; } input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button { -webkit-appearance: none; display: none; } input[type="text"]::placeholder { color: var(--placeholder-color); opacity: 1; } input[type="text"]::placeholder:focus { color: var(--placeholder-color); } input[type="text"]:placeholder-shown { background-color: var(--placeholder-background); } button, .button { padding: 6px 10px; color: var(--button-color); cursor: pointer; background-color: var(--button-background); border: 0; border-radius: 0; outline: 0; } h3 .button, h3 button { padding: 4px 8px; font-size: 1rem; font-weight: normal; } a.button { display: inline-block; padding: 2px 6px; } button:focus, button:active, button:hover, .button:focus, .button:active, .button:hover { filter: brightness(90%); box-shadow: 0 0 5px var(--border); } button:disabled, button.inactive, button.muted, .button:disabled, .button.inactive, .button.muted { color: var(--button-muted-color); background-color: var(--button-muted-background); } button.link, .button.link { padding: 0; color: var(--link-color); background: none; } button.link:focus, button.link:active, button.link:hover, .button.link:focus, .button.link:active, .button.link:hover { filter: brightness(90%); box-shadow: none; } button.round, .button.round { height: 1.5em; padding: 0 0.5em; border-radius: 15px; } .button:link, .button:visited { height: 100%; color: var(--background); } .hidden.hidden { display: none; } /* Structural and generic elements */ :root { --transitions: all 0.2s ease-out; } .dragover { background-color: var(--dragover-background); } .headerline { display: flex; flex-wrap: wrap; align-items: center; margin: 0 0 1em; } .headerline h3 { display: inline-block; margin: 0 1.5em 0 0; } .headerline a { color: var(--text-color-lighter); } .headerline a:hover { color: var(--text-color); } kbd { display: inline-block; padding: 3px 6px; margin: 0 1px; font: 0.8em var(--font-family-monospaced); color: var(--text-color-lighter); background-color: var(--background); border: solid 1px var(--border); border-bottom-color: var(--border-darker); border-radius: 3px; box-shadow: inset 0 -1px 0 var(--border-darker); } .keyboard-tooltip { position: absolute; z-index: var(--z-index-keyboard-overlays); display: inline-block; padding: 0.3em 0.5em; font-size: 0.9em; color: var(--background); text-align: center; background-color: var(--text-color); opacity: 0.9; } /* * Components */ .spacer { flex-grow: 1; } .row { display: flex; flex-wrap: wrap; padding: 5px; margin: -10px -20px; } .column { flex: 1; margin: 5px; } .column h3 { text-align: center; } .left { float: left; margin-right: 20px; } .right { float: right; } .status-indicator { display: inline-block; width: 6px; height: 6px; margin: 5px; border-radius: 6px; } td .status-indicator { float: right; margin-top: 3px; margin-left: 3px; } .status-indicator:hover { cursor: pointer; } .status-indicator.status-red { background-color: var(--red); } .status-indicator.status-yellow { background-color: var(--yellow); } .status-indicator.status-green { background-color: var(--green); } .status-indicator.status-gray { background-color: var(--gray); } .statistics-update-activity .indicator-header { padding-left: 0; } .statistics-update-activity .uptodate-indicator { text-align: center; } .statistics-update-activity .status-indicator { margin: 0 auto; } [data-sort] { position: relative; padding-right: 18px; cursor: pointer; } [data-order="desc"]::after { position: absolute; top: 12px; right: 4px; display: block; content: ""; border-top: 5px solid var(--text-color-lightest); border-right: 5px solid transparent; border-left: 5px solid transparent; } [data-order="asc"]::after { position: absolute; top: 10px; right: 4px; display: block; content: ""; border-right: 5px solid transparent; border-bottom: 5px solid var(--text-color-lightest); border-left: 5px solid transparent; } /* * View-specific and tables */ .options td { text-align: left; } .options td:nth-child(1) { font-weight: 500; } .options td:nth-child(2) { white-space: normal; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/charts.css0000644000175000001440000000137700000000000016133 0ustar00jakobuserssvg text { font-family: var(--font-family); fill: var(--text-color-lightest); } .tooltip { position: absolute; z-index: var(--z-index-floating-ui); min-width: 5em; padding: 0.5em; font-family: var(--font-family-monospaced); text-align: center; pointer-events: none; background: var(--background); border: 1px solid var(--border); box-shadow: 0 0 5px var(--border); opacity: 0; transform: translate(-50%, -100%); } .tooltip::before { position: absolute; top: 100%; left: 50%; width: 0; height: 0; margin-left: -15px; content: ""; border: 15px solid transparent; border-top-color: var(--border); } .tooltip em { display: block; margin-top: 5px; font-family: var(--font-family); color: var(--text-color-lightest); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/components.css0000644000175000001440000000165700000000000017035 0ustar00jakobusersdetails { display: block; min-width: 400px; margin-bottom: 0.5em; border: 1px solid var(--table-border); } details.inactive { opacity: 0.5; } details summary { position: relative; display: flex; align-items: center; padding: 5px 10px 5px 30px; cursor: pointer; background-color: var(--sidebar-background); } details summary::before { position: absolute; top: 50%; left: 10px; margin-right: 0.5em; content: ""; border-top: 9px solid var(--treetable-expander); border-right: 6px solid transparent; border-left: 6px solid transparent; transform: translateY(-50%) rotate(270deg); } details summary::-webkit-details-marker { display: none; } details.error summary { background-color: var(--error); } details[open] summary::before { transform: translateY(-50%) rotate(0deg); } details summary pre { display: inline-block; padding: 3px 6px; margin: 0; } details > div { padding: 0.5em; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/editor.css0000644000175000001440000000041300000000000016123 0ustar00jakobusers/* Editor */ .cm-editor .cm-gutters { background: var(--sidebar-background); border-right: 1px solid var(--sidebar-border); } .cm-editor .cm-scroller { font-family: var(--font-family-editor); } .cm-editor .cm-placeholder { color: var(--placeholder-color); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/fonts.css0000644000175000001440000000304100000000000015766 0ustar00jakobusers/* For the editor */ @font-face { font-family: "Source Code Pro"; font-style: normal; font-weight: normal; src: url("@openfonts/source-code-pro_all/files/source-code-pro-all-400.woff2") format("woff2"); } @font-face { font-family: "Source Code Pro"; font-style: normal; font-weight: 500; src: url("@openfonts/source-code-pro_all/files/source-code-pro-all-500.woff2") format("woff2"); } /* Interface fonts */ @font-face { font-family: "Fira Mono"; font-style: normal; font-weight: normal; src: url("@openfonts/fira-mono_all/files/fira-mono-all-400.woff2") format("woff2"); } @font-face { font-family: "Fira Mono"; font-style: normal; font-weight: 500; src: url("@openfonts/fira-mono_all/files/fira-mono-all-500.woff2") format("woff2"); } @font-face { font-family: "Fira Sans"; font-style: normal; font-weight: normal; src: url("@openfonts/fira-sans_all/files/fira-sans-all-400.woff2") format("woff2"); } @font-face { font-family: "Fira Sans"; font-style: normal; font-weight: 500; src: url("@openfonts/fira-sans_all/files/fira-sans-all-500.woff2") format("woff2"); } /* The help pages */ @font-face { font-family: "Source Serif Pro"; font-style: normal; font-weight: normal; src: url("@openfonts/source-serif-pro_latin/files/source-serif-pro-latin-400.woff2") format("woff2"); } @font-face { font-family: "Source Serif Pro"; font-style: normal; font-weight: 600; src: url("@openfonts/source-serif-pro_latin/files/source-serif-pro-latin-600.woff2") format("woff2"); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/grid.css0000644000175000001440000000052200000000000015563 0ustar00jakobusers.flex-row { display: flex; flex-wrap: wrap; align-items: center; margin: 0 -0.25rem; } .flex-row > * { margin: 0.25rem; } .flex-row > label { display: contents; } .flex-row > label > * { margin: 0.25rem; } .flex-row .grow { flex-grow: 1; } .remove-row { opacity: 0; } .flex-row:hover .remove-row { opacity: 1; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/header.css0000644000175000001440000000447000000000000016074 0ustar00jakobusers@keyframes spinner { to { transform: rotate(360deg); } } .fava-icon.loading { padding: 0; border-top: 2px solid var(--header-color); border-radius: 50%; animation: spinner 1s linear infinite; } .fava-icon.loading path { opacity: 0; } .beancount-files ul { max-height: 400px; margin-bottom: 0; overflow-y: auto; } .beancount-files a { display: block; padding: 8px 12px 8px 28px; cursor: pointer; } .beancount-files a.active, .beancount-files a:hover { color: var(--background); background-color: var(--link-color); } .beancount-files a.active { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAAQMGHjE8P0Bfi6Omt9Hi7/XCzsNoAAAAO0lEQVQI143HSxZAMBAAwQ5CfEPf/7AWHmZH7Qr+aMcmZHONcQa6PV9ZEnBofsKg1jtQ9A2UGOinxKcT2psCetpsGdwAAAAASUVORK5CYII="); background-repeat: no-repeat; background-position: 9px center; } h1 { display: block; flex: 1; max-height: var(--header-height); padding: calc((var(--header-height) - 24px) / 2) 10px; margin: 0; overflow: hidden; font-size: 16px; font-weight: normal; color: var(--header-color); } h1 .droptarget { padding: 0.6em; margin-left: -0.6em; } /* stylelint-disable no-descending-specificity */ h1 a:hover, h1 a:link, h1 a:visited { color: inherit; } /* stylelint-enable no-descending-specificity */ h1 .last-activity { display: inline-block; margin-left: 10px; font-size: 12px; font-weight: normal; opacity: 0.8; } h1 .status-indicator { width: 10px; height: 10px; margin: 0 0 0 10px; border-radius: 10px; } h1 .status-indicator.status-gray { margin-left: 0; } .page-title::before { margin: 0 10px; font-weight: normal; content: "›"; opacity: 0.5; } .reload-page { padding-right: 12px; padding-left: 12px; margin-top: -8px; margin-left: 20px; background-color: var(--warning); } .beancount-files { position: absolute; top: var(--header-height); left: 19px; display: none; width: 20em; color: var(--link-color); background-color: var(--background); border: 1px solid var(--border); border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; box-shadow: 0 3px 6px var(--transparent-black); } h1:hover .beancount-files { display: block; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/help.css0000644000175000001440000000135400000000000015572 0ustar00jakobusers/* Help Pages */ .help { --help-max-width: 600px; max-width: calc(var(--help-max-width) + 160px); } .help-text { max-width: var(--help-max-width); font: 16px var(--font-family-alternative); } .help-text h2, .help-text h3, .help-text h4, .help-text h5 { font-family: var(--font-family); } .help-text > div { margin-bottom: 1em; } .help-text code { font-size: 0.9em; } .help-text ul { padding-left: 2em; } .help-text li { list-style-type: disc; } .help-sidebar { float: right; padding: 10px 10px 0; margin: 0 0 10px 10px; font-size: 1.1em; background-color: var(--help-sidebar-background); border: 1px solid var(--help-sidebar-border); } .help-sidebar a:hover, .help-sidebar a.selected { font-weight: 500; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/journal-table.css0000644000175000001440000001035700000000000017404 0ustar00jakobusers/* stylelint-disable no-descending-specificity */ .entry-filters { justify-content: flex-end; } .journal { margin-top: 0.25rem; } .flex-table p, .flex-table li, .flex-table ul, .flex-table ol { padding: 0; margin: 0; } .flex-table p { display: flex; } .flex-table p > span { flex-shrink: 0; padding: 2px 4px; margin: 0; } .flex-table .num { font-family: var(--font-family-monospaced); color: var(--text-color); text-align: right; } .flex-table .number { white-space: nowrap; } .flex-table .head p > span { padding: 3px 4px; color: var(--table-header-text); background-color: var(--table-header-background); } .flex-table .head .num { font-family: var(--font-family); color: var(--table-header-text); background-color: var(--table-header-background); } .journal p, .journal dl { border-bottom: thin solid var(--table-border); } .journal .payee { cursor: pointer; } .journal .postings { font-size: 0.9em; background-color: var(--journal-postings); opacity: 0.8; } .journal .postings .num { overflow: hidden; line-height: 16px; } .journal > li, .journal.show-custom .custom.budget, .journal.show-document .document.discovered, .journal.show-document .document.linked, .journal .metadata, .journal .postings { display: none; } .journal .head, .journal.show-balance .balance, .journal.show-close .close, .journal.show-custom .custom, .journal.show-document .document, .journal.show-note .note, .journal.show-open .open, .journal.show-pad .pad, .journal.show-query .query, .journal.show-metadata .metadata, .journal.show-postings .postings, .transaction.show-postings .postings, .transaction.show-postings .metadata { display: block; } .journal.show-transaction.show-cleared .transaction.cleared, .journal.show-transaction.show-pending .transaction.pending, .journal.show-transaction.show-other .transaction.other, .journal.show-document.show-discovered .document.discovered, .journal.show-document.show-linked .document.linked, .journal.show-custom.show-budget .custom.budget { display: block; } .journal .transaction:hover { background: var(--journal-hover-highlight); } /* Metadata */ .journal .metadata { padding: 2px 0; margin: 0; font-size: 0.9em; } .journal .metadata dt { float: left; width: auto; min-width: 4rem; margin-right: 6px; margin-left: 9rem; color: var(--journal-metadata); cursor: pointer; } .journal .metadata dd { margin-left: 15rem; cursor: pointer; } .journal p > .num { width: 9rem; white-space: pre; border-left: 1px solid var(--table-border); } .journal .datecell, .journal .flag { text-align: center; background-color: var(--entry-background); } .journal .datecell { width: 5.5rem; white-space: nowrap; } .journal .flag { width: 3rem; } .journal .change { font-weight: 500; } .journal .description { flex: 1; padding-left: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .journal .show-postings .description { white-space: normal; } .journal .description .separator::before { padding: 2px; margin: 0 6px; font-weight: bold; color: var(--text-color-lighter); content: "•"; } .journal .description .num { margin: 0 5px; } .journal .tag, .journal .link { margin-left: 8px; font-size: 0.9em; cursor: pointer; } .journal .tag { color: var(--journal-tag); } .journal .link { color: var(--journal-link); } .journal .bal { background-color: var(--entry-background); } .journal a:hover { filter: brightness(80%); } .journal .filename, .journal .url { font-family: var(--font-family-monospaced); font-size: 0.9em; } .journal .document .filename { margin-left: 1em; } .journal .indicators { display: flex; flex-shrink: 3; flex-wrap: wrap; align-items: center; justify-content: flex-end; cursor: pointer; } .journal .indicators span { min-width: 6px; height: 6px; padding: 0; margin-right: 4px; background-color: var(--journal-posting-indicator); border-radius: 3px; } .journal .indicators .pending, .journal .indicators .other { background-color: var(--entry-background); } .journal .indicators .metadata-indicator { height: 16px; padding: 0 6px; font-size: 10px; line-height: 16px; color: var(--journal-metadata-indicator); text-transform: lowercase; border-radius: 20px; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/layout.css0000644000175000001440000000126500000000000016160 0ustar00jakobusers:root { --header-height: 50px; --aside-width: 160px; } body { padding: var(--header-height) 0 0 var(--aside-width); } header { position: fixed; top: 0; left: 0; z-index: var(--z-index-header); display: flex; align-items: center; width: 100%; height: var(--header-height); padding: 0 7px 0 10px; color: var(--header-color); background-color: var(--header-background); } article { position: relative; width: 100%; height: 100%; padding: 1.5em; } .fixed-fullsize-container { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: var(--aside-width); } @media (max-width: 767px) { .fixed-fullsize-container { left: 0; } } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/media-mobile.css0000644000175000001440000000245200000000000017166 0ustar00jakobusers/* * At resolutions smaller than 768px, hide the aside menu. * This means that ipads and larger will show the side menu. */ @media (max-width: 767px) { body { padding: 0; transition: var(--transitions); } header { position: inherit; flex-wrap: wrap; height: auto; padding-left: 46px; } h1 { padding: 8px; } aside { top: 0; margin-left: calc(-1 * var(--aside-width)); transition: var(--transitions); } aside.active { margin-left: 0; } .aside-button.aside-button { transition: var(--transitions); } .navigation .secondary { transition: var(--transitions); } .aside-button, .navigation .add-transaction-button { position: fixed; left: 0; width: 42px; height: 42px; padding: 6px 4px; text-align: center; border-color: var(--sidebar-border); border-style: solid; border-width: 0 1px 1px 0; } .navigation .add-transaction-button { top: 42px; font-size: 30px; color: var(--mobile-button-text); } aside.active .add-transaction-button { left: var(--aside-width); } .aside-button { top: 0; display: block; margin-left: 0; } .aside-button.active { left: var(--aside-width); background-color: var(--sidebar-background); box-shadow: none; } } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/media-print.css0000644000175000001440000000032700000000000017052 0ustar00jakobusers@media print { body { padding: 0; } header { position: relative; } header > * { display: none; } header h1 { display: block; } aside, .aside-button { display: none; } } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/notifications.css0000644000175000001440000000072700000000000017516 0ustar00jakobusers/* Notifications */ .notifications { position: fixed; top: calc(var(--header-height) + 10px); right: 10px; width: 400px; } .notifications li { display: block; width: 100%; padding: 5px 10px; margin-bottom: 0.5em; color: var(--notification-color); cursor: pointer; background-color: var(--green); } .notifications .error { background-color: var(--error); } .notifications .warning { color: var(--text-color); background-color: var(--yellow); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/style.css0000644000175000001440000000670600000000000016010 0ustar00jakobusers:root { /* Fonts */ --font-family: "Fira Sans", sans-serif; --font-family-alternative: "Source Serif Pro", sans-serif; --font-family-monospaced: "Fira Mono", monospace; --font-family-editor: "Source Code Pro", monospace; /* Scale of z-index values */ --z-index-aside: 1; --z-index-header: 2; --z-index-floating-ui: 3; --z-index-keyboard-overlays: 10; --z-index-autocomplete: 8; --z-index-overlay: 4; /* Base colors */ --error: hsl(0, 100%, 30%); --warning: hsl(52, 84%, 56%); --red: var(--error); --yellow: var(--warning); --green: hsl(151, 100%, 25%); --gray: #aaa; --transparent-black: hsla(0, 0%, 0%, 0.5); --transparent-white: hsla(0, 0%, 100%, 0.5); --background: #fff; --background-darker: hsl(0, 0%, 85%); --text-color: hsl(0, 0%, 27%); --text-color-lighter: hsl(0, 0%, 33%); --text-color-lightest: hsl(0, 0%, 47%); --link-color: hsl(203, 100%, 32%); --link-hover-color: hsl(0, 0%, 33%); --heading-color: #333; --code-background: hsl(0, 0%, 97%); --border: hsl(0, 0%, 85%); --border-darker: hsl(0, 0%, 80%); /* Buttons */ --button-color: #fff; --button-background: hsl(203, 100%, 32%); --button-muted-color: var(--text-color); --button-muted-background: var(--background-darker); /* Sidebar */ --sidebar-color: #444; --sidebar-hover-color: var(--link-color); --sidebar-background: hsl(0, 0%, 96%); --sidebar-border: hsl(0, 0%, 87%); /* Header */ --header-color: #fff; --header-background: hsl(203, 100%, 32%); --header-placeholder-color: hsl(203, 47%, 66%); --header-placeholder-background: hsl(203, 56%, 45%); /* Tables */ --table-header-text: hsl(0, 0%, 40%); --table-header-background: hsl(0, 0%, 90%); --table-border: hsl(0, 0%, 90%); --table-background-even: hsl(0, 0%, 95%); --treetable-expander: #afc1d3; --budget-negative: #af3d3d; --budget-positive: #3daf46; --budget-zero: #ffb900; /* Editor */ --editor-comment: #998; --editor-trailing-whitespace: rgba(255, 199, 199, 0.5); --editor-directive: #333; --editor-class: #b84; --editor-date: #099; --editor-constant: #008080; --editor-account: var(--link-color); --editor-invalid: #333; --editor-activeline: #ffc; /* Misc */ --notification-color: #fff; --chart-axis: #999; --autocomplete-match: #ffd27c; --mobile-button-text: #000; --placeholder-color: var(--text-color-lightest); --placeholder-background: var(--background); --dragover-background: hsla(203, 100%, 32%, 0.5); --overlay-wrapper-background: rgba(0, 0, 0, 0.5); /* Help pages */ --help-sidebar-background: #f8f8f8; --help-sidebar-border: #eaeaea; } .journal .balance { --entry-background: #cfc; } .journal .close { --entry-background: hsl(0, 0%, 70%); } .journal .custom { --entry-background: #fff3ab; } .journal .document { --entry-background: #ffc8ff; } .journal .note { --entry-background: #aad0ff; } .journal .open { --entry-background: hsl(0, 0%, 92%); } .journal .other { --entry-background: #cff; } .journal .pad { --entry-background: #8ff; } .journal .pending { --entry-background: #f8a; } .journal .query { --entry-background: #aad0ff; } .journal .budget { --entry-background: #ffddae; } .journal { --journal-postings: hsl(0, 0%, 92%); --journal-metadata: hsl(210, 44%, 67%); --journal-tag: hsl(210, 61%, 64%); --journal-link: hsl(203, 39%, 85%); --journal-posting-indicator: hsl(203, 24%, 80%); --journal-metadata-indicator: hsl(203, 24%, 40%); --journal-hover-highlight: #f5f5f59c; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/css/tree-table.css0000644000175000001440000000535400000000000016672 0ustar00jakobusers/* Collapsible trees * * some of the shared styles are in `journal-table.css` */ .tree-table.fullwidth { display: block; max-width: 100%; overflow-x: auto; } .tree-table p { margin-top: -1px; } .tree-table p > span { margin-right: -1px; border: 1px solid var(--table-border); } .tree-table .account-cell { display: flex; flex: 1; align-items: center; min-width: 14em; max-width: 30em; } .tree-table .account-cell.depth-1 { min-width: 13em; max-width: 29em; margin-left: 1em; } .tree-table .account-cell.depth-2 { min-width: 12em; max-width: 28em; margin-left: 2em; } .tree-table .account-cell.depth-3 { min-width: 11em; max-width: 27em; margin-left: 3em; } .tree-table .account-cell.depth-4 { min-width: 10em; max-width: 26em; margin-left: 4em; } .tree-table .account-cell.depth-5 { min-width: 9em; max-width: 25em; margin-left: 5em; } .tree-table .account-cell.depth-6 { min-width: 8em; max-width: 24em; margin-left: 6em; } .tree-table .account-cell.depth-7 { min-width: 7em; max-width: 23em; margin-left: 7em; } .tree-table .account-cell.depth-8 { min-width: 6em; max-width: 22em; margin-left: 8em; } .tree-table .account-cell.depth-9 { min-width: 5em; max-width: 21em; margin-left: 9em; } .tree-table .account-cell a { margin-left: 1em; } .tree-table .has-children { cursor: pointer; } .tree-table .has-children::before { margin: 0 -10px 0 0; content: ""; border-top: 5px solid var(--treetable-expander); border-right: 5px solid transparent; border-left: 5px solid transparent; } .tree-table .num { width: 10em; } .tree-table .num a { display: block; color: inherit; } .tree-table .other { width: 13em; } .tree-table .other a { display: block; color: inherit; } .tree-table .balance-children { display: block; opacity: 0.7; } .tree-table .has-balance .balance { display: block; } .tree-table .has-balance .balance-children { display: none; } .tree-table .toggled ol { display: none; } .tree-table .toggled .balance { display: none; } .tree-table .toggled .balance-children { display: block; color: var(--text-color); } .tree-table .toggled .has-children::before { transform: rotate(270deg); } .tree-table .expand-all { margin-left: 15px; font-weight: normal; color: inherit; opacity: 0.5; } .tree-table .diff { margin-right: 3px; font-size: 0.9em; color: var(--budget-zero); white-space: nowrap; } .tree-table .diff.negative { color: var(--budget-negative); } .tree-table .diff.positive { color: var(--budget-positive); } /* For two or more operating currencies, set a slightly smaller size. */ .two-currencies { font-size: 0.9em; } .two-currencies .num { width: 8em; } .two-currencies .other { width: 11em; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632229888.0 fava-1.20.1/frontend/package-lock.json0000644000175000001440000137613600000000000016572 0ustar00jakobusers{ "name": "fava", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fava", "dependencies": { "@codemirror/autocomplete": "^0.19.2", "@codemirror/closebrackets": "^0.19.0", "@codemirror/commands": "^0.19.4", "@codemirror/comment": "^0.19.0", "@codemirror/fold": "^0.19.0", "@codemirror/gutter": "^0.19.2", "@codemirror/highlight": "^0.19.5", "@codemirror/history": "^0.19.0", "@codemirror/language": "^0.19.3", "@codemirror/lint": "^0.19.1", "@codemirror/matchbrackets": "^0.19.1", "@codemirror/rectangular-selection": "^0.19.0", "@codemirror/search": "^0.19.2", "@codemirror/state": "^0.19.2", "@codemirror/stream-parser": "^0.19.2", "@codemirror/view": "^0.19.7", "@openfonts/fira-mono_all": "^1.44.2", "@openfonts/fira-sans_all": "^1.44.1", "@openfonts/source-code-pro_all": "^1.44.2", "@openfonts/source-serif-pro_latin": "^1.44.1", "@ungap/custom-elements": "^1.0.0", "d3-array": "^3.0.2", "d3-axis": "^3.0.0", "d3-color": "^3.0.0", "d3-format": "^3.0.0", "d3-hierarchy": "^3.0.0", "d3-quadtree": "^3.0.0", "d3-scale": "^4.0.0", "d3-selection": "^3.0.0", "d3-shape": "^3.0.0", "d3-time-format": "^4.0.0", "svelte": "^3.42.6" }, "devDependencies": { "@types/d3-array": "^3.0.1", "@types/d3-axis": "^3.0.1", "@types/d3-color": "^3.0.2", "@types/d3-format": "^3.0.1", "@types/d3-hierarchy": "^3.0.2", "@types/d3-quadtree": "^3.0.2", "@types/d3-scale": "^4.0.1", "@types/d3-selection": "^3.0.1", "@types/d3-shape": "^3.0.2", "@types/d3-time-format": "^4.0.0", "@types/node": "^16.9.3", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "chokidar": "^3.5.1", "esbuild": "^0.12.28", "esbuild-register": "^3.0.0", "esbuild-svelte": "^0.5.6", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^14.0.0", "eslint-config-prettier": "^8.0.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-svelte3": "^3.2.1", "prettier": "^2.4.1", "prettier-plugin-svelte": "^2.4.0", "stylelint": "^13.11.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.5.0", "stylelint-config-standard": "^22.0.0", "svelte-check": "^2.2.6", "svelte-preprocess-esbuild": "^2.0.0", "typescript": "^4.4.3", "uvu": "^0.5.1", "watchlist": "^0.3.1" } }, "node_modules/@babel/code-frame": { "version": "7.12.11", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "dependencies": { "@babel/highlight": "^7.10.4" } }, "node_modules/@babel/compat-data": { "version": "7.15.0", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { "version": "7.15.5", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz", "integrity": "sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.14.5", "@babel/generator": "^7.15.4", "@babel/helper-compilation-targets": "^7.15.4", "@babel/helper-module-transforms": "^7.15.4", "@babel/helpers": "^7.15.4", "@babel/parser": "^7.15.5", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", "semver": "^6.3.0", "source-map": "^0.5.0" }, "engines": { "node": ">=6.9.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/babel" } }, "node_modules/@babel/core/node_modules/@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "dependencies": { "@babel/highlight": "^7.14.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.4.tgz", "integrity": "sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==", "dev": true, "dependencies": { "@babel/types": "^7.15.4", "jsesc": "^2.5.1", "source-map": "^0.5.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz", "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", "dev": true, "dependencies": { "@babel/compat-data": "^7.15.0", "@babel/helper-validator-option": "^7.14.5", "browserslist": "^4.16.6", "semver": "^6.3.0" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-function-name": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", "dev": true, "dependencies": { "@babel/helper-get-function-arity": "^7.15.4", "@babel/template": "^7.15.4", "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-get-function-arity": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz", "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-member-expression-to-functions": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz", "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz", "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz", "integrity": "sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.15.4", "@babel/helper-replace-supers": "^7.15.4", "@babel/helper-simple-access": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "@babel/helper-validator-identifier": "^7.15.7", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-optimise-call-expression": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz", "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-replace-supers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", "dev": true, "dependencies": { "@babel/helper-member-expression-to-functions": "^7.15.4", "@babel/helper-optimise-call-expression": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz", "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz", "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", "dev": true, "dependencies": { "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", "dev": true, "dependencies": { "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.14.5", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight/node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "dependencies": { "color-convert": "^1.9.0" }, "engines": { "node": ">=4" } }, "node_modules/@babel/highlight/node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" }, "engines": { "node": ">=4" } }, "node_modules/@babel/highlight/node_modules/color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { "color-name": "1.1.3" } }, "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true, "engines": { "node": ">=0.8.0" } }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/@babel/highlight/node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { "has-flag": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/@babel/parser": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz", "integrity": "sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==", "dev": true, "bin": { "parser": "bin/babel-parser.js" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@babel/template": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz", "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.14.5", "@babel/parser": "^7.15.4", "@babel/types": "^7.15.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/template/node_modules/@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "dependencies": { "@babel/highlight": "^7.14.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", "dev": true, "dependencies": { "@babel/code-frame": "^7.14.5", "@babel/generator": "^7.15.4", "@babel/helper-function-name": "^7.15.4", "@babel/helper-hoist-variables": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "@babel/parser": "^7.15.4", "@babel/types": "^7.15.4", "debug": "^4.1.0", "globals": "^11.1.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse/node_modules/@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "dependencies": { "@babel/highlight": "^7.14.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse/node_modules/globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/@babel/types": { "version": "7.15.6", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.14.9", "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@codemirror/autocomplete": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-0.19.3.tgz", "integrity": "sha512-5juP6hVrHAogzQ0JUTQuibE8j1seqeGNJ98qLUPuliI6kLBg5INS4qvUI1Brqye+wYPFu7UHqrrn13RLh5YSzw==", "dependencies": { "@codemirror/language": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.2", "@codemirror/tooltip": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0" } }, "node_modules/@codemirror/closebrackets": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/closebrackets/-/closebrackets-0.19.0.tgz", "integrity": "sha512-dFWX5OEVYWRNtGaifSbwIAlymnRRjxWMiMbffbAjF7p0zfGHDbdGkiT56q3Xud63h5/tQdSo5dK1iyNTzHz5vg==", "dependencies": { "@codemirror/language": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/commands": { "version": "0.19.4", "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-0.19.4.tgz", "integrity": "sha512-EW6ffAIdu7aGWWwEG4xRcKLR+1RXH7hJqMt5mbrxDSc2xAQBgqxIPFglcMeSkC7qqkwPuqv3xavVh1+0gQ0piQ==", "dependencies": { "@codemirror/language": "^0.19.0", "@codemirror/matchbrackets": "^0.19.0", "@codemirror/state": "^0.19.2", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0" } }, "node_modules/@codemirror/comment": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/comment/-/comment-0.19.0.tgz", "integrity": "sha512-3hqAd0548fxqOBm4khFMcXVIivX8p0bSlbAuZJ6PNoUn/0wXhxkxowPp0FmFzU2+y37Z+ZQF5cRB5EREWPRIiQ==", "dependencies": { "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/fold": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/fold/-/fold-0.19.0.tgz", "integrity": "sha512-cHbr2hqKe2pMls1Ia1a4IwXly87ljpmvPUKkul6H/Uv9kCwpQLOP3dGMPXbMGm/1hGjBF/0wnc+m2iba9iJBTQ==", "dependencies": { "@codemirror/gutter": "^0.19.0", "@codemirror/language": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/gutter": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/gutter/-/gutter-0.19.2.tgz", "integrity": "sha512-xiayxhc9uq1UXiG/r/E3AAYXZt+EtSdgdQXC4nlMHvbfw2EmtryfzGO3HrgasHRyAW8uNCaO9JO4n7mU7rm1rQ==", "dependencies": { "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/highlight": { "version": "0.19.5", "resolved": "https://registry.npmjs.org/@codemirror/highlight/-/highlight-0.19.5.tgz", "integrity": "sha512-JDGEH/l/DGpxG2k+mgqMKcuFURIs42eoTB4H4tN7QmzyW/z/MlNKiHHv7pWXyN+H5QvftK5yctsxUu77EZikmw==", "dependencies": { "@codemirror/language": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0", "style-mod": "^4.0.0" } }, "node_modules/@codemirror/history": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/history/-/history-0.19.0.tgz", "integrity": "sha512-E0H+lncH66IMDhaND9jgkjE7s0dhYfjCPmS+Ig2Yes9I8+UIEecIdObj8c8HPCFGctGg3fxXqRAw2mdHl2Wouw==", "dependencies": { "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/language": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-0.19.3.tgz", "integrity": "sha512-6vjkRYHRJg/z9wdAk75nU2fQwCJBsh2HpkIjKXIHfzISSgLt5qSDxVhPd8Uu8PD5WMmFFP8tX7I9kdIt873o0A==", "dependencies": { "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.5", "@lezer/lr": "^0.15.0" } }, "node_modules/@codemirror/lint": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-0.19.1.tgz", "integrity": "sha512-Ef0TnXpF4Q4B+lvBdgHexe1dHbvkKBvBHsLB8HwTYffwjekg1YvEM+6zyjyjG9m6s1Ru0VaCNlNwotLaVZjHGQ==", "dependencies": { "@codemirror/panel": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/tooltip": "^0.19.0", "@codemirror/view": "^0.19.0", "crelt": "^1.0.5" } }, "node_modules/@codemirror/matchbrackets": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@codemirror/matchbrackets/-/matchbrackets-0.19.1.tgz", "integrity": "sha512-jBEW2Uu3hWcrrkwkauaikCAE7s5liCwbccFa6rLK6DzwaynOqCKJGyDsbkfrhikofNRc1yh4V3vwUuxt2u4QbA==", "dependencies": { "@codemirror/language": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0" } }, "node_modules/@codemirror/panel": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/panel/-/panel-0.19.0.tgz", "integrity": "sha512-LJuu49xnuhaAztlhnLJQ57ddOirSyf8/lnl7twsQUG/05RkxodBZ9F7q8r5AOLqOkaQOy9WySEKX1Ur8lD9Q5w==", "dependencies": { "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/rangeset": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@codemirror/rangeset/-/rangeset-0.19.1.tgz", "integrity": "sha512-WaKTEw8JB/3QFlQzpdgRoklopcWvG8O/Xp+rxxOfFKYTaeaejpY/tjpyBBg+Ea65Ka3m7+pPp9d5j/oR2rd9NA==", "dependencies": { "@codemirror/state": "^0.19.0" } }, "node_modules/@codemirror/rectangular-selection": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/rectangular-selection/-/rectangular-selection-0.19.0.tgz", "integrity": "sha512-KdvoEweBgVsOcqdYFEinYGroS028pwUPkO3REzQC7Z/hT1KNqZUlyfoi6WBv3Gzp8b6l8NNA+rLnnYMSHlcGYA==", "dependencies": { "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/search": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-0.19.2.tgz", "integrity": "sha512-TrRxUxyJ/a7HXtUvMZhgkOUbKE1xO33UhXjn1XACEHKWhgovw1vEeEEti9dZejN8/QOOFJed39InUxmp7oQ8HA==", "dependencies": { "@codemirror/panel": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.2", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0", "crelt": "^1.0.5" } }, "node_modules/@codemirror/state": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.2.tgz", "integrity": "sha512-dDqCrtkb0c/LYUlvQBLyLfkISEskbZnhvBbcVOF4j2AusJ1ptJ3EGMxBL9G16GP1TOdC1T613gA1J1qc3pbfGQ==", "dependencies": { "@codemirror/text": "^0.19.0" } }, "node_modules/@codemirror/stream-parser": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/stream-parser/-/stream-parser-0.19.2.tgz", "integrity": "sha512-hBKRQlyu8GUOrY33xZ6/1kAfNZ8ZUm6cX9a7mPx8zAAqnpz/fpksC/qJRrkg1mPMBwxm+JG4fqAwDGJ3gLVniQ==", "dependencies": { "@codemirror/highlight": "^0.19.0", "@codemirror/language": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@lezer/common": "^0.15.0", "@lezer/lr": "^0.15.0" } }, "node_modules/@codemirror/text": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@codemirror/text/-/text-0.19.3.tgz", "integrity": "sha512-A0HBPZRwQ72XVMN1tg/pVUnvS5CKboBeHZE7cylYw0ljx9eX+NoYaK7apPSJO/Fwh9XhH9m8Va06EGc11VOzUw==" }, "node_modules/@codemirror/tooltip": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/tooltip/-/tooltip-0.19.2.tgz", "integrity": "sha512-FMMGGLrr62Ck54NEz8yTGpgo8ihobAsC3sbeQg+OpY4jv9dt1yIP5B9LzsIV+TXQB57JZQZxtTqzkhnFq76haw==", "dependencies": { "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "node_modules/@codemirror/view": { "version": "0.19.7", "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-0.19.7.tgz", "integrity": "sha512-m9AKO8gec/QnyxR1uq182It0WwauTIaHkdjqtdlKx1IRgknH44SKIJIxwxZt4Y6VDhhivcEbugjoadNy0zR3wQ==", "dependencies": { "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.2", "@codemirror/text": "^0.19.0", "style-mod": "^4.0.0", "w3c-keyname": "^2.2.4" } }, "node_modules/@eslint/eslintrc": { "version": "0.4.3", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", "minimatch": "^3.0.4", "strip-json-comments": "^3.1.1" }, "engines": { "node": "^10.12.0 || >=12.0.0" } }, "node_modules/@humanwhocodes/config-array": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.0", "debug": "^4.1.1", "minimatch": "^3.0.4" }, "engines": { "node": ">=10.10.0" } }, "node_modules/@humanwhocodes/object-schema": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", "dev": true }, "node_modules/@lezer/common": { "version": "0.15.5", "resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.5.tgz", "integrity": "sha512-ufcjclusHXGdhp4gSPbPD7sUd38SgOej7m5tAEuG2tNPzqzV0d1vwwLh57R6IwW79ml2mb3tUjAoDfqI7v1HEw==" }, "node_modules/@lezer/lr": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.15.2.tgz", "integrity": "sha512-gkQUkKCAw/zxOiTCGhjctV/C+FPmfwqXscM9EGgcYhUZewkLu2AsEl2Vlcral7xtDU0t6xwakT6Fw5jlMvMX6Q==", "dependencies": { "@lezer/common": "^0.15.0" } }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" }, "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" }, "engines": { "node": ">= 8" } }, "node_modules/@openfonts/fira-mono_all": { "version": "1.44.2", "resolved": "https://registry.npmjs.org/@openfonts/fira-mono_all/-/fira-mono_all-1.44.2.tgz", "integrity": "sha512-PiYPqHtlK5lm+H2e3nnG8uomxheYjvrKWuCvYFyXWAynDjkY5ykbK3M4bZd0tkNBVWY+Y95fsAc4Gj9zT8YEKA==" }, "node_modules/@openfonts/fira-sans_all": { "version": "1.44.1", "resolved": "https://registry.npmjs.org/@openfonts/fira-sans_all/-/fira-sans_all-1.44.1.tgz", "integrity": "sha512-8OCOZ0XzyM9WdkqO2GyIuOAKEHKvnLpAUrlNyG5PUj3EGjdxvJciprdBsrBBN+pEezIX0ToZ/G/jeSWORI5tSQ==" }, "node_modules/@openfonts/source-code-pro_all": { "version": "1.44.2", "resolved": "https://registry.npmjs.org/@openfonts/source-code-pro_all/-/source-code-pro_all-1.44.2.tgz", "integrity": "sha512-s3cv5WiPH5ksSrr7d4mML0tZeveMTjSOrbi21woFz9wzZUbxznRTgoWGDE8zYGsOrBUfW1lUB87nWzxCXTRmnA==" }, "node_modules/@openfonts/source-serif-pro_latin": { "version": "1.44.1", "resolved": "https://registry.npmjs.org/@openfonts/source-serif-pro_latin/-/source-serif-pro_latin-1.44.1.tgz", "integrity": "sha512-SJtEE9qhh2ABQ581JoIjQP0rmBk8Iqg3f2Wcajdp3e23HE6jxeFtTtxI6JWw71N7i09eyTiTRt/7QLvV8kbCUg==" }, "node_modules/@stylelint/postcss-css-in-js": { "version": "0.37.2", "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz", "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==", "dev": true, "dependencies": { "@babel/core": ">=7.9.0" }, "peerDependencies": { "postcss": ">=7.0.0", "postcss-syntax": ">=0.36.2" } }, "node_modules/@stylelint/postcss-markdown": { "version": "0.36.2", "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz", "integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==", "dev": true, "dependencies": { "remark": "^13.0.0", "unist-util-find-all-after": "^3.0.2" }, "peerDependencies": { "postcss": ">=7.0.0", "postcss-syntax": ">=0.36.2" } }, "node_modules/@types/d3-array": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.1.tgz", "integrity": "sha512-D/G7oG0czeszALrkdUiV68CDiHDxXf+M2mLVqAyKktGd12VKQQljj1sHJGBKjcK4jRH1biBd6ZPQPHpJ0mNa0w==", "dev": true }, "node_modules/@types/d3-axis": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.1.tgz", "integrity": "sha512-zji/iIbdd49g9WN0aIsGcwcTBUkgLsCSwB+uH+LPVDAiKWENMtI3cJEWt+7/YYwelMoZmbBfzA3qCdrZ2XFNnw==", "dev": true, "dependencies": { "@types/d3-selection": "*" } }, "node_modules/@types/d3-color": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.0.2.tgz", "integrity": "sha512-WVx6zBiz4sWlboCy7TCgjeyHpNjMsoF36yaagny1uXfbadc9f+5BeBf7U+lRmQqY3EHbGQpP8UdW8AC+cywSwQ==", "dev": true }, "node_modules/@types/d3-format": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.1.tgz", "integrity": "sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg==", "dev": true }, "node_modules/@types/d3-hierarchy": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.0.2.tgz", "integrity": "sha512-+krnrWOZ+aQB6v+E+jEkmkAx9HvsNAD+1LCD0vlBY3t+HwjKnsBFbpVLx6WWzDzCIuiTWdAxXMEnGnVXpB09qQ==", "dev": true }, "node_modules/@types/d3-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.0.0.tgz", "integrity": "sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==", "dev": true }, "node_modules/@types/d3-quadtree": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.2.tgz", "integrity": "sha512-QNcK8Jguvc8lU+4OfeNx+qnVy7c0VrDJ+CCVFS9srBo2GL9Y18CnIxBdTF3v38flrGy5s1YggcoAiu6s4fLQIw==", "dev": true }, "node_modules/@types/d3-scale": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.1.tgz", "integrity": "sha512-GDuXcRcR6mKcpUVMhPNttpOzHi2dP6YcDqLZYSZHgwTZ+sfCa8e9q0VEBwZomblAPNMYpVqxojnSyIEb4s/Pwg==", "dev": true, "dependencies": { "@types/d3-time": "*" } }, "node_modules/@types/d3-selection": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.1.tgz", "integrity": "sha512-aJ1d1SCUtERHH65bB8NNoLpUOI3z8kVcfg2BGm4rMMUwuZF4x6qnIEKjT60Vt0o7gP/a/xkRVs4D9CpDifbyRA==", "dev": true }, "node_modules/@types/d3-shape": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.0.2.tgz", "integrity": "sha512-5+ButCmIfNX8id5seZ7jKj3igdcxx+S9IDBiT35fQGTLZUfkFgTv+oBH34xgeoWDKpWcMITSzBILWQtBoN5Piw==", "dev": true, "dependencies": { "@types/d3-path": "*" } }, "node_modules/@types/d3-time": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz", "integrity": "sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==", "dev": true }, "node_modules/@types/d3-time-format": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.0.tgz", "integrity": "sha512-yjfBUe6DJBsDin2BMIulhSHmr5qNR5Pxs17+oW4DoVPyVIXZ+m6bs7j1UVKP08Emv6jRmYrYqxYzO63mQxy1rw==", "dev": true }, "node_modules/@types/json-schema": { "version": "7.0.9", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==", "dev": true }, "node_modules/@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, "node_modules/@types/mdast": { "version": "3.0.10", "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", "dev": true, "dependencies": { "@types/unist": "*" } }, "node_modules/@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "dev": true }, "node_modules/@types/node": { "version": "16.9.3", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.3.tgz", "integrity": "sha512-5UmMznRvrwKqisJ458JbNoq3AyXHxlAKMkGtNe143W1SkZ1BVgvCHYBzn7wD66J+smE+BolqA1mes5BeXlWY6w==", "dev": true }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, "node_modules/@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", "dev": true }, "node_modules/@types/pug": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@types/pug/-/pug-2.0.5.tgz", "integrity": "sha512-LOnASQoeNZMkzexRuyqcBBDZ6rS+rQxUMkmj5A0PkhhiSZivLIuz6Hxyr1mkGoEZEkk66faROmpMi4fFkrKsBA==", "dev": true }, "node_modules/@types/sass": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.16.1.tgz", "integrity": "sha512-iZUcRrGuz/Tbg3loODpW7vrQJkUtpY2fFSf4ELqqkApcS2TkZ1msk7ie8iZPB86lDOP8QOTTmuvWjc5S0R9OjQ==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@types/unist": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.1.tgz", "integrity": "sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "4.31.1", "@typescript-eslint/scope-manager": "4.31.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "regexpp": "^3.1.0", "semver": "^7.3.5", "tsutils": "^3.21.0" }, "engines": { "node": "^10.12.0 || >=12.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { "@typescript-eslint/parser": "^4.0.0", "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }, "node_modules/@typescript-eslint/experimental-utils": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.1.tgz", "integrity": "sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.7", "@typescript-eslint/scope-manager": "4.31.1", "@typescript-eslint/types": "4.31.1", "@typescript-eslint/typescript-estree": "4.31.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" }, "engines": { "node": "^10.12.0 || >=12.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { "eslint": "*" } }, "node_modules/@typescript-eslint/parser": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.31.1.tgz", "integrity": "sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==", "dev": true, "dependencies": { "@typescript-eslint/scope-manager": "4.31.1", "@typescript-eslint/types": "4.31.1", "@typescript-eslint/typescript-estree": "4.31.1", "debug": "^4.3.1" }, "engines": { "node": "^10.12.0 || >=12.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }, "node_modules/@typescript-eslint/scope-manager": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.31.1.tgz", "integrity": "sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==", "dev": true, "dependencies": { "@typescript-eslint/types": "4.31.1", "@typescript-eslint/visitor-keys": "4.31.1" }, "engines": { "node": "^8.10.0 || ^10.13.0 || >=11.10.1" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, "node_modules/@typescript-eslint/types": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.31.1.tgz", "integrity": "sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==", "dev": true, "engines": { "node": "^8.10.0 || ^10.13.0 || >=11.10.1" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, "node_modules/@typescript-eslint/typescript-estree": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz", "integrity": "sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==", "dev": true, "dependencies": { "@typescript-eslint/types": "4.31.1", "@typescript-eslint/visitor-keys": "4.31.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", "semver": "^7.3.5", "tsutils": "^3.21.0" }, "engines": { "node": "^10.12.0 || >=12.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }, "node_modules/@typescript-eslint/visitor-keys": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz", "integrity": "sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==", "dev": true, "dependencies": { "@typescript-eslint/types": "4.31.1", "eslint-visitor-keys": "^2.0.0" }, "engines": { "node": "^8.10.0 || ^10.13.0 || >=11.10.1" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, "node_modules/@ungap/custom-elements": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@ungap/custom-elements/-/custom-elements-1.0.0.tgz", "integrity": "sha512-zRcRmCA3HdAKVbeXP+b0/Vsp0LGitm/h1+zRx1S8TyKPFRCMxUtpRlGcS9SBN81oOwNOBUoibR6bbuoG/DiUsA==" }, "node_modules/acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true, "bin": { "acorn": "bin/acorn" }, "engines": { "node": ">=0.4.0" } }, "node_modules/acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" }, "funding": { "type": "github", "url": "https://github.com/sponsors/epoberezkin" } }, "node_modules/ansi-colors": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { "color-convert": "^2.0.1" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" }, "engines": { "node": ">= 8" } }, "node_modules/argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "dependencies": { "sprintf-js": "~1.0.2" } }, "node_modules/array-includes": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz", "integrity": "sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.18.0-next.2", "get-intrinsic": "^1.1.1", "is-string": "^1.0.5" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/array.prototype.flat": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz", "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==", "dev": true, "dependencies": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", "es-abstract": "^1.18.0-next.1" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/astral-regex": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/autoprefixer": { "version": "9.8.6", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz", "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==", "dev": true, "dependencies": { "browserslist": "^4.12.0", "caniuse-lite": "^1.0.30001109", "colorette": "^1.2.1", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", "postcss": "^7.0.32", "postcss-value-parser": "^4.1.0" }, "bin": { "autoprefixer": "bin/autoprefixer" }, "funding": { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/autoprefixer" } }, "node_modules/bail": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, "node_modules/binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "node_modules/braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "dependencies": { "fill-range": "^7.0.1" }, "engines": { "node": ">=8" } }, "node_modules/browserslist": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.0.tgz", "integrity": "sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==", "dev": true, "dependencies": { "caniuse-lite": "^1.0.30001254", "colorette": "^1.3.0", "electron-to-chromium": "^1.3.830", "escalade": "^3.1.1", "node-releases": "^1.1.75" }, "bin": { "browserslist": "cli.js" }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/browserslist" } }, "node_modules/buffer-crc32": { "version": "0.2.13", "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", "dev": true, "engines": { "node": "*" } }, "node_modules/call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "get-intrinsic": "^1.0.2" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/camelcase-keys": { "version": "6.2.2", "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, "dependencies": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", "quick-lru": "^4.0.1" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/caniuse-lite": { "version": "1.0.30001258", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001258.tgz", "integrity": "sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/browserslist" } }, "node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/character-entities": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/character-entities-legacy": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/character-reference-invalid": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/chokidar": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", "dev": true, "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.6.0" }, "engines": { "node": ">= 8.10.0" }, "optionalDependencies": { "fsevents": "~2.3.2" } }, "node_modules/clone-regexp": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz", "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==", "dev": true, "dependencies": { "is-regexp": "^2.0.0" }, "engines": { "node": ">=6" } }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "dependencies": { "color-name": "~1.1.4" }, "engines": { "node": ">=7.0.0" } }, "node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, "node_modules/colorette": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", "dev": true }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, "node_modules/confusing-browser-globals": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz", "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==", "dev": true }, "node_modules/convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", "dev": true, "dependencies": { "safe-buffer": "~5.1.1" } }, "node_modules/cosmiconfig": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", "parse-json": "^5.0.0", "path-type": "^4.0.0", "yaml": "^1.10.0" }, "engines": { "node": ">=10" } }, "node_modules/cosmiconfig/node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/crelt": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.5.tgz", "integrity": "sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==" }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" }, "engines": { "node": ">= 8" } }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, "bin": { "cssesc": "bin/cssesc" }, "engines": { "node": ">=4" } }, "node_modules/d3-array": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.0.2.tgz", "integrity": "sha512-nTN4OC6ufZueotlexbxBd2z8xmG1eIfhvP2m1auH2ONps0L+AZn1r0JWuzMXZ6XgOj1VBOp7GGZmEs9NUFEBbA==", "dependencies": { "internmap": "1 - 2" }, "engines": { "node": ">=12" } }, "node_modules/d3-axis": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", "engines": { "node": ">=12" } }, "node_modules/d3-color": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.0.1.tgz", "integrity": "sha512-6/SlHkDOBLyQSJ1j1Ghs82OIUXpKWlR0hCsw0XrLSQhuUPuCSmLQ1QPH98vpnQxMUQM2/gfAkUEWsupVpd9JGw==", "engines": { "node": ">=12" } }, "node_modules/d3-format": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.0.1.tgz", "integrity": "sha512-hdL7+HBIohpgfolhBxr1KX47VMD6+vVD/oEFrxk5yhmzV2prk99EkFKYpXuhVkFpTgHdJ6/4bYcjdLPPXV4tIA==", "engines": { "node": ">=12" } }, "node_modules/d3-hierarchy": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.0.1.tgz", "integrity": "sha512-RlLTaofEoOrMK1JoXYIGhKTkJFI/6rFrYPgxy6QlZo2BcVc4HGTqEU0rPpzuMq5T/5XcMtAzv1XiLA3zRTfygw==", "engines": { "node": ">=12" } }, "node_modules/d3-interpolate": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", "dependencies": { "d3-color": "1 - 3" }, "engines": { "node": ">=12" } }, "node_modules/d3-path": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.0.1.tgz", "integrity": "sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==", "engines": { "node": ">=12" } }, "node_modules/d3-quadtree": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", "engines": { "node": ">=12" } }, "node_modules/d3-scale": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.0.tgz", "integrity": "sha512-foHQYKpWQcyndH1CGoHdUC4PECxTxonzwwBXGT8qu+Drb1FIc6ON6dG2P5f4hRRMkLiIKeWK7iFtdznDUrnuPQ==", "dependencies": { "d3-array": "2.10.0 - 3", "d3-format": "1 - 3", "d3-interpolate": "1.2.0 - 3", "d3-time": "2.1.1 - 3", "d3-time-format": "2 - 4" }, "engines": { "node": ">=12" } }, "node_modules/d3-selection": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", "engines": { "node": ">=12" } }, "node_modules/d3-shape": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.0.1.tgz", "integrity": "sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw==", "dependencies": { "d3-path": "1 - 3" }, "engines": { "node": ">=12" } }, "node_modules/d3-time": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.0.0.tgz", "integrity": "sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==", "dependencies": { "d3-array": "2 - 3" }, "engines": { "node": ">=12" } }, "node_modules/d3-time-format": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.0.0.tgz", "integrity": "sha512-nzaCwlj+ZVBIlFuVOT1RmU+6xb/7D5IcnhHzHQcBgS/aTa5K9fWZNN5LCXA27LgF5WxoSNJqKBbLcGMtM6Ca6A==", "dependencies": { "d3-time": "1 - 3" }, "engines": { "node": ">=12" } }, "node_modules/debug": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "dev": true, "dependencies": { "ms": "2.1.2" }, "engines": { "node": ">=6.0" }, "peerDependenciesMeta": { "supports-color": { "optional": true } } }, "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/decamelize-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", "dev": true, "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" }, "engines": { "node": ">=0.10.0" } }, "node_modules/decamelize-keys/node_modules/map-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, "node_modules/define-properties": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "dependencies": { "object-keys": "^1.0.12" }, "engines": { "node": ">= 0.4" } }, "node_modules/dequal": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/detect-indent": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/diff": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", "dev": true, "engines": { "node": ">=0.3.1" } }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, "dependencies": { "path-type": "^4.0.0" }, "engines": { "node": ">=8" } }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "dependencies": { "esutils": "^2.0.2" }, "engines": { "node": ">=6.0.0" } }, "node_modules/dom-serializer": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", "dev": true, "dependencies": { "domelementtype": "^2.0.1", "entities": "^2.0.0" } }, "node_modules/dom-serializer/node_modules/domelementtype": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/fb55" } ] }, "node_modules/dom-serializer/node_modules/entities": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } }, "node_modules/domelementtype": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", "dev": true }, "node_modules/domhandler": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", "dev": true, "dependencies": { "domelementtype": "1" } }, "node_modules/domutils": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "dev": true, "dependencies": { "dom-serializer": "0", "domelementtype": "1" } }, "node_modules/electron-to-chromium": { "version": "1.3.843", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.843.tgz", "integrity": "sha512-OWEwAbzaVd1Lk9MohVw8LxMXFlnYd9oYTYxfX8KS++kLLjDfbovLOcEEXwRhG612dqGQ6+44SZvim0GXuBRiKg==", "dev": true }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "node_modules/enquirer": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.1" }, "engines": { "node": ">=8.6" } }, "node_modules/entities": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", "dev": true }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "dependencies": { "is-arrayish": "^0.2.1" } }, "node_modules/es-abstract": { "version": "1.18.6", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.6.tgz", "integrity": "sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "get-intrinsic": "^1.1.1", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-symbols": "^1.0.2", "internal-slot": "^1.0.3", "is-callable": "^1.2.4", "is-negative-zero": "^2.0.1", "is-regex": "^1.1.4", "is-string": "^1.0.7", "object-inspect": "^1.11.0", "object-keys": "^1.1.1", "object.assign": "^4.1.2", "string.prototype.trimend": "^1.0.4", "string.prototype.trimstart": "^1.0.4", "unbox-primitive": "^1.0.1" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", "is-symbol": "^1.0.2" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/es6-promise": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz", "integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=", "dev": true }, "node_modules/esbuild": { "version": "0.12.28", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.28.tgz", "integrity": "sha512-pZ0FrWZXlvQOATlp14lRSk1N9GkeJ3vLIwOcUoo3ICQn9WNR4rWoNi81pbn6sC1iYUy7QPqNzI3+AEzokwyVcA==", "dev": true, "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" } }, "node_modules/esbuild-register": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.0.0.tgz", "integrity": "sha512-No7U3ZUd6gPrrC6gqdb3XFcf2lNqzn8nvQXcgcyOl8szMVuN6YUvOplnmakxWyogI9d8SiJMl0uzBzJck+Aoxw==", "dev": true, "dependencies": { "jsonc-parser": "^3.0.0" }, "peerDependencies": { "esbuild": ">=0.12 <1" } }, "node_modules/esbuild-svelte": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/esbuild-svelte/-/esbuild-svelte-0.5.6.tgz", "integrity": "sha512-Bz8nU45FrT6sP/Tf3M2rQUuBGxnDSNSPZNIoYwSNt5H+wjSyo/t+zm94tgnOZsR6GgpDMbNQgo4jGbK0NLvEfw==", "dev": true, "dependencies": { "svelte": "^3.42.6" }, "peerDependencies": { "esbuild": ">=0.9.6" } }, "node_modules/escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint": { "version": "7.32.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", "dev": true, "dependencies": { "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.4.3", "@humanwhocodes/config-array": "^0.5.0", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.0.1", "doctrine": "^3.0.0", "enquirer": "^2.3.5", "escape-string-regexp": "^4.0.0", "eslint-scope": "^5.1.1", "eslint-utils": "^2.1.0", "eslint-visitor-keys": "^2.0.0", "espree": "^7.3.1", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.0.4", "natural-compare": "^1.4.0", "optionator": "^0.9.1", "progress": "^2.0.0", "regexpp": "^3.1.0", "semver": "^7.2.1", "strip-ansi": "^6.0.0", "strip-json-comments": "^3.1.0", "table": "^6.0.9", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" }, "bin": { "eslint": "bin/eslint.js" }, "engines": { "node": "^10.12.0 || >=12.0.0" }, "funding": { "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-config-airbnb-base": { "version": "14.2.1", "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz", "integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==", "dev": true, "dependencies": { "confusing-browser-globals": "^1.0.10", "object.assign": "^4.1.2", "object.entries": "^1.1.2" }, "engines": { "node": ">= 6" }, "peerDependencies": { "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", "eslint-plugin-import": "^2.22.1" } }, "node_modules/eslint-config-airbnb-typescript": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.0.tgz", "integrity": "sha512-d2Nit2ByZARGRYK6tgSNl3nnmGZPyvsgbsKFcmm+nAhvT8VjVpifG5jI4tzObUUPb0sWw0E1oO/0pSpBD/pIuQ==", "dev": true, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3" } }, "node_modules/eslint-config-prettier": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, "peerDependencies": { "eslint": ">=7.0.0" } }, "node_modules/eslint-import-resolver-node": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", "dev": true, "dependencies": { "debug": "^3.2.7", "resolve": "^1.20.0" } }, "node_modules/eslint-import-resolver-node/node_modules/debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-module-utils": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz", "integrity": "sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==", "dev": true, "dependencies": { "debug": "^3.2.7", "pkg-dir": "^2.0.0" }, "engines": { "node": ">=4" } }, "node_modules/eslint-module-utils/node_modules/debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-plugin-import": { "version": "2.24.2", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz", "integrity": "sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==", "dev": true, "dependencies": { "array-includes": "^3.1.3", "array.prototype.flat": "^1.2.4", "debug": "^2.6.9", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.6", "eslint-module-utils": "^2.6.2", "find-up": "^2.0.0", "has": "^1.0.3", "is-core-module": "^2.6.0", "minimatch": "^3.0.4", "object.values": "^1.1.4", "pkg-up": "^2.0.0", "read-pkg-up": "^3.0.0", "resolve": "^1.20.0", "tsconfig-paths": "^3.11.0" }, "engines": { "node": ">=4" }, "peerDependencies": { "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0" } }, "node_modules/eslint-plugin-import/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "dependencies": { "ms": "2.0.0" } }, "node_modules/eslint-plugin-import/node_modules/doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, "dependencies": { "esutils": "^2.0.2" }, "engines": { "node": ">=0.10.0" } }, "node_modules/eslint-plugin-import/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, "node_modules/eslint-plugin-svelte3": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-3.2.1.tgz", "integrity": "sha512-YoBR9mLoKCjGghJ/gvpnFZKaMEu/VRcuxpSRS8KuozuEo7CdBH7bmBHa6FmMm0i4kJnOyx+PVsaptz96K6H/4Q==", "dev": true, "engines": { "node": ">=10" }, "peerDependencies": { "eslint": ">=6.0.0", "svelte": "^3.2.0" } }, "node_modules/eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" }, "engines": { "node": ">=8.0.0" } }, "node_modules/eslint-utils": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", "dev": true, "dependencies": { "eslint-visitor-keys": "^2.0.0" }, "engines": { "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" }, "funding": { "url": "https://github.com/sponsors/mysticatea" }, "peerDependencies": { "eslint": ">=5" } }, "node_modules/eslint-visitor-keys": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", "dev": true, "engines": { "node": ">=10" } }, "node_modules/eslint/node_modules/eslint-utils": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", "dev": true, "dependencies": { "eslint-visitor-keys": "^1.1.0" }, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/mysticatea" } }, "node_modules/eslint/node_modules/eslint-utils/node_modules/eslint-visitor-keys": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/espree": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", "dev": true, "dependencies": { "acorn": "^7.4.0", "acorn-jsx": "^5.3.1", "eslint-visitor-keys": "^1.3.0" }, "engines": { "node": "^10.12.0 || >=12.0.0" } }, "node_modules/espree/node_modules/eslint-visitor-keys": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true, "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" }, "engines": { "node": ">=4" } }, "node_modules/esquery": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", "dev": true, "dependencies": { "estraverse": "^5.1.0" }, "engines": { "node": ">=0.10" } }, "node_modules/esquery/node_modules/estraverse": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", "dev": true, "engines": { "node": ">=4.0" } }, "node_modules/esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "dependencies": { "estraverse": "^5.2.0" }, "engines": { "node": ">=4.0" } }, "node_modules/esrecurse/node_modules/estraverse": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", "dev": true, "engines": { "node": ">=4.0" } }, "node_modules/estraverse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, "engines": { "node": ">=4.0" } }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/execall": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", "dev": true, "dependencies": { "clone-regexp": "^2.1.0" }, "engines": { "node": ">=8" } }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, "node_modules/fast-glob": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" }, "engines": { "node": ">=8" } }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true }, "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, "node_modules/fastest-levenshtein": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", "dev": true }, "node_modules/fastq": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", "dev": true, "dependencies": { "reusify": "^1.0.4" } }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, "dependencies": { "flat-cache": "^3.0.4" }, "engines": { "node": "^10.12.0 || >=12.0.0" } }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" }, "engines": { "node": ">=8" } }, "node_modules/find-up": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "dependencies": { "locate-path": "^2.0.0" }, "engines": { "node": ">=4" } }, "node_modules/flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, "dependencies": { "flatted": "^3.1.0", "rimraf": "^3.0.2" }, "engines": { "node": "^10.12.0 || >=12.0.0" } }, "node_modules/flatted": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", "dev": true }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, "node_modules/fsevents": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, "hasInstallScript": true, "optional": true, "os": [ "darwin" ], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, "node_modules/functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", "dev": true }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/get-intrinsic": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/get-stdin": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/get-symbol-description": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/glob": { "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, "engines": { "node": "*" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "dependencies": { "is-glob": "^4.0.1" }, "engines": { "node": ">= 6" } }, "node_modules/global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "dev": true, "dependencies": { "global-prefix": "^3.0.0" }, "engines": { "node": ">=6" } }, "node_modules/global-prefix": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dev": true, "dependencies": { "ini": "^1.3.5", "kind-of": "^6.0.2", "which": "^1.3.1" }, "engines": { "node": ">=6" } }, "node_modules/global-prefix/node_modules/which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "dependencies": { "isexe": "^2.0.0" }, "bin": { "which": "bin/which" } }, "node_modules/globals": { "version": "13.11.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", "dev": true, "dependencies": { "type-fest": "^0.20.2" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/globby": { "version": "11.0.4", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.1.1", "ignore": "^5.1.4", "merge2": "^1.3.0", "slash": "^3.0.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/globby/node_modules/ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", "dev": true, "engines": { "node": ">= 4" } }, "node_modules/globjoin": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", "dev": true }, "node_modules/gonzales-pe": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", "dev": true, "dependencies": { "minimist": "^1.2.5" }, "bin": { "gonzales": "bin/gonzales.js" }, "engines": { "node": ">=0.6.0" } }, "node_modules/graceful-fs": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==", "dev": true }, "node_modules/hard-rejection": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "dependencies": { "function-bind": "^1.1.1" }, "engines": { "node": ">= 0.4.0" } }, "node_modules/has-bigints": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/has-symbols": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-tostringtag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "dependencies": { "has-symbols": "^1.0.2" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "node_modules/html-tags": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/htmlparser2": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", "dev": true, "dependencies": { "domelementtype": "^1.3.1", "domhandler": "^2.3.0", "domutils": "^1.5.1", "entities": "^1.1.1", "inherits": "^2.0.1", "readable-stream": "^3.1.1" } }, "node_modules/ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true, "engines": { "node": ">= 4" } }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" }, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/import-lazy": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "dev": true, "engines": { "node": ">=0.8.19" } }, "node_modules/indent-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" } }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, "node_modules/ini": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "node_modules/internal-slot": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "dependencies": { "get-intrinsic": "^1.1.0", "has": "^1.0.3", "side-channel": "^1.0.4" }, "engines": { "node": ">= 0.4" } }, "node_modules/internmap": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.2.tgz", "integrity": "sha512-6O4dJQZN4+83kg9agi21fbasiAn7V2JRvLv29/YT1Kz8f+ngakB1hMG+AP0mYquLOtjWhNO8CvKhhXT/7Tla/g==", "engines": { "node": ">=12" } }, "node_modules/is-alphabetical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-alphanumerical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", "dev": true, "dependencies": { "is-alphabetical": "^1.0.0", "is-decimal": "^1.0.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", "dev": true }, "node_modules/is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dev": true, "dependencies": { "has-bigints": "^1.0.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "dependencies": { "binary-extensions": "^2.0.0" }, "engines": { "node": ">=8" } }, "node_modules/is-boolean-object": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-buffer": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ], "engines": { "node": ">=4" } }, "node_modules/is-callable": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-core-module": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz", "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==", "dev": true, "dependencies": { "has": "^1.0.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-date-object": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-decimal": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/is-glob": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "dependencies": { "is-extglob": "^2.1.1" }, "engines": { "node": ">=0.10.0" } }, "node_modules/is-hexadecimal": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-negative-zero": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, "engines": { "node": ">=0.12.0" } }, "node_modules/is-number-object": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz", "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-regexp": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz", "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/is-string": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-symbol": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, "dependencies": { "has-symbols": "^1.0.2" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", "dev": true }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, "node_modules/js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, "bin": { "jsesc": "bin/jsesc" }, "engines": { "node": ">=4" } }, "node_modules/json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true }, "node_modules/json5": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", "dev": true, "dependencies": { "minimist": "^1.2.5" }, "bin": { "json5": "lib/cli.js" }, "engines": { "node": ">=6" } }, "node_modules/jsonc-parser": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", "dev": true }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/kleur": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz", "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/known-css-properties": { "version": "0.21.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz", "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==", "dev": true }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" }, "engines": { "node": ">= 0.8.0" } }, "node_modules/lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", "dev": true }, "node_modules/load-json-file": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", "pify": "^3.0.0", "strip-bom": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "dependencies": { "p-locate": "^2.0.0", "path-exists": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "node_modules/lodash.clonedeep": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", "dev": true }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, "node_modules/lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", "dev": true }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/longest-streak": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "dependencies": { "yallist": "^4.0.0" }, "engines": { "node": ">=10" } }, "node_modules/magic-string": { "version": "0.25.7", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", "dev": true, "dependencies": { "sourcemap-codec": "^1.4.4" } }, "node_modules/map-obj": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/mathml-tag-names": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/mdast-util-from-markdown": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==", "dev": true, "dependencies": { "@types/mdast": "^3.0.0", "mdast-util-to-string": "^2.0.0", "micromark": "~2.11.0", "parse-entities": "^2.0.0", "unist-util-stringify-position": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/mdast-util-to-markdown": { "version": "0.6.5", "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", "longest-streak": "^2.0.0", "mdast-util-to-string": "^2.0.0", "parse-entities": "^2.0.0", "repeat-string": "^1.0.0", "zwitch": "^1.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/mdast-util-to-string": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/meow": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", "dev": true, "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", "decamelize": "^1.2.0", "decamelize-keys": "^1.1.0", "hard-rejection": "^2.1.0", "minimist-options": "4.1.0", "normalize-package-data": "^3.0.0", "read-pkg-up": "^7.0.1", "redent": "^3.0.0", "trim-newlines": "^3.0.0", "type-fest": "^0.18.0", "yargs-parser": "^20.2.3" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/meow/node_modules/find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/hosted-git-info": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" }, "engines": { "node": ">=10" } }, "node_modules/meow/node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "dependencies": { "p-locate": "^4.1.0" }, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/normalize-package-data": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" }, "engines": { "node": ">=10" } }, "node_modules/meow/node_modules/p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "dependencies": { "p-try": "^2.0.0" }, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/meow/node_modules/p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "dependencies": { "p-limit": "^2.2.0" }, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/meow/node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/meow/node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", "parse-json": "^5.0.0", "type-fest": "^0.6.0" }, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/read-pkg-up": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", "type-fest": "^0.8.1" }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/read-pkg/node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", "semver": "2 || 3 || 4 || 5", "validate-npm-package-license": "^3.0.1" } }, "node_modules/meow/node_modules/read-pkg/node_modules/semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/meow/node_modules/read-pkg/node_modules/type-fest": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/meow/node_modules/type-fest": { "version": "0.18.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, "engines": { "node": ">= 8" } }, "node_modules/micromark": { "version": "2.11.4", "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz", "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==", "dev": true, "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/unifiedjs" }, { "type": "OpenCollective", "url": "https://opencollective.com/unified" } ], "dependencies": { "debug": "^4.0.0", "parse-entities": "^2.0.0" } }, "node_modules/micromatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", "dev": true, "dependencies": { "braces": "^3.0.1", "picomatch": "^2.2.3" }, "engines": { "node": ">=8.6" } }, "node_modules/min-indent": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" }, "engines": { "node": "*" } }, "node_modules/minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, "node_modules/minimist-options": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", "kind-of": "^6.0.3" }, "engines": { "node": ">= 6" } }, "node_modules/mkdirp": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "dev": true, "dependencies": { "minimist": "^1.2.5" }, "bin": { "mkdirp": "bin/cmd.js" } }, "node_modules/mri": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, "node_modules/node-releases": { "version": "1.1.75", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.75.tgz", "integrity": "sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==", "dev": true }, "node_modules/normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", "semver": "2 || 3 || 4 || 5", "validate-npm-package-license": "^3.0.1" } }, "node_modules/normalize-package-data/node_modules/semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/normalize-selector": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", "dev": true }, "node_modules/num2fraction": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", "dev": true }, "node_modules/object-inspect": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz", "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, "engines": { "node": ">= 0.4" } }, "node_modules/object.assign": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, "dependencies": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", "has-symbols": "^1.0.1", "object-keys": "^1.1.1" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object.entries": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.4.tgz", "integrity": "sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.18.2" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.values": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz", "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.18.2" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "dependencies": { "wrappy": "1" } }, "node_modules/optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", "dev": true, "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", "type-check": "^0.4.0", "word-wrap": "^1.2.3" }, "engines": { "node": ">= 0.8.0" } }, "node_modules/p-limit": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "dependencies": { "p-try": "^1.0.0" }, "engines": { "node": ">=4" } }, "node_modules/p-locate": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "dependencies": { "p-limit": "^1.1.0" }, "engines": { "node": ">=4" } }, "node_modules/p-try": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "dependencies": { "callsites": "^3.0.0" }, "engines": { "node": ">=6" } }, "node_modules/parse-entities": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", "dev": true, "dependencies": { "character-entities": "^1.0.0", "character-entities-legacy": "^1.0.0", "character-reference-invalid": "^1.0.0", "is-alphanumerical": "^1.0.0", "is-decimal": "^1.0.0", "is-hexadecimal": "^1.0.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" }, "engines": { "node": ">=4" } }, "node_modules/path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/picomatch": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", "dev": true, "engines": { "node": ">=8.6" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" } }, "node_modules/pify": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/pkg-dir": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", "dev": true, "dependencies": { "find-up": "^2.1.0" }, "engines": { "node": ">=4" } }, "node_modules/pkg-up": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz", "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=", "dev": true, "dependencies": { "find-up": "^2.1.0" }, "engines": { "node": ">=4" } }, "node_modules/postcss": { "version": "7.0.36", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, "dependencies": { "chalk": "^2.4.2", "source-map": "^0.6.1", "supports-color": "^6.1.0" }, "engines": { "node": ">=6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-html": { "version": "0.36.0", "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz", "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==", "dev": true, "dependencies": { "htmlparser2": "^3.10.0" }, "peerDependencies": { "postcss": ">=5.0.0", "postcss-syntax": ">=0.36.0" } }, "node_modules/postcss-less": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz", "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", "dev": true, "dependencies": { "postcss": "^7.0.14" }, "engines": { "node": ">=6.14.4" } }, "node_modules/postcss-media-query-parser": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=", "dev": true }, "node_modules/postcss-resolve-nested-selector": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", "dev": true }, "node_modules/postcss-safe-parser": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz", "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==", "dev": true, "dependencies": { "postcss": "^7.0.26" }, "engines": { "node": ">=6.0.0" } }, "node_modules/postcss-sass": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz", "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==", "dev": true, "dependencies": { "gonzales-pe": "^4.3.0", "postcss": "^7.0.21" } }, "node_modules/postcss-scss": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz", "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==", "dev": true, "dependencies": { "postcss": "^7.0.6" }, "engines": { "node": ">=6.0.0" } }, "node_modules/postcss-selector-parser": { "version": "6.0.6", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", "dev": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" }, "engines": { "node": ">=4" } }, "node_modules/postcss-sorting": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz", "integrity": "sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==", "dev": true, "dependencies": { "lodash": "^4.17.14", "postcss": "^7.0.17" }, "engines": { "node": ">=8.7.0" } }, "node_modules/postcss-syntax": { "version": "0.36.2", "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz", "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==", "dev": true, "peerDependencies": { "postcss": ">=5.0.0" } }, "node_modules/postcss-value-parser": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", "dev": true }, "node_modules/postcss/node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "dependencies": { "color-convert": "^1.9.0" }, "engines": { "node": ">=4" } }, "node_modules/postcss/node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" }, "engines": { "node": ">=4" } }, "node_modules/postcss/node_modules/chalk/node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { "has-flag": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/postcss/node_modules/color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { "color-name": "1.1.3" } }, "node_modules/postcss/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, "node_modules/postcss/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true, "engines": { "node": ">=0.8.0" } }, "node_modules/postcss/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/postcss/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/postcss/node_modules/supports-color": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "dependencies": { "has-flag": "^3.0.0" }, "engines": { "node": ">=6" } }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "engines": { "node": ">= 0.8.0" } }, "node_modules/prettier": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", "dev": true, "bin": { "prettier": "bin-prettier.js" }, "engines": { "node": ">=10.13.0" } }, "node_modules/prettier-plugin-svelte": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-2.4.0.tgz", "integrity": "sha512-JwJ9bOz4XHLQtiLnX4mTSSDUdhu12WH8sTwy/XTDCSyPlah6IcV7NWeYBZscPEcceu2YnW8Y9sJCP40Z2UH9GA==", "dev": true, "peerDependencies": { "prettier": "^1.16.4 || ^2.0.0", "svelte": "^3.2.0" } }, "node_modules/progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true, "engines": { "node": ">=0.4.0" } }, "node_modules/punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }, "node_modules/quick-lru": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "dependencies": { "load-json-file": "^4.0.0", "normalize-package-data": "^2.3.2", "path-type": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/read-pkg-up": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "dependencies": { "find-up": "^2.0.0", "read-pkg": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/read-pkg/node_modules/path-type": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "dependencies": { "pify": "^3.0.0" }, "engines": { "node": ">=4" } }, "node_modules/readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" }, "engines": { "node": ">= 6" } }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, "dependencies": { "picomatch": "^2.2.1" }, "engines": { "node": ">=8.10.0" } }, "node_modules/redent": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" }, "engines": { "node": ">=8" } }, "node_modules/regexpp": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/mysticatea" } }, "node_modules/remark": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz", "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==", "dev": true, "dependencies": { "remark-parse": "^9.0.0", "remark-stringify": "^9.0.0", "unified": "^9.1.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/remark-parse": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", "dev": true, "dependencies": { "mdast-util-from-markdown": "^0.8.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/remark-stringify": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz", "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==", "dev": true, "dependencies": { "mdast-util-to-markdown": "^0.6.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", "dev": true, "engines": { "node": ">=0.10" } }, "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/resolve": { "version": "1.20.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", "dev": true, "dependencies": { "is-core-module": "^2.2.0", "path-parse": "^1.0.6" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" } }, "node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ], "dependencies": { "queue-microtask": "^1.2.2" } }, "node_modules/sade": { "version": "1.7.4", "resolved": "https://registry.npmjs.org/sade/-/sade-1.7.4.tgz", "integrity": "sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==", "dev": true, "dependencies": { "mri": "^1.1.0" }, "engines": { "node": ">= 6" } }, "node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "node_modules/sander": { "version": "0.5.1", "resolved": "https://registry.npmjs.org/sander/-/sander-0.5.1.tgz", "integrity": "sha1-dB4kXiMfB8r7b98PEzrfohalAq0=", "dev": true, "dependencies": { "es6-promise": "^3.1.2", "graceful-fs": "^4.1.3", "mkdirp": "^0.5.1", "rimraf": "^2.5.2" } }, "node_modules/sander/node_modules/rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" } }, "node_modules/semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" }, "bin": { "semver": "bin/semver.js" }, "engines": { "node": ">=10" } }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "dependencies": { "shebang-regex": "^3.0.0" }, "engines": { "node": ">=8" } }, "node_modules/shebang-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "dev": true, "dependencies": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", "object-inspect": "^1.9.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/signal-exit": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.4.tgz", "integrity": "sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==", "dev": true }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", "is-fullwidth-code-point": "^3.0.0" }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, "node_modules/sorcery": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/sorcery/-/sorcery-0.10.0.tgz", "integrity": "sha1-iukK19fLBfxZ8asMY3hF1cFaUrc=", "dev": true, "dependencies": { "buffer-crc32": "^0.2.5", "minimist": "^1.2.0", "sander": "^0.5.0", "sourcemap-codec": "^1.3.0" }, "bin": { "sorcery": "bin/index.js" } }, "node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/sourcemap-codec": { "version": "1.4.8", "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", "dev": true }, "node_modules/spdx-correct": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" } }, "node_modules/spdx-exceptions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", "dev": true }, "node_modules/spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, "node_modules/spdx-license-ids": { "version": "3.0.10", "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz", "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==", "dev": true }, "node_modules/specificity": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", "dev": true, "bin": { "specificity": "bin/specificity" } }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "dependencies": { "safe-buffer": "~5.2.0" } }, "node_modules/string_decoder/node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }, "node_modules/string-width": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", "dev": true, "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" }, "engines": { "node": ">=8" } }, "node_modules/string.prototype.trimend": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "dependencies": { "ansi-regex": "^5.0.0" }, "engines": { "node": ">=8" } }, "node_modules/strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/strip-indent": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, "dependencies": { "min-indent": "^1.0.0" }, "engines": { "node": ">=8" } }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/style-mod": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.0.tgz", "integrity": "sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw==" }, "node_modules/style-search": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", "dev": true }, "node_modules/stylelint": { "version": "13.13.1", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.13.1.tgz", "integrity": "sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==", "dev": true, "dependencies": { "@stylelint/postcss-css-in-js": "^0.37.2", "@stylelint/postcss-markdown": "^0.36.2", "autoprefixer": "^9.8.6", "balanced-match": "^2.0.0", "chalk": "^4.1.1", "cosmiconfig": "^7.0.0", "debug": "^4.3.1", "execall": "^2.0.0", "fast-glob": "^3.2.5", "fastest-levenshtein": "^1.0.12", "file-entry-cache": "^6.0.1", "get-stdin": "^8.0.0", "global-modules": "^2.0.0", "globby": "^11.0.3", "globjoin": "^0.1.4", "html-tags": "^3.1.0", "ignore": "^5.1.8", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "known-css-properties": "^0.21.0", "lodash": "^4.17.21", "log-symbols": "^4.1.0", "mathml-tag-names": "^2.1.3", "meow": "^9.0.0", "micromatch": "^4.0.4", "normalize-selector": "^0.2.0", "postcss": "^7.0.35", "postcss-html": "^0.36.0", "postcss-less": "^3.1.4", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^4.0.2", "postcss-sass": "^0.4.4", "postcss-scss": "^2.1.1", "postcss-selector-parser": "^6.0.5", "postcss-syntax": "^0.36.2", "postcss-value-parser": "^4.1.0", "resolve-from": "^5.0.0", "slash": "^3.0.0", "specificity": "^0.4.1", "string-width": "^4.2.2", "strip-ansi": "^6.0.0", "style-search": "^0.1.0", "sugarss": "^2.0.0", "svg-tags": "^1.0.0", "table": "^6.6.0", "v8-compile-cache": "^2.3.0", "write-file-atomic": "^3.0.3" }, "bin": { "stylelint": "bin/stylelint.js" }, "engines": { "node": ">=10.13.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/stylelint" } }, "node_modules/stylelint-config-prettier": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz", "integrity": "sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==", "dev": true, "bin": { "stylelint-config-prettier": "bin/check.js", "stylelint-config-prettier-check": "bin/check.js" }, "engines": { "node": ">= 10", "npm": ">= 5" }, "peerDependencies": { "stylelint": ">=11.0.0" } }, "node_modules/stylelint-config-recess-order": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-2.5.0.tgz", "integrity": "sha512-FqhPRGQlHnTS/ZPegq5ORelHsk9X5S+l0uQu1N97e+SSLD+6XYDewdkXy6e2yx8fpZLvwpP3TnPoNTHGw52DzA==", "dev": true, "dependencies": { "stylelint-order": "4.1.x" }, "peerDependencies": { "stylelint": ">=9" } }, "node_modules/stylelint-config-recommended": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", "dev": true, "peerDependencies": { "stylelint": "^13.13.0" } }, "node_modules/stylelint-config-standard": { "version": "22.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz", "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==", "dev": true, "dependencies": { "stylelint-config-recommended": "^5.0.0" }, "peerDependencies": { "stylelint": "^13.13.0" } }, "node_modules/stylelint-order": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz", "integrity": "sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==", "dev": true, "dependencies": { "lodash": "^4.17.15", "postcss": "^7.0.31", "postcss-sorting": "^5.0.1" }, "peerDependencies": { "stylelint": "^10.0.1 || ^11.0.0 || ^12.0.0 || ^13.0.0" } }, "node_modules/stylelint/node_modules/balanced-match": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", "dev": true }, "node_modules/stylelint/node_modules/ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", "dev": true, "engines": { "node": ">= 4" } }, "node_modules/stylelint/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/sugarss": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz", "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", "dev": true, "dependencies": { "postcss": "^7.0.2" } }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { "has-flag": "^4.0.0" }, "engines": { "node": ">=8" } }, "node_modules/svelte": { "version": "3.42.6", "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.42.6.tgz", "integrity": "sha512-lAcryr9Do2PeGtbodspX5I4kWj4yWYAa2WGpDCwzNkP3y8WZTxigMd4/TMO1rBZEOkMYGn4ZXrbAlSEGhK6q3w==", "engines": { "node": ">= 8" } }, "node_modules/svelte-check": { "version": "2.2.6", "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-2.2.6.tgz", "integrity": "sha512-oJux/afbmcZO+N+ADXB88h6XANLie8Y2rh2qBlhgfkpr2c3t/q/T0w2JWrHqagaDL8zeNwO8a8RVFBkrRox8gg==", "dev": true, "dependencies": { "chalk": "^4.0.0", "chokidar": "^3.4.1", "fast-glob": "^3.2.7", "import-fresh": "^3.2.1", "minimist": "^1.2.5", "sade": "^1.7.4", "source-map": "^0.7.3", "svelte-preprocess": "^4.0.0", "typescript": "*" }, "bin": { "svelte-check": "bin/svelte-check" }, "peerDependencies": { "svelte": "^3.24.0" } }, "node_modules/svelte-check/node_modules/source-map": { "version": "0.7.3", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", "dev": true, "engines": { "node": ">= 8" } }, "node_modules/svelte-preprocess": { "version": "4.9.4", "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.9.4.tgz", "integrity": "sha512-Z0mUQBGtE+ZZSv/HerRSHe7ukJokxjiPeHe7iPOIXseEoRw51H3K/Vh6OMIMstetzZ11vWO9rCsXSD/uUUArmA==", "dev": true, "hasInstallScript": true, "dependencies": { "@types/pug": "^2.0.4", "@types/sass": "^1.16.0", "detect-indent": "^6.0.0", "magic-string": "^0.25.7", "sorcery": "^0.10.0", "strip-indent": "^3.0.0" }, "engines": { "node": ">= 9.11.2" }, "peerDependencies": { "@babel/core": "^7.10.2", "coffeescript": "^2.5.1", "less": "^3.11.3", "postcss": "^7 || ^8", "postcss-load-config": "^2.1.0 || ^3.0.0", "pug": "^3.0.0", "sass": "^1.26.8", "stylus": "^0.54.7", "sugarss": "^2.0.0", "svelte": "^3.23.0", "typescript": "^3.9.5 || ^4.0.0" }, "peerDependenciesMeta": { "@babel/core": { "optional": true }, "coffeescript": { "optional": true }, "less": { "optional": true }, "node-sass": { "optional": true }, "postcss": { "optional": true }, "postcss-load-config": { "optional": true }, "pug": { "optional": true }, "sass": { "optional": true }, "stylus": { "optional": true }, "sugarss": { "optional": true }, "typescript": { "optional": true } } }, "node_modules/svelte-preprocess-esbuild": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/svelte-preprocess-esbuild/-/svelte-preprocess-esbuild-2.0.0.tgz", "integrity": "sha512-kGJ14aXcQEcyteoIijDDPvMDIq/CpkMbkW/wAFISD//KGXu7Y5fi4T/6/whKgHZFY1vw52D1SrTwN34uvTjdjw==", "dev": true, "engines": { "node": ">=10" }, "peerDependencies": { "esbuild": ">=0.9.0", "svelte": ">=3.5.0" } }, "node_modules/svg-tags": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", "dev": true }, "node_modules/table": { "version": "6.7.1", "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz", "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==", "dev": true, "dependencies": { "ajv": "^8.0.1", "lodash.clonedeep": "^4.5.0", "lodash.truncate": "^4.4.2", "slice-ansi": "^4.0.0", "string-width": "^4.2.0", "strip-ansi": "^6.0.0" }, "engines": { "node": ">=10.0.0" } }, "node_modules/table/node_modules/ajv": { "version": "8.6.3", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz", "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", "uri-js": "^4.2.2" }, "funding": { "type": "github", "url": "https://github.com/sponsors/epoberezkin" } }, "node_modules/table/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", "dev": true, "engines": { "node": ">=4" } }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "dependencies": { "is-number": "^7.0.0" }, "engines": { "node": ">=8.0" } }, "node_modules/totalist": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/totalist/-/totalist-2.0.0.tgz", "integrity": "sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/trim-newlines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/trough": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/tsconfig-paths": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz", "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==", "dev": true, "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.1", "minimist": "^1.2.0", "strip-bom": "^3.0.0" } }, "node_modules/tsconfig-paths/node_modules/json5": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "dependencies": { "minimist": "^1.2.0" }, "bin": { "json5": "lib/cli.js" } }, "node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true }, "node_modules/tsutils": { "version": "3.21.0", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "dev": true, "dependencies": { "tslib": "^1.8.1" }, "engines": { "node": ">= 6" }, "peerDependencies": { "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" } }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "dependencies": { "prelude-ls": "^1.2.1" }, "engines": { "node": ">= 0.8.0" } }, "node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", "dev": true, "dependencies": { "is-typedarray": "^1.0.0" } }, "node_modules/typescript": { "version": "4.4.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "has-bigints": "^1.0.1", "has-symbols": "^1.0.2", "which-boxed-primitive": "^1.0.2" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/unified": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", "dev": true, "dependencies": { "bail": "^1.0.0", "extend": "^3.0.0", "is-buffer": "^2.0.0", "is-plain-obj": "^2.0.0", "trough": "^1.0.0", "vfile": "^4.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/unified/node_modules/is-plain-obj": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/unist-util-find-all-after": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz", "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==", "dev": true, "dependencies": { "unist-util-is": "^4.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/unist-util-is": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/unist-util-stringify-position": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", "dev": true, "dependencies": { "@types/unist": "^2.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "dependencies": { "punycode": "^2.1.0" } }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "node_modules/uvu": { "version": "0.5.1", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.1.tgz", "integrity": "sha512-JGxttnOGDFs77FaZ0yMUHIzczzQ5R1IlDeNW6Wymw6gAscwMdAffVOP6TlxLIfReZyK8tahoGwWZaTCJzNFDkg==", "dev": true, "dependencies": { "dequal": "^2.0.0", "diff": "^5.0.0", "kleur": "^4.0.3", "sade": "^1.7.3", "totalist": "^2.0.0" }, "bin": { "uvu": "bin.js" }, "engines": { "node": ">=8" } }, "node_modules/v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, "node_modules/validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, "node_modules/vfile": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", "is-buffer": "^2.0.0", "unist-util-stringify-position": "^2.0.0", "vfile-message": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/vfile-message": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", "unist-util-stringify-position": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/w3c-keyname": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.4.tgz", "integrity": "sha512-tOhfEwEzFLJzf6d1ZPkYfGj+FWhIpBux9ppoP3rlclw3Z0BZv3N7b7030Z1kYth+6rDuAsXUFr+d0VE6Ed1ikw==" }, "node_modules/watchlist": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/watchlist/-/watchlist-0.3.1.tgz", "integrity": "sha512-m5r4bzxJ9eg07TT/O0Q49imFPD45ZTuQ3kaHwSpUJj1QwVd3pzit4UYOmySdmAP5Egkz6mB6hcAPuPfhIbNo0g==", "dev": true, "dependencies": { "mri": "^1.1.5" }, "bin": { "watchlist": "bin.js" }, "engines": { "node": ">=8" } }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/node-which" }, "engines": { "node": ">= 8" } }, "node_modules/which-boxed-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "dev": true, "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", "is-number-object": "^1.0.4", "is-string": "^1.0.5", "is-symbol": "^1.0.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, "node_modules/write-file-atomic": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", "dev": true, "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", "signal-exit": "^3.0.2", "typedarray-to-buffer": "^3.1.5" } }, "node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, "engines": { "node": ">= 6" } }, "node_modules/yargs-parser": { "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, "engines": { "node": ">=10" } }, "node_modules/zwitch": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } } }, "dependencies": { "@babel/code-frame": { "version": "7.12.11", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/compat-data": { "version": "7.15.0", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", "dev": true }, "@babel/core": { "version": "7.15.5", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz", "integrity": "sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==", "dev": true, "requires": { "@babel/code-frame": "^7.14.5", "@babel/generator": "^7.15.4", "@babel/helper-compilation-targets": "^7.15.4", "@babel/helper-module-transforms": "^7.15.4", "@babel/helpers": "^7.15.4", "@babel/parser": "^7.15.5", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", "semver": "^6.3.0", "source-map": "^0.5.0" }, "dependencies": { "@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "requires": { "@babel/highlight": "^7.14.5" } }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/generator": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.4.tgz", "integrity": "sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==", "dev": true, "requires": { "@babel/types": "^7.15.4", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, "@babel/helper-compilation-targets": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz", "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", "dev": true, "requires": { "@babel/compat-data": "^7.15.0", "@babel/helper-validator-option": "^7.14.5", "browserslist": "^4.16.6", "semver": "^6.3.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/helper-function-name": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", "dev": true, "requires": { "@babel/helper-get-function-arity": "^7.15.4", "@babel/template": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helper-get-function-arity": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz", "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-hoist-variables": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-member-expression-to-functions": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz", "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-module-imports": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz", "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-module-transforms": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz", "integrity": "sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.15.4", "@babel/helper-replace-supers": "^7.15.4", "@babel/helper-simple-access": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "@babel/helper-validator-identifier": "^7.15.7", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.6" } }, "@babel/helper-optimise-call-expression": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz", "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-replace-supers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", "dev": true, "requires": { "@babel/helper-member-expression-to-functions": "^7.15.4", "@babel/helper-optimise-call-expression": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helper-simple-access": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz", "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-split-export-declaration": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz", "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-validator-identifier": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", "dev": true }, "@babel/helper-validator-option": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", "dev": true }, "@babel/helpers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", "dev": true, "requires": { "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/highlight": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.5", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, "color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "requires": { "color-name": "1.1.3" } }, "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "@babel/parser": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz", "integrity": "sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==", "dev": true }, "@babel/template": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz", "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", "dev": true, "requires": { "@babel/code-frame": "^7.14.5", "@babel/parser": "^7.15.4", "@babel/types": "^7.15.4" }, "dependencies": { "@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "requires": { "@babel/highlight": "^7.14.5" } } } }, "@babel/traverse": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", "dev": true, "requires": { "@babel/code-frame": "^7.14.5", "@babel/generator": "^7.15.4", "@babel/helper-function-name": "^7.15.4", "@babel/helper-hoist-variables": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "@babel/parser": "^7.15.4", "@babel/types": "^7.15.4", "debug": "^4.1.0", "globals": "^11.1.0" }, "dependencies": { "@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "requires": { "@babel/highlight": "^7.14.5" } }, "globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true } } }, "@babel/types": { "version": "7.15.6", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.9", "to-fast-properties": "^2.0.0" } }, "@codemirror/autocomplete": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-0.19.3.tgz", "integrity": "sha512-5juP6hVrHAogzQ0JUTQuibE8j1seqeGNJ98qLUPuliI6kLBg5INS4qvUI1Brqye+wYPFu7UHqrrn13RLh5YSzw==", "requires": { "@codemirror/language": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.2", "@codemirror/tooltip": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0" } }, "@codemirror/closebrackets": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/closebrackets/-/closebrackets-0.19.0.tgz", "integrity": "sha512-dFWX5OEVYWRNtGaifSbwIAlymnRRjxWMiMbffbAjF7p0zfGHDbdGkiT56q3Xud63h5/tQdSo5dK1iyNTzHz5vg==", "requires": { "@codemirror/language": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/commands": { "version": "0.19.4", "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-0.19.4.tgz", "integrity": "sha512-EW6ffAIdu7aGWWwEG4xRcKLR+1RXH7hJqMt5mbrxDSc2xAQBgqxIPFglcMeSkC7qqkwPuqv3xavVh1+0gQ0piQ==", "requires": { "@codemirror/language": "^0.19.0", "@codemirror/matchbrackets": "^0.19.0", "@codemirror/state": "^0.19.2", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0" } }, "@codemirror/comment": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/comment/-/comment-0.19.0.tgz", "integrity": "sha512-3hqAd0548fxqOBm4khFMcXVIivX8p0bSlbAuZJ6PNoUn/0wXhxkxowPp0FmFzU2+y37Z+ZQF5cRB5EREWPRIiQ==", "requires": { "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/fold": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/fold/-/fold-0.19.0.tgz", "integrity": "sha512-cHbr2hqKe2pMls1Ia1a4IwXly87ljpmvPUKkul6H/Uv9kCwpQLOP3dGMPXbMGm/1hGjBF/0wnc+m2iba9iJBTQ==", "requires": { "@codemirror/gutter": "^0.19.0", "@codemirror/language": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/gutter": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/gutter/-/gutter-0.19.2.tgz", "integrity": "sha512-xiayxhc9uq1UXiG/r/E3AAYXZt+EtSdgdQXC4nlMHvbfw2EmtryfzGO3HrgasHRyAW8uNCaO9JO4n7mU7rm1rQ==", "requires": { "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/highlight": { "version": "0.19.5", "resolved": "https://registry.npmjs.org/@codemirror/highlight/-/highlight-0.19.5.tgz", "integrity": "sha512-JDGEH/l/DGpxG2k+mgqMKcuFURIs42eoTB4H4tN7QmzyW/z/MlNKiHHv7pWXyN+H5QvftK5yctsxUu77EZikmw==", "requires": { "@codemirror/language": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0", "style-mod": "^4.0.0" } }, "@codemirror/history": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/history/-/history-0.19.0.tgz", "integrity": "sha512-E0H+lncH66IMDhaND9jgkjE7s0dhYfjCPmS+Ig2Yes9I8+UIEecIdObj8c8HPCFGctGg3fxXqRAw2mdHl2Wouw==", "requires": { "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/language": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-0.19.3.tgz", "integrity": "sha512-6vjkRYHRJg/z9wdAk75nU2fQwCJBsh2HpkIjKXIHfzISSgLt5qSDxVhPd8Uu8PD5WMmFFP8tX7I9kdIt873o0A==", "requires": { "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.5", "@lezer/lr": "^0.15.0" } }, "@codemirror/lint": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-0.19.1.tgz", "integrity": "sha512-Ef0TnXpF4Q4B+lvBdgHexe1dHbvkKBvBHsLB8HwTYffwjekg1YvEM+6zyjyjG9m6s1Ru0VaCNlNwotLaVZjHGQ==", "requires": { "@codemirror/panel": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/tooltip": "^0.19.0", "@codemirror/view": "^0.19.0", "crelt": "^1.0.5" } }, "@codemirror/matchbrackets": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@codemirror/matchbrackets/-/matchbrackets-0.19.1.tgz", "integrity": "sha512-jBEW2Uu3hWcrrkwkauaikCAE7s5liCwbccFa6rLK6DzwaynOqCKJGyDsbkfrhikofNRc1yh4V3vwUuxt2u4QbA==", "requires": { "@codemirror/language": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0", "@lezer/common": "^0.15.0" } }, "@codemirror/panel": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/panel/-/panel-0.19.0.tgz", "integrity": "sha512-LJuu49xnuhaAztlhnLJQ57ddOirSyf8/lnl7twsQUG/05RkxodBZ9F7q8r5AOLqOkaQOy9WySEKX1Ur8lD9Q5w==", "requires": { "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/rangeset": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@codemirror/rangeset/-/rangeset-0.19.1.tgz", "integrity": "sha512-WaKTEw8JB/3QFlQzpdgRoklopcWvG8O/Xp+rxxOfFKYTaeaejpY/tjpyBBg+Ea65Ka3m7+pPp9d5j/oR2rd9NA==", "requires": { "@codemirror/state": "^0.19.0" } }, "@codemirror/rectangular-selection": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/@codemirror/rectangular-selection/-/rectangular-selection-0.19.0.tgz", "integrity": "sha512-KdvoEweBgVsOcqdYFEinYGroS028pwUPkO3REzQC7Z/hT1KNqZUlyfoi6WBv3Gzp8b6l8NNA+rLnnYMSHlcGYA==", "requires": { "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/search": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-0.19.2.tgz", "integrity": "sha512-TrRxUxyJ/a7HXtUvMZhgkOUbKE1xO33UhXjn1XACEHKWhgovw1vEeEEti9dZejN8/QOOFJed39InUxmp7oQ8HA==", "requires": { "@codemirror/panel": "^0.19.0", "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.2", "@codemirror/text": "^0.19.0", "@codemirror/view": "^0.19.0", "crelt": "^1.0.5" } }, "@codemirror/state": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.2.tgz", "integrity": "sha512-dDqCrtkb0c/LYUlvQBLyLfkISEskbZnhvBbcVOF4j2AusJ1ptJ3EGMxBL9G16GP1TOdC1T613gA1J1qc3pbfGQ==", "requires": { "@codemirror/text": "^0.19.0" } }, "@codemirror/stream-parser": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/stream-parser/-/stream-parser-0.19.2.tgz", "integrity": "sha512-hBKRQlyu8GUOrY33xZ6/1kAfNZ8ZUm6cX9a7mPx8zAAqnpz/fpksC/qJRrkg1mPMBwxm+JG4fqAwDGJ3gLVniQ==", "requires": { "@codemirror/highlight": "^0.19.0", "@codemirror/language": "^0.19.0", "@codemirror/state": "^0.19.0", "@codemirror/text": "^0.19.0", "@lezer/common": "^0.15.0", "@lezer/lr": "^0.15.0" } }, "@codemirror/text": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@codemirror/text/-/text-0.19.3.tgz", "integrity": "sha512-A0HBPZRwQ72XVMN1tg/pVUnvS5CKboBeHZE7cylYw0ljx9eX+NoYaK7apPSJO/Fwh9XhH9m8Va06EGc11VOzUw==" }, "@codemirror/tooltip": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@codemirror/tooltip/-/tooltip-0.19.2.tgz", "integrity": "sha512-FMMGGLrr62Ck54NEz8yTGpgo8ihobAsC3sbeQg+OpY4jv9dt1yIP5B9LzsIV+TXQB57JZQZxtTqzkhnFq76haw==", "requires": { "@codemirror/state": "^0.19.0", "@codemirror/view": "^0.19.0" } }, "@codemirror/view": { "version": "0.19.7", "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-0.19.7.tgz", "integrity": "sha512-m9AKO8gec/QnyxR1uq182It0WwauTIaHkdjqtdlKx1IRgknH44SKIJIxwxZt4Y6VDhhivcEbugjoadNy0zR3wQ==", "requires": { "@codemirror/rangeset": "^0.19.0", "@codemirror/state": "^0.19.2", "@codemirror/text": "^0.19.0", "style-mod": "^4.0.0", "w3c-keyname": "^2.2.4" } }, "@eslint/eslintrc": { "version": "0.4.3", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", "minimatch": "^3.0.4", "strip-json-comments": "^3.1.1" } }, "@humanwhocodes/config-array": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.0", "debug": "^4.1.1", "minimatch": "^3.0.4" } }, "@humanwhocodes/object-schema": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", "dev": true }, "@lezer/common": { "version": "0.15.5", "resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.5.tgz", "integrity": "sha512-ufcjclusHXGdhp4gSPbPD7sUd38SgOej7m5tAEuG2tNPzqzV0d1vwwLh57R6IwW79ml2mb3tUjAoDfqI7v1HEw==" }, "@lezer/lr": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.15.2.tgz", "integrity": "sha512-gkQUkKCAw/zxOiTCGhjctV/C+FPmfwqXscM9EGgcYhUZewkLu2AsEl2Vlcral7xtDU0t6xwakT6Fw5jlMvMX6Q==", "requires": { "@lezer/common": "^0.15.0" } }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "requires": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true }, "@nodelib/fs.walk": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "requires": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "@openfonts/fira-mono_all": { "version": "1.44.2", "resolved": "https://registry.npmjs.org/@openfonts/fira-mono_all/-/fira-mono_all-1.44.2.tgz", "integrity": "sha512-PiYPqHtlK5lm+H2e3nnG8uomxheYjvrKWuCvYFyXWAynDjkY5ykbK3M4bZd0tkNBVWY+Y95fsAc4Gj9zT8YEKA==" }, "@openfonts/fira-sans_all": { "version": "1.44.1", "resolved": "https://registry.npmjs.org/@openfonts/fira-sans_all/-/fira-sans_all-1.44.1.tgz", "integrity": "sha512-8OCOZ0XzyM9WdkqO2GyIuOAKEHKvnLpAUrlNyG5PUj3EGjdxvJciprdBsrBBN+pEezIX0ToZ/G/jeSWORI5tSQ==" }, "@openfonts/source-code-pro_all": { "version": "1.44.2", "resolved": "https://registry.npmjs.org/@openfonts/source-code-pro_all/-/source-code-pro_all-1.44.2.tgz", "integrity": "sha512-s3cv5WiPH5ksSrr7d4mML0tZeveMTjSOrbi21woFz9wzZUbxznRTgoWGDE8zYGsOrBUfW1lUB87nWzxCXTRmnA==" }, "@openfonts/source-serif-pro_latin": { "version": "1.44.1", "resolved": "https://registry.npmjs.org/@openfonts/source-serif-pro_latin/-/source-serif-pro_latin-1.44.1.tgz", "integrity": "sha512-SJtEE9qhh2ABQ581JoIjQP0rmBk8Iqg3f2Wcajdp3e23HE6jxeFtTtxI6JWw71N7i09eyTiTRt/7QLvV8kbCUg==" }, "@stylelint/postcss-css-in-js": { "version": "0.37.2", "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz", "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==", "dev": true, "requires": { "@babel/core": ">=7.9.0" } }, "@stylelint/postcss-markdown": { "version": "0.36.2", "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz", "integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==", "dev": true, "requires": { "remark": "^13.0.0", "unist-util-find-all-after": "^3.0.2" } }, "@types/d3-array": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.1.tgz", "integrity": "sha512-D/G7oG0czeszALrkdUiV68CDiHDxXf+M2mLVqAyKktGd12VKQQljj1sHJGBKjcK4jRH1biBd6ZPQPHpJ0mNa0w==", "dev": true }, "@types/d3-axis": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.1.tgz", "integrity": "sha512-zji/iIbdd49g9WN0aIsGcwcTBUkgLsCSwB+uH+LPVDAiKWENMtI3cJEWt+7/YYwelMoZmbBfzA3qCdrZ2XFNnw==", "dev": true, "requires": { "@types/d3-selection": "*" } }, "@types/d3-color": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.0.2.tgz", "integrity": "sha512-WVx6zBiz4sWlboCy7TCgjeyHpNjMsoF36yaagny1uXfbadc9f+5BeBf7U+lRmQqY3EHbGQpP8UdW8AC+cywSwQ==", "dev": true }, "@types/d3-format": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.1.tgz", "integrity": "sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg==", "dev": true }, "@types/d3-hierarchy": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.0.2.tgz", "integrity": "sha512-+krnrWOZ+aQB6v+E+jEkmkAx9HvsNAD+1LCD0vlBY3t+HwjKnsBFbpVLx6WWzDzCIuiTWdAxXMEnGnVXpB09qQ==", "dev": true }, "@types/d3-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.0.0.tgz", "integrity": "sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==", "dev": true }, "@types/d3-quadtree": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.2.tgz", "integrity": "sha512-QNcK8Jguvc8lU+4OfeNx+qnVy7c0VrDJ+CCVFS9srBo2GL9Y18CnIxBdTF3v38flrGy5s1YggcoAiu6s4fLQIw==", "dev": true }, "@types/d3-scale": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.1.tgz", "integrity": "sha512-GDuXcRcR6mKcpUVMhPNttpOzHi2dP6YcDqLZYSZHgwTZ+sfCa8e9q0VEBwZomblAPNMYpVqxojnSyIEb4s/Pwg==", "dev": true, "requires": { "@types/d3-time": "*" } }, "@types/d3-selection": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.1.tgz", "integrity": "sha512-aJ1d1SCUtERHH65bB8NNoLpUOI3z8kVcfg2BGm4rMMUwuZF4x6qnIEKjT60Vt0o7gP/a/xkRVs4D9CpDifbyRA==", "dev": true }, "@types/d3-shape": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.0.2.tgz", "integrity": "sha512-5+ButCmIfNX8id5seZ7jKj3igdcxx+S9IDBiT35fQGTLZUfkFgTv+oBH34xgeoWDKpWcMITSzBILWQtBoN5Piw==", "dev": true, "requires": { "@types/d3-path": "*" } }, "@types/d3-time": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz", "integrity": "sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==", "dev": true }, "@types/d3-time-format": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.0.tgz", "integrity": "sha512-yjfBUe6DJBsDin2BMIulhSHmr5qNR5Pxs17+oW4DoVPyVIXZ+m6bs7j1UVKP08Emv6jRmYrYqxYzO63mQxy1rw==", "dev": true }, "@types/json-schema": { "version": "7.0.9", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==", "dev": true }, "@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, "@types/mdast": { "version": "3.0.10", "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", "dev": true, "requires": { "@types/unist": "*" } }, "@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "dev": true }, "@types/node": { "version": "16.9.3", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.3.tgz", "integrity": "sha512-5UmMznRvrwKqisJ458JbNoq3AyXHxlAKMkGtNe143W1SkZ1BVgvCHYBzn7wD66J+smE+BolqA1mes5BeXlWY6w==", "dev": true }, "@types/normalize-package-data": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, "@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", "dev": true }, "@types/pug": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@types/pug/-/pug-2.0.5.tgz", "integrity": "sha512-LOnASQoeNZMkzexRuyqcBBDZ6rS+rQxUMkmj5A0PkhhiSZivLIuz6Hxyr1mkGoEZEkk66faROmpMi4fFkrKsBA==", "dev": true }, "@types/sass": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.16.1.tgz", "integrity": "sha512-iZUcRrGuz/Tbg3loODpW7vrQJkUtpY2fFSf4ELqqkApcS2TkZ1msk7ie8iZPB86lDOP8QOTTmuvWjc5S0R9OjQ==", "dev": true, "requires": { "@types/node": "*" } }, "@types/unist": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", "dev": true }, "@typescript-eslint/eslint-plugin": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.1.tgz", "integrity": "sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "4.31.1", "@typescript-eslint/scope-manager": "4.31.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "regexpp": "^3.1.0", "semver": "^7.3.5", "tsutils": "^3.21.0" } }, "@typescript-eslint/experimental-utils": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.1.tgz", "integrity": "sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==", "dev": true, "requires": { "@types/json-schema": "^7.0.7", "@typescript-eslint/scope-manager": "4.31.1", "@typescript-eslint/types": "4.31.1", "@typescript-eslint/typescript-estree": "4.31.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.31.1.tgz", "integrity": "sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==", "dev": true, "requires": { "@typescript-eslint/scope-manager": "4.31.1", "@typescript-eslint/types": "4.31.1", "@typescript-eslint/typescript-estree": "4.31.1", "debug": "^4.3.1" } }, "@typescript-eslint/scope-manager": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.31.1.tgz", "integrity": "sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==", "dev": true, "requires": { "@typescript-eslint/types": "4.31.1", "@typescript-eslint/visitor-keys": "4.31.1" } }, "@typescript-eslint/types": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.31.1.tgz", "integrity": "sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==", "dev": true }, "@typescript-eslint/typescript-estree": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz", "integrity": "sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==", "dev": true, "requires": { "@typescript-eslint/types": "4.31.1", "@typescript-eslint/visitor-keys": "4.31.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", "semver": "^7.3.5", "tsutils": "^3.21.0" } }, "@typescript-eslint/visitor-keys": { "version": "4.31.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz", "integrity": "sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==", "dev": true, "requires": { "@typescript-eslint/types": "4.31.1", "eslint-visitor-keys": "^2.0.0" } }, "@ungap/custom-elements": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@ungap/custom-elements/-/custom-elements-1.0.0.tgz", "integrity": "sha512-zRcRmCA3HdAKVbeXP+b0/Vsp0LGitm/h1+zRx1S8TyKPFRCMxUtpRlGcS9SBN81oOwNOBUoibR6bbuoG/DiUsA==" }, "acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true }, "acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, "requires": {} }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "ansi-colors": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", "dev": true }, "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { "color-convert": "^2.0.1" } }, "anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, "requires": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" } }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "requires": { "sprintf-js": "~1.0.2" } }, "array-includes": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz", "integrity": "sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.18.0-next.2", "get-intrinsic": "^1.1.1", "is-string": "^1.0.5" } }, "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, "array.prototype.flat": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz", "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==", "dev": true, "requires": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", "es-abstract": "^1.18.0-next.1" } }, "arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", "dev": true }, "astral-regex": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true }, "autoprefixer": { "version": "9.8.6", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz", "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==", "dev": true, "requires": { "browserslist": "^4.12.0", "caniuse-lite": "^1.0.30001109", "colorette": "^1.2.1", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", "postcss": "^7.0.32", "postcss-value-parser": "^4.1.0" } }, "bail": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", "dev": true }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, "binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "requires": { "fill-range": "^7.0.1" } }, "browserslist": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.0.tgz", "integrity": "sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==", "dev": true, "requires": { "caniuse-lite": "^1.0.30001254", "colorette": "^1.3.0", "electron-to-chromium": "^1.3.830", "escalade": "^3.1.1", "node-releases": "^1.1.75" } }, "buffer-crc32": { "version": "0.2.13", "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", "dev": true }, "call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "requires": { "function-bind": "^1.1.1", "get-intrinsic": "^1.0.2" } }, "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, "camelcase-keys": { "version": "6.2.2", "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, "requires": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", "quick-lru": "^4.0.1" } }, "caniuse-lite": { "version": "1.0.30001258", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001258.tgz", "integrity": "sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==", "dev": true }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "character-entities": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", "dev": true }, "character-entities-legacy": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", "dev": true }, "character-reference-invalid": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", "dev": true }, "chokidar": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", "dev": true, "requires": { "anymatch": "~3.1.2", "braces": "~3.0.2", "fsevents": "~2.3.2", "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.6.0" } }, "clone-regexp": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz", "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==", "dev": true, "requires": { "is-regexp": "^2.0.0" } }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { "color-name": "~1.1.4" } }, "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, "colorette": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", "dev": true }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, "confusing-browser-globals": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz", "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==", "dev": true }, "convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", "dev": true, "requires": { "safe-buffer": "~5.1.1" } }, "cosmiconfig": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, "requires": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", "parse-json": "^5.0.0", "path-type": "^4.0.0", "yaml": "^1.10.0" }, "dependencies": { "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" } } } }, "crelt": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.5.tgz", "integrity": "sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==" }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "requires": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true }, "d3-array": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.0.2.tgz", "integrity": "sha512-nTN4OC6ufZueotlexbxBd2z8xmG1eIfhvP2m1auH2ONps0L+AZn1r0JWuzMXZ6XgOj1VBOp7GGZmEs9NUFEBbA==", "requires": { "internmap": "1 - 2" } }, "d3-axis": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==" }, "d3-color": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.0.1.tgz", "integrity": "sha512-6/SlHkDOBLyQSJ1j1Ghs82OIUXpKWlR0hCsw0XrLSQhuUPuCSmLQ1QPH98vpnQxMUQM2/gfAkUEWsupVpd9JGw==" }, "d3-format": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.0.1.tgz", "integrity": "sha512-hdL7+HBIohpgfolhBxr1KX47VMD6+vVD/oEFrxk5yhmzV2prk99EkFKYpXuhVkFpTgHdJ6/4bYcjdLPPXV4tIA==" }, "d3-hierarchy": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.0.1.tgz", "integrity": "sha512-RlLTaofEoOrMK1JoXYIGhKTkJFI/6rFrYPgxy6QlZo2BcVc4HGTqEU0rPpzuMq5T/5XcMtAzv1XiLA3zRTfygw==" }, "d3-interpolate": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", "requires": { "d3-color": "1 - 3" } }, "d3-path": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.0.1.tgz", "integrity": "sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==" }, "d3-quadtree": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==" }, "d3-scale": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.0.tgz", "integrity": "sha512-foHQYKpWQcyndH1CGoHdUC4PECxTxonzwwBXGT8qu+Drb1FIc6ON6dG2P5f4hRRMkLiIKeWK7iFtdznDUrnuPQ==", "requires": { "d3-array": "2.10.0 - 3", "d3-format": "1 - 3", "d3-interpolate": "1.2.0 - 3", "d3-time": "2.1.1 - 3", "d3-time-format": "2 - 4" } }, "d3-selection": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==" }, "d3-shape": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.0.1.tgz", "integrity": "sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw==", "requires": { "d3-path": "1 - 3" } }, "d3-time": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.0.0.tgz", "integrity": "sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==", "requires": { "d3-array": "2 - 3" } }, "d3-time-format": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.0.0.tgz", "integrity": "sha512-nzaCwlj+ZVBIlFuVOT1RmU+6xb/7D5IcnhHzHQcBgS/aTa5K9fWZNN5LCXA27LgF5WxoSNJqKBbLcGMtM6Ca6A==", "requires": { "d3-time": "1 - 3" } }, "debug": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "dev": true, "requires": { "ms": "2.1.2" } }, "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true }, "decamelize-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", "dev": true, "requires": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" }, "dependencies": { "map-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true } } }, "deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, "define-properties": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "requires": { "object-keys": "^1.0.12" } }, "dequal": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", "dev": true }, "detect-indent": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", "dev": true }, "diff": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", "dev": true }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, "requires": { "path-type": "^4.0.0" } }, "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "requires": { "esutils": "^2.0.2" } }, "dom-serializer": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", "dev": true, "requires": { "domelementtype": "^2.0.1", "entities": "^2.0.0" }, "dependencies": { "domelementtype": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", "dev": true }, "entities": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true } } }, "domelementtype": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", "dev": true }, "domhandler": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", "dev": true, "requires": { "domelementtype": "1" } }, "domutils": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "dev": true, "requires": { "dom-serializer": "0", "domelementtype": "1" } }, "electron-to-chromium": { "version": "1.3.843", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.843.tgz", "integrity": "sha512-OWEwAbzaVd1Lk9MohVw8LxMXFlnYd9oYTYxfX8KS++kLLjDfbovLOcEEXwRhG612dqGQ6+44SZvim0GXuBRiKg==", "dev": true }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "enquirer": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", "dev": true, "requires": { "ansi-colors": "^4.1.1" } }, "entities": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", "dev": true }, "error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "requires": { "is-arrayish": "^0.2.1" } }, "es-abstract": { "version": "1.18.6", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.6.tgz", "integrity": "sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==", "dev": true, "requires": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "get-intrinsic": "^1.1.1", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-symbols": "^1.0.2", "internal-slot": "^1.0.3", "is-callable": "^1.2.4", "is-negative-zero": "^2.0.1", "is-regex": "^1.1.4", "is-string": "^1.0.7", "object-inspect": "^1.11.0", "object-keys": "^1.1.1", "object.assign": "^4.1.2", "string.prototype.trimend": "^1.0.4", "string.prototype.trimstart": "^1.0.4", "unbox-primitive": "^1.0.1" } }, "es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, "requires": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", "is-symbol": "^1.0.2" } }, "es6-promise": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz", "integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=", "dev": true }, "esbuild": { "version": "0.12.28", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.28.tgz", "integrity": "sha512-pZ0FrWZXlvQOATlp14lRSk1N9GkeJ3vLIwOcUoo3ICQn9WNR4rWoNi81pbn6sC1iYUy7QPqNzI3+AEzokwyVcA==", "dev": true }, "esbuild-register": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.0.0.tgz", "integrity": "sha512-No7U3ZUd6gPrrC6gqdb3XFcf2lNqzn8nvQXcgcyOl8szMVuN6YUvOplnmakxWyogI9d8SiJMl0uzBzJck+Aoxw==", "dev": true, "requires": { "jsonc-parser": "^3.0.0" } }, "esbuild-svelte": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/esbuild-svelte/-/esbuild-svelte-0.5.6.tgz", "integrity": "sha512-Bz8nU45FrT6sP/Tf3M2rQUuBGxnDSNSPZNIoYwSNt5H+wjSyo/t+zm94tgnOZsR6GgpDMbNQgo4jGbK0NLvEfw==", "dev": true, "requires": { "svelte": "^3.42.6" } }, "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true }, "escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true }, "eslint": { "version": "7.32.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.4.3", "@humanwhocodes/config-array": "^0.5.0", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.0.1", "doctrine": "^3.0.0", "enquirer": "^2.3.5", "escape-string-regexp": "^4.0.0", "eslint-scope": "^5.1.1", "eslint-utils": "^2.1.0", "eslint-visitor-keys": "^2.0.0", "espree": "^7.3.1", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.0.4", "natural-compare": "^1.4.0", "optionator": "^0.9.1", "progress": "^2.0.0", "regexpp": "^3.1.0", "semver": "^7.2.1", "strip-ansi": "^6.0.0", "strip-json-comments": "^3.1.0", "table": "^6.0.9", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" }, "dependencies": { "eslint-utils": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", "dev": true, "requires": { "eslint-visitor-keys": "^1.1.0" }, "dependencies": { "eslint-visitor-keys": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true } } } } }, "eslint-config-airbnb-base": { "version": "14.2.1", "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz", "integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==", "dev": true, "requires": { "confusing-browser-globals": "^1.0.10", "object.assign": "^4.1.2", "object.entries": "^1.1.2" } }, "eslint-config-airbnb-typescript": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.0.tgz", "integrity": "sha512-d2Nit2ByZARGRYK6tgSNl3nnmGZPyvsgbsKFcmm+nAhvT8VjVpifG5jI4tzObUUPb0sWw0E1oO/0pSpBD/pIuQ==", "dev": true, "requires": {} }, "eslint-config-prettier": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", "dev": true, "requires": {} }, "eslint-import-resolver-node": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", "dev": true, "requires": { "debug": "^3.2.7", "resolve": "^1.20.0" }, "dependencies": { "debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { "ms": "^2.1.1" } } } }, "eslint-module-utils": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz", "integrity": "sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==", "dev": true, "requires": { "debug": "^3.2.7", "pkg-dir": "^2.0.0" }, "dependencies": { "debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { "ms": "^2.1.1" } } } }, "eslint-plugin-import": { "version": "2.24.2", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz", "integrity": "sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==", "dev": true, "requires": { "array-includes": "^3.1.3", "array.prototype.flat": "^1.2.4", "debug": "^2.6.9", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.6", "eslint-module-utils": "^2.6.2", "find-up": "^2.0.0", "has": "^1.0.3", "is-core-module": "^2.6.0", "minimatch": "^3.0.4", "object.values": "^1.1.4", "pkg-up": "^2.0.0", "read-pkg-up": "^3.0.0", "resolve": "^1.20.0", "tsconfig-paths": "^3.11.0" }, "dependencies": { "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, "requires": { "esutils": "^2.0.2" } }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "eslint-plugin-svelte3": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-3.2.1.tgz", "integrity": "sha512-YoBR9mLoKCjGghJ/gvpnFZKaMEu/VRcuxpSRS8KuozuEo7CdBH7bmBHa6FmMm0i4kJnOyx+PVsaptz96K6H/4Q==", "dev": true, "requires": {} }, "eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "requires": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" } }, "eslint-utils": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", "dev": true, "requires": { "eslint-visitor-keys": "^2.0.0" } }, "eslint-visitor-keys": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", "dev": true }, "espree": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", "dev": true, "requires": { "acorn": "^7.4.0", "acorn-jsx": "^5.3.1", "eslint-visitor-keys": "^1.3.0" }, "dependencies": { "eslint-visitor-keys": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true } } }, "esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, "esquery": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", "dev": true, "requires": { "estraverse": "^5.1.0" }, "dependencies": { "estraverse": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", "dev": true } } }, "esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "requires": { "estraverse": "^5.2.0" }, "dependencies": { "estraverse": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", "dev": true } } }, "estraverse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true }, "esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, "execall": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", "dev": true, "requires": { "clone-regexp": "^2.1.0" } }, "extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, "fast-glob": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" } }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true }, "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, "fastest-levenshtein": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", "dev": true }, "fastq": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", "dev": true, "requires": { "reusify": "^1.0.4" } }, "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, "requires": { "flat-cache": "^3.0.4" } }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "requires": { "to-regex-range": "^5.0.1" } }, "find-up": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "requires": { "locate-path": "^2.0.0" } }, "flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, "requires": { "flatted": "^3.1.0", "rimraf": "^3.0.2" } }, "flatted": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", "dev": true }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, "fsevents": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, "optional": true }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, "functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", "dev": true }, "gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true }, "get-intrinsic": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1" } }, "get-stdin": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", "dev": true }, "get-symbol-description": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dev": true, "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" } }, "glob": { "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1" } }, "global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "dev": true, "requires": { "global-prefix": "^3.0.0" } }, "global-prefix": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dev": true, "requires": { "ini": "^1.3.5", "kind-of": "^6.0.2", "which": "^1.3.1" }, "dependencies": { "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { "isexe": "^2.0.0" } } } }, "globals": { "version": "13.11.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", "dev": true, "requires": { "type-fest": "^0.20.2" } }, "globby": { "version": "11.0.4", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", "dev": true, "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.1.1", "ignore": "^5.1.4", "merge2": "^1.3.0", "slash": "^3.0.0" }, "dependencies": { "ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", "dev": true } } }, "globjoin": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", "dev": true }, "gonzales-pe": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", "dev": true, "requires": { "minimist": "^1.2.5" } }, "graceful-fs": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==", "dev": true }, "hard-rejection": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "requires": { "function-bind": "^1.1.1" } }, "has-bigints": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", "dev": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, "has-symbols": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", "dev": true }, "has-tostringtag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "requires": { "has-symbols": "^1.0.2" } }, "hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "html-tags": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", "dev": true }, "htmlparser2": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", "dev": true, "requires": { "domelementtype": "^1.3.1", "domhandler": "^2.3.0", "domutils": "^1.5.1", "entities": "^1.1.1", "inherits": "^2.0.1", "readable-stream": "^3.1.1" } }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true }, "import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" } }, "import-lazy": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "dev": true }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "dev": true }, "indent-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { "once": "^1.3.0", "wrappy": "1" } }, "inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, "ini": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "internal-slot": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "requires": { "get-intrinsic": "^1.1.0", "has": "^1.0.3", "side-channel": "^1.0.4" } }, "internmap": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.2.tgz", "integrity": "sha512-6O4dJQZN4+83kg9agi21fbasiAn7V2JRvLv29/YT1Kz8f+ngakB1hMG+AP0mYquLOtjWhNO8CvKhhXT/7Tla/g==" }, "is-alphabetical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", "dev": true }, "is-alphanumerical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", "dev": true, "requires": { "is-alphabetical": "^1.0.0", "is-decimal": "^1.0.0" } }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", "dev": true }, "is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dev": true, "requires": { "has-bigints": "^1.0.1" } }, "is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "requires": { "binary-extensions": "^2.0.0" } }, "is-boolean-object": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dev": true, "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" } }, "is-buffer": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", "dev": true }, "is-callable": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true }, "is-core-module": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz", "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==", "dev": true, "requires": { "has": "^1.0.3" } }, "is-date-object": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "requires": { "has-tostringtag": "^1.0.0" } }, "is-decimal": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", "dev": true }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "is-glob": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { "is-extglob": "^2.1.1" } }, "is-hexadecimal": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", "dev": true }, "is-negative-zero": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", "dev": true }, "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, "is-number-object": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz", "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", "dev": true, "requires": { "has-tostringtag": "^1.0.0" } }, "is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", "dev": true }, "is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" } }, "is-regexp": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz", "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==", "dev": true }, "is-string": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, "requires": { "has-tostringtag": "^1.0.0" } }, "is-symbol": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, "requires": { "has-symbols": "^1.0.2" } }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", "dev": true }, "is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, "js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" } }, "jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true }, "json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true }, "json5": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", "dev": true, "requires": { "minimist": "^1.2.5" } }, "jsonc-parser": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", "dev": true }, "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, "kleur": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz", "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==", "dev": true }, "known-css-properties": { "version": "0.21.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz", "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==", "dev": true }, "levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "requires": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" } }, "lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", "dev": true }, "load-json-file": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", "pify": "^3.0.0", "strip-bom": "^3.0.0" } }, "locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { "p-locate": "^2.0.0", "path-exists": "^3.0.0" } }, "lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.clonedeep": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", "dev": true }, "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, "lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", "dev": true }, "log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, "requires": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" } }, "longest-streak": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==", "dev": true }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "requires": { "yallist": "^4.0.0" } }, "magic-string": { "version": "0.25.7", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", "dev": true, "requires": { "sourcemap-codec": "^1.4.4" } }, "map-obj": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true }, "mathml-tag-names": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", "dev": true }, "mdast-util-from-markdown": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==", "dev": true, "requires": { "@types/mdast": "^3.0.0", "mdast-util-to-string": "^2.0.0", "micromark": "~2.11.0", "parse-entities": "^2.0.0", "unist-util-stringify-position": "^2.0.0" } }, "mdast-util-to-markdown": { "version": "0.6.5", "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", "dev": true, "requires": { "@types/unist": "^2.0.0", "longest-streak": "^2.0.0", "mdast-util-to-string": "^2.0.0", "parse-entities": "^2.0.0", "repeat-string": "^1.0.0", "zwitch": "^1.0.0" } }, "mdast-util-to-string": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", "dev": true }, "meow": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", "dev": true, "requires": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", "decamelize": "^1.2.0", "decamelize-keys": "^1.1.0", "hard-rejection": "^2.1.0", "minimist-options": "4.1.0", "normalize-package-data": "^3.0.0", "read-pkg-up": "^7.0.1", "redent": "^3.0.0", "trim-newlines": "^3.0.0", "type-fest": "^0.18.0", "yargs-parser": "^20.2.3" }, "dependencies": { "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" } }, "hosted-git-info": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", "dev": true, "requires": { "lru-cache": "^6.0.0" } }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { "p-locate": "^4.1.0" } }, "normalize-package-data": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, "requires": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" } }, "p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "requires": { "p-try": "^2.0.0" } }, "p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { "p-limit": "^2.2.0" } }, "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" } }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, "read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, "requires": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", "parse-json": "^5.0.0", "type-fest": "^0.6.0" }, "dependencies": { "hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "requires": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", "semver": "2 || 3 || 4 || 5", "validate-npm-package-license": "^3.0.1" } }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true }, "type-fest": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true } } }, "read-pkg-up": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, "requires": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", "type-fest": "^0.8.1" }, "dependencies": { "type-fest": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true } } }, "type-fest": { "version": "0.18.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true } } }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true }, "micromark": { "version": "2.11.4", "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz", "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==", "dev": true, "requires": { "debug": "^4.0.0", "parse-entities": "^2.0.0" } }, "micromatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", "dev": true, "requires": { "braces": "^3.0.1", "picomatch": "^2.2.3" } }, "min-indent": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, "minimist-options": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, "requires": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", "kind-of": "^6.0.3" } }, "mkdirp": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "dev": true, "requires": { "minimist": "^1.2.5" } }, "mri": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", "dev": true }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, "node-releases": { "version": "1.1.75", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.75.tgz", "integrity": "sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==", "dev": true }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "requires": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", "semver": "2 || 3 || 4 || 5", "validate-npm-package-license": "^3.0.1" }, "dependencies": { "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true } } }, "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, "normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true }, "normalize-selector": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", "dev": true }, "num2fraction": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", "dev": true }, "object-inspect": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz", "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==", "dev": true }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true }, "object.assign": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, "requires": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", "has-symbols": "^1.0.1", "object-keys": "^1.1.1" } }, "object.entries": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.4.tgz", "integrity": "sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.18.2" } }, "object.values": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz", "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.18.2" } }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { "wrappy": "1" } }, "optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", "dev": true, "requires": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", "type-check": "^0.4.0", "word-wrap": "^1.2.3" } }, "p-limit": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "requires": { "p-try": "^1.0.0" } }, "p-locate": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "requires": { "p-limit": "^1.1.0" } }, "p-try": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { "callsites": "^3.0.0" } }, "parse-entities": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", "dev": true, "requires": { "character-entities": "^1.0.0", "character-entities-legacy": "^1.0.0", "character-reference-invalid": "^1.0.0", "is-alphanumerical": "^1.0.0", "is-decimal": "^1.0.0", "is-hexadecimal": "^1.0.0" } }, "parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" } }, "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "dev": true }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, "path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, "path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, "picomatch": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", "dev": true }, "pify": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true }, "pkg-dir": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", "dev": true, "requires": { "find-up": "^2.1.0" } }, "pkg-up": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz", "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=", "dev": true, "requires": { "find-up": "^2.1.0" } }, "postcss": { "version": "7.0.36", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", "supports-color": "^6.1.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" }, "dependencies": { "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "requires": { "color-name": "1.1.3" } }, "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "supports-color": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "postcss-html": { "version": "0.36.0", "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz", "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==", "dev": true, "requires": { "htmlparser2": "^3.10.0" } }, "postcss-less": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz", "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", "dev": true, "requires": { "postcss": "^7.0.14" } }, "postcss-media-query-parser": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=", "dev": true }, "postcss-resolve-nested-selector": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", "dev": true }, "postcss-safe-parser": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz", "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==", "dev": true, "requires": { "postcss": "^7.0.26" } }, "postcss-sass": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz", "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==", "dev": true, "requires": { "gonzales-pe": "^4.3.0", "postcss": "^7.0.21" } }, "postcss-scss": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz", "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==", "dev": true, "requires": { "postcss": "^7.0.6" } }, "postcss-selector-parser": { "version": "6.0.6", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", "dev": true, "requires": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "postcss-sorting": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz", "integrity": "sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==", "dev": true, "requires": { "lodash": "^4.17.14", "postcss": "^7.0.17" } }, "postcss-syntax": { "version": "0.36.2", "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz", "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==", "dev": true, "requires": {} }, "postcss-value-parser": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", "dev": true }, "prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true }, "prettier": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", "dev": true }, "prettier-plugin-svelte": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-2.4.0.tgz", "integrity": "sha512-JwJ9bOz4XHLQtiLnX4mTSSDUdhu12WH8sTwy/XTDCSyPlah6IcV7NWeYBZscPEcceu2YnW8Y9sJCP40Z2UH9GA==", "dev": true, "requires": {} }, "progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, "quick-lru": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true }, "read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { "load-json-file": "^4.0.0", "normalize-package-data": "^2.3.2", "path-type": "^3.0.0" }, "dependencies": { "path-type": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { "pify": "^3.0.0" } } } }, "read-pkg-up": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { "find-up": "^2.0.0", "read-pkg": "^3.0.0" } }, "readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, "requires": { "picomatch": "^2.2.1" } }, "redent": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, "requires": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" } }, "regexpp": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true }, "remark": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz", "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==", "dev": true, "requires": { "remark-parse": "^9.0.0", "remark-stringify": "^9.0.0", "unified": "^9.1.0" } }, "remark-parse": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", "dev": true, "requires": { "mdast-util-from-markdown": "^0.8.0" } }, "remark-stringify": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz", "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==", "dev": true, "requires": { "mdast-util-to-markdown": "^0.6.0" } }, "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", "dev": true }, "require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true }, "resolve": { "version": "1.20.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", "dev": true, "requires": { "is-core-module": "^2.2.0", "path-parse": "^1.0.6" } }, "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, "reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, "rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "requires": { "glob": "^7.1.3" } }, "run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "requires": { "queue-microtask": "^1.2.2" } }, "sade": { "version": "1.7.4", "resolved": "https://registry.npmjs.org/sade/-/sade-1.7.4.tgz", "integrity": "sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==", "dev": true, "requires": { "mri": "^1.1.0" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "sander": { "version": "0.5.1", "resolved": "https://registry.npmjs.org/sander/-/sander-0.5.1.tgz", "integrity": "sha1-dB4kXiMfB8r7b98PEzrfohalAq0=", "dev": true, "requires": { "es6-promise": "^3.1.2", "graceful-fs": "^4.1.3", "mkdirp": "^0.5.1", "rimraf": "^2.5.2" }, "dependencies": { "rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "requires": { "glob": "^7.1.3" } } } }, "semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dev": true, "requires": { "lru-cache": "^6.0.0" } }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "requires": { "shebang-regex": "^3.0.0" } }, "shebang-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, "side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "dev": true, "requires": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", "object-inspect": "^1.9.0" } }, "signal-exit": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.4.tgz", "integrity": "sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==", "dev": true }, "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "requires": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", "is-fullwidth-code-point": "^3.0.0" } }, "sorcery": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/sorcery/-/sorcery-0.10.0.tgz", "integrity": "sha1-iukK19fLBfxZ8asMY3hF1cFaUrc=", "dev": true, "requires": { "buffer-crc32": "^0.2.5", "minimist": "^1.2.0", "sander": "^0.5.0", "sourcemap-codec": "^1.3.0" } }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true }, "sourcemap-codec": { "version": "1.4.8", "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", "dev": true }, "spdx-correct": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, "requires": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" } }, "spdx-exceptions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", "dev": true }, "spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, "requires": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, "spdx-license-ids": { "version": "3.0.10", "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz", "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==", "dev": true }, "specificity": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", "dev": true }, "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "requires": { "safe-buffer": "~5.2.0" }, "dependencies": { "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true } } }, "string-width": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" } }, "string.prototype.trimend": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" } }, "string.prototype.trimstart": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" } }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { "ansi-regex": "^5.0.0" } }, "strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", "dev": true }, "strip-indent": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, "requires": { "min-indent": "^1.0.0" } }, "strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true }, "style-mod": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.0.tgz", "integrity": "sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw==" }, "style-search": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", "dev": true }, "stylelint": { "version": "13.13.1", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.13.1.tgz", "integrity": "sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==", "dev": true, "requires": { "@stylelint/postcss-css-in-js": "^0.37.2", "@stylelint/postcss-markdown": "^0.36.2", "autoprefixer": "^9.8.6", "balanced-match": "^2.0.0", "chalk": "^4.1.1", "cosmiconfig": "^7.0.0", "debug": "^4.3.1", "execall": "^2.0.0", "fast-glob": "^3.2.5", "fastest-levenshtein": "^1.0.12", "file-entry-cache": "^6.0.1", "get-stdin": "^8.0.0", "global-modules": "^2.0.0", "globby": "^11.0.3", "globjoin": "^0.1.4", "html-tags": "^3.1.0", "ignore": "^5.1.8", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "known-css-properties": "^0.21.0", "lodash": "^4.17.21", "log-symbols": "^4.1.0", "mathml-tag-names": "^2.1.3", "meow": "^9.0.0", "micromatch": "^4.0.4", "normalize-selector": "^0.2.0", "postcss": "^7.0.35", "postcss-html": "^0.36.0", "postcss-less": "^3.1.4", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^4.0.2", "postcss-sass": "^0.4.4", "postcss-scss": "^2.1.1", "postcss-selector-parser": "^6.0.5", "postcss-syntax": "^0.36.2", "postcss-value-parser": "^4.1.0", "resolve-from": "^5.0.0", "slash": "^3.0.0", "specificity": "^0.4.1", "string-width": "^4.2.2", "strip-ansi": "^6.0.0", "style-search": "^0.1.0", "sugarss": "^2.0.0", "svg-tags": "^1.0.0", "table": "^6.6.0", "v8-compile-cache": "^2.3.0", "write-file-atomic": "^3.0.3" }, "dependencies": { "balanced-match": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", "dev": true }, "ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", "dev": true }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true } } }, "stylelint-config-prettier": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz", "integrity": "sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==", "dev": true, "requires": {} }, "stylelint-config-recess-order": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-2.5.0.tgz", "integrity": "sha512-FqhPRGQlHnTS/ZPegq5ORelHsk9X5S+l0uQu1N97e+SSLD+6XYDewdkXy6e2yx8fpZLvwpP3TnPoNTHGw52DzA==", "dev": true, "requires": { "stylelint-order": "4.1.x" } }, "stylelint-config-recommended": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", "dev": true, "requires": {} }, "stylelint-config-standard": { "version": "22.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz", "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==", "dev": true, "requires": { "stylelint-config-recommended": "^5.0.0" } }, "stylelint-order": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz", "integrity": "sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==", "dev": true, "requires": { "lodash": "^4.17.15", "postcss": "^7.0.31", "postcss-sorting": "^5.0.1" } }, "sugarss": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz", "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", "dev": true, "requires": { "postcss": "^7.0.2" } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "requires": { "has-flag": "^4.0.0" } }, "svelte": { "version": "3.42.6", "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.42.6.tgz", "integrity": "sha512-lAcryr9Do2PeGtbodspX5I4kWj4yWYAa2WGpDCwzNkP3y8WZTxigMd4/TMO1rBZEOkMYGn4ZXrbAlSEGhK6q3w==" }, "svelte-check": { "version": "2.2.6", "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-2.2.6.tgz", "integrity": "sha512-oJux/afbmcZO+N+ADXB88h6XANLie8Y2rh2qBlhgfkpr2c3t/q/T0w2JWrHqagaDL8zeNwO8a8RVFBkrRox8gg==", "dev": true, "requires": { "chalk": "^4.0.0", "chokidar": "^3.4.1", "fast-glob": "^3.2.7", "import-fresh": "^3.2.1", "minimist": "^1.2.5", "sade": "^1.7.4", "source-map": "^0.7.3", "svelte-preprocess": "^4.0.0", "typescript": "*" }, "dependencies": { "source-map": { "version": "0.7.3", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", "dev": true } } }, "svelte-preprocess": { "version": "4.9.4", "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.9.4.tgz", "integrity": "sha512-Z0mUQBGtE+ZZSv/HerRSHe7ukJokxjiPeHe7iPOIXseEoRw51H3K/Vh6OMIMstetzZ11vWO9rCsXSD/uUUArmA==", "dev": true, "requires": { "@types/pug": "^2.0.4", "@types/sass": "^1.16.0", "detect-indent": "^6.0.0", "magic-string": "^0.25.7", "sorcery": "^0.10.0", "strip-indent": "^3.0.0" } }, "svelte-preprocess-esbuild": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/svelte-preprocess-esbuild/-/svelte-preprocess-esbuild-2.0.0.tgz", "integrity": "sha512-kGJ14aXcQEcyteoIijDDPvMDIq/CpkMbkW/wAFISD//KGXu7Y5fi4T/6/whKgHZFY1vw52D1SrTwN34uvTjdjw==", "dev": true, "requires": {} }, "svg-tags": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", "dev": true }, "table": { "version": "6.7.1", "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz", "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==", "dev": true, "requires": { "ajv": "^8.0.1", "lodash.clonedeep": "^4.5.0", "lodash.truncate": "^4.4.2", "slice-ansi": "^4.0.0", "string-width": "^4.2.0", "strip-ansi": "^6.0.0" }, "dependencies": { "ajv": { "version": "8.6.3", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz", "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", "uri-js": "^4.2.2" } }, "json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true } } }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", "dev": true }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "requires": { "is-number": "^7.0.0" } }, "totalist": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/totalist/-/totalist-2.0.0.tgz", "integrity": "sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==", "dev": true }, "trim-newlines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true }, "trough": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", "dev": true }, "tsconfig-paths": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz", "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==", "dev": true, "requires": { "@types/json5": "^0.0.29", "json5": "^1.0.1", "minimist": "^1.2.0", "strip-bom": "^3.0.0" }, "dependencies": { "json5": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "requires": { "minimist": "^1.2.0" } } } }, "tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true }, "tsutils": { "version": "3.21.0", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "dev": true, "requires": { "tslib": "^1.8.1" } }, "type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "requires": { "prelude-ls": "^1.2.1" } }, "type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true }, "typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", "dev": true, "requires": { "is-typedarray": "^1.0.0" } }, "typescript": { "version": "4.4.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "dev": true }, "unbox-primitive": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", "dev": true, "requires": { "function-bind": "^1.1.1", "has-bigints": "^1.0.1", "has-symbols": "^1.0.2", "which-boxed-primitive": "^1.0.2" } }, "unified": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", "dev": true, "requires": { "bail": "^1.0.0", "extend": "^3.0.0", "is-buffer": "^2.0.0", "is-plain-obj": "^2.0.0", "trough": "^1.0.0", "vfile": "^4.0.0" }, "dependencies": { "is-plain-obj": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", "dev": true } } }, "unist-util-find-all-after": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz", "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==", "dev": true, "requires": { "unist-util-is": "^4.0.0" } }, "unist-util-is": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", "dev": true }, "unist-util-stringify-position": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", "dev": true, "requires": { "@types/unist": "^2.0.2" } }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "requires": { "punycode": "^2.1.0" } }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "uvu": { "version": "0.5.1", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.1.tgz", "integrity": "sha512-JGxttnOGDFs77FaZ0yMUHIzczzQ5R1IlDeNW6Wymw6gAscwMdAffVOP6TlxLIfReZyK8tahoGwWZaTCJzNFDkg==", "dev": true, "requires": { "dequal": "^2.0.0", "diff": "^5.0.0", "kleur": "^4.0.3", "sade": "^1.7.3", "totalist": "^2.0.0" } }, "v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, "validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "requires": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, "vfile": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", "dev": true, "requires": { "@types/unist": "^2.0.0", "is-buffer": "^2.0.0", "unist-util-stringify-position": "^2.0.0", "vfile-message": "^2.0.0" } }, "vfile-message": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", "dev": true, "requires": { "@types/unist": "^2.0.0", "unist-util-stringify-position": "^2.0.0" } }, "w3c-keyname": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.4.tgz", "integrity": "sha512-tOhfEwEzFLJzf6d1ZPkYfGj+FWhIpBux9ppoP3rlclw3Z0BZv3N7b7030Z1kYth+6rDuAsXUFr+d0VE6Ed1ikw==" }, "watchlist": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/watchlist/-/watchlist-0.3.1.tgz", "integrity": "sha512-m5r4bzxJ9eg07TT/O0Q49imFPD45ZTuQ3kaHwSpUJj1QwVd3pzit4UYOmySdmAP5Egkz6mB6hcAPuPfhIbNo0g==", "dev": true, "requires": { "mri": "^1.1.5" } }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "requires": { "isexe": "^2.0.0" } }, "which-boxed-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "dev": true, "requires": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", "is-number-object": "^1.0.4", "is-string": "^1.0.5", "is-symbol": "^1.0.3" } }, "word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", "dev": true }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, "write-file-atomic": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", "dev": true, "requires": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", "signal-exit": "^3.0.2", "typedarray-to-buffer": "^3.1.5" } }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, "yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true }, "yargs-parser": { "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true }, "zwitch": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", "dev": true } } } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/package.json0000644000175000001440000000520300000000000015623 0ustar00jakobusers{ "name": "fava", "private": true, "scripts": { "build": "node -r esbuild-register build.ts", "dev": "node -r esbuild-register build.ts --watch", "test": "uvu -r esbuild-register test", "test:watch": "watchlist --eager src test -- npm test" }, "devDependencies": { "@types/d3-array": "^3.0.1", "@types/d3-axis": "^3.0.1", "@types/d3-color": "^3.0.2", "@types/d3-format": "^3.0.1", "@types/d3-hierarchy": "^3.0.2", "@types/d3-quadtree": "^3.0.2", "@types/d3-scale": "^4.0.1", "@types/d3-selection": "^3.0.1", "@types/d3-shape": "^3.0.2", "@types/d3-time-format": "^4.0.0", "@types/node": "^16.9.3", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "chokidar": "^3.5.1", "esbuild": "^0.12.28", "esbuild-register": "^3.0.0", "esbuild-svelte": "^0.5.6", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^14.0.0", "eslint-config-prettier": "^8.0.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-svelte3": "^3.2.1", "prettier": "^2.4.1", "prettier-plugin-svelte": "^2.4.0", "stylelint": "^13.11.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.5.0", "stylelint-config-standard": "^22.0.0", "svelte-check": "^2.2.6", "svelte-preprocess-esbuild": "^2.0.0", "typescript": "^4.4.3", "uvu": "^0.5.1", "watchlist": "^0.3.1" }, "dependencies": { "@codemirror/autocomplete": "^0.19.2", "@codemirror/closebrackets": "^0.19.0", "@codemirror/commands": "^0.19.4", "@codemirror/comment": "^0.19.0", "@codemirror/fold": "^0.19.0", "@codemirror/gutter": "^0.19.2", "@codemirror/highlight": "^0.19.5", "@codemirror/history": "^0.19.0", "@codemirror/language": "^0.19.3", "@codemirror/lint": "^0.19.1", "@codemirror/matchbrackets": "^0.19.1", "@codemirror/rectangular-selection": "^0.19.0", "@codemirror/search": "^0.19.2", "@codemirror/state": "^0.19.2", "@codemirror/stream-parser": "^0.19.2", "@codemirror/view": "^0.19.7", "@openfonts/fira-mono_all": "^1.44.2", "@openfonts/fira-sans_all": "^1.44.1", "@openfonts/source-code-pro_all": "^1.44.2", "@openfonts/source-serif-pro_latin": "^1.44.1", "@ungap/custom-elements": "^1.0.0", "d3-array": "^3.0.2", "d3-axis": "^3.0.0", "d3-color": "^3.0.0", "d3-format": "^3.0.0", "d3-hierarchy": "^3.0.0", "d3-quadtree": "^3.0.0", "d3-scale": "^4.0.0", "d3-selection": "^3.0.0", "d3-shape": "^3.0.0", "d3-time-format": "^4.0.0", "svelte": "^3.42.6" } } ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.4005206 fava-1.20.1/frontend/src/0000755000175000001440000000000000000000000014124 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/AutocompleteInput.svelte0000644000175000001440000001060300000000000021031 0ustar00jakobusers { hidden = true; dispatch("blur"); }} on:focus={() => { hidden = false; }} on:input={() => { hidden = false; }} on:keydown={keydown} {placeholder} {size} /> {#if clearButton && value} {/if} {#if filteredSuggestions.length}
    {#each filteredSuggestions as { innerHTML, suggestion }, i}
  • mousedown(ev, suggestion)} > {@html innerHTML}
  • {/each}
{/if}
././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/api.ts0000644000175000001440000001073300000000000015251 0ustar00jakobusersimport type { Entry } from "./entries"; import { entryValidator, Transaction } from "./entries"; import { urlFor } from "./helpers"; import { fetchJSON } from "./lib/fetch"; import type { ValidationT } from "./lib/validation"; import { array, boolean, number, object, string, unknown, } from "./lib/validation"; import { log_error } from "./log"; import { notify } from "./notifications"; import router from "./router"; import type { Filters } from "./stores/filters"; /** Required arguments for the various PUT API endpoints. */ interface PutAPIInputs { add_document: FormData; add_entries: { entries: Entry[] }; attach_document: { filename: string; entry_hash: string }; format_source: { source: string }; source: { file_path: string; source: string; sha256sum: string }; source_slice: { entry_hash: string; source: string; sha256sum: string }; } /** * PUT to an API endpoint and convert the returned JSON data to an object. * @param endpoint - the endpoint to fetch * @param body - either a FormData instance or an object that will be converted * to JSON. */ export async function put( endpoint: T, body: PutAPIInputs[T] ): Promise { const opts = body instanceof FormData ? { body } : { headers: { "Content-Type": "application/json" }, body: JSON.stringify(body), }; const url = urlFor(`api/${endpoint}`); const json = await fetchJSON(url, { method: "PUT", ...opts }); const res = string(json); if (res.success) { return res.value; } notify(`Invalid data returned in API request: ${res.value}`, "error"); throw new Error(res.value); } const getAPIValidators = { changed: boolean, context: object({ content: string, sha256sum: string, slice: string }), errors: number, extract: array(entryValidator), move: string, payee_accounts: array(string), payee_transaction: Transaction.validator, query_result: object({ chart: unknown, table: string }), }; type GetAPITypes = typeof getAPIValidators; interface GetAPIParams { changed: undefined; context: { entry_hash: string }; errors: undefined; extract: { filename: string; importer: string }; move: { filename: string; account: string; newName: string }; payee_accounts: { payee: string }; payee_transaction: { payee: string }; query_result: Filters & { query_string: string }; } /** * Fetch an API endpoint and convert the JSON data to an object. * @param endpoint - the endpoint to fetch * @param params - a string to append as params or an object. */ export async function get( endpoint: T, ...[params]: GetAPIParams[T] extends undefined ? [undefined?] : [GetAPIParams[T]] ): Promise> { const url = urlFor(`api/${endpoint}`, params, false); const json = await fetchJSON(url); const res = getAPIValidators[endpoint](json); if (res.success) { return res.value as ValidationT; } notify(`Invalid data returned in API request: ${res.value}`, "error"); throw new Error(res.value); } /** * Move a file, either in an import directory or a document. * @returns whether the file was moved successfully. */ export async function moveDocument( filename: string, account: string, newName: string ): Promise { try { const msg = await get("move", { filename, account, newName }); notify(msg); return true; } catch (error) { log_error(error); if (error instanceof Error) { notify(error.message, "error"); } return false; } } /** * Delete a file, either in an import directory or a document. * @returns whether the file was deleted successfully. */ export async function deleteDocument(filename: string): Promise { try { const url = urlFor("api/document", { filename }, false); const res = await fetchJSON(url, { method: "DELETE" }); const d = string(res); notify(d.value); return d.success; } catch (error) { log_error(error); if (error instanceof Error) { notify(error.message, "error"); } return false; } } /** * Save an array of entries. */ export async function saveEntries(entries: Entry[]): Promise { if (!entries.length) { return; } try { const data = await put("add_entries", { entries }); router.reload(); notify(data); } catch (error) { log_error(error); if (error instanceof Error) { notify(`Saving failed: ${error.message}`, "error"); } throw error; } } ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632341095.4005206 fava-1.20.1/frontend/src/charts/0000755000175000001440000000000000000000000015410 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/Axis.svelte0000644000175000001440000000176600000000000017552 0ustar00jakobusers ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/BarChart.svelte0000644000175000001440000000661300000000000020330 0ustar00jakobusers {#each data as group} today} use:followingTooltip={() => tooltipText($ctx, group)} transform={`translate(${x0(group.label)},0)`} > { setTimeFilter(group.date); }} transform={`translate(0,${innerHeight})`} width={x0.bandwidth()} height={margin.bottom} /> {#each group.values as bar} {/each} {/each} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/Chart.svelte0000644000175000001440000000606000000000000017677 0ustar00jakobusers
{#if $showCharts}
{#if chart.type === "hierarchy"} {#if $hierarchyChartMode === "treemap"} {/if} {:else if chart.type === "linechart"} {/if} {:else}{/if}
././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/ChartLegend.svelte0000644000175000001440000000051300000000000021013 0ustar00jakobusers {#each legend as [item, color]} {item} {/each} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/ChartSwitcher.svelte0000644000175000001440000000376200000000000021416 0ustar00jakobusers {#if $activeChart} {/if} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/ConversionAndInterval.svelte0000644000175000001440000000117200000000000023112 0ustar00jakobusers ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/HierarchyContainer.svelte0000644000175000001440000000233400000000000022417 0ustar00jakobusers {#if currencies.length === 0} Chart is empty. {:else if treemapData} {:else if $hierarchyChartMode === "sunburst"} {#each [...data] as [currency, d], i (currency)} {/each} {/if} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/LineChart.svelte0000644000175000001440000000776400000000000020523 0ustar00jakobusers {#if $lineChartMode === "area"} {#each data as d} {/each} {/if} {#each data as d} {/each} {#if $lineChartMode !== "area"} {#each data as d} {#each d.values as v} today} /> {/each} {/each} {/if} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/ModeSwitch.svelte0000644000175000001440000000062700000000000020707 0ustar00jakobusers {#each options as [option, name]} {/each} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/ScatterPlot.svelte0000644000175000001440000000417300000000000021105 0ustar00jakobusers {#each data as dot} today} /> {/each} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/Sunburst.svelte0000644000175000001440000000473100000000000020466 0ustar00jakobusers { current = null; }} > {currentBalance} {#each leaves as d} router.navigate(urlFor(`account/${d.data.account}/`))} on:mouseover={() => { current = d; }} on:focus={() => { current = d; }} class:half={current && !currentAccount.startsWith(d.data.account)} fill-rule="evenodd" fill={$sunburstScale(d.data.account)} d={arcShape(d) ?? undefined} /> {/each} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/Treemap.svelte0000644000175000001440000000442300000000000020234 0ustar00jakobusers {#each leaves as d} tooltipText(d)} > router.navigate(urlFor(`account/${d.data.account}/`))} dy=".5em" x={(d.x1 - d.x0) / 2} y={(d.y1 - d.y0) / 2} text-anchor="middle" > {d.data.account.split(":").pop() || ""} {/each} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/bar.ts0000644000175000001440000000303000000000000016520 0ustar00jakobusersimport type { FormatterContext } from "../format"; import { ok } from "../lib/result"; import type { Result } from "../lib/result"; import { array, date, number, object, record } from "../lib/validation"; import type { ChartContext } from "./context"; export interface BarChartDatumValue { name: string; value: number; budget: number; } export interface BarChartDatum { label: string; date: Date; values: BarChartDatumValue[]; } export interface BarChart { type: "barchart"; data: BarChartDatum[]; tooltipText: (c: FormatterContext, d: BarChartDatum) => string; } const bar_validator = array( object({ date, budgets: record(number), balance: record(number) }) ); /** * Try to parse a bar chart. */ export function bar( json: unknown, { currencies, dateFormat }: ChartContext ): Result { const res = bar_validator(json); if (!res.success) { return res; } const parsedData = res.value; const data = parsedData.map((d) => ({ values: currencies.map((name) => ({ name, value: d.balance[name] ?? 0, budget: d.budgets[name] ?? 0, })), date: d.date, label: dateFormat(d.date), })); return ok({ type: "barchart" as const, data, tooltipText: (c, d) => { let text = ""; d.values.forEach((a) => { text += `${c.currency(a.value)} ${a.name}`; if (a.budget) { text += ` / ${c.currency(a.budget)} ${a.name}`; } text += "
"; }); text += `${d.label}`; return text; }, }); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/context.ts0000644000175000001440000000173400000000000017451 0ustar00jakobusersimport type { Readable } from "svelte/store"; import { derived } from "svelte/store"; import { currentDateFormat } from "../format"; import { conversion, operating_currency } from "../stores"; export type ChartContext = { currencies: string[]; dateFormat: (date: Date) => string; }; /** * The list of operating currencies, adding in the current conversion currency. */ const operatingCurrenciesWithConversion = derived( [operating_currency, conversion], ([operating_currency_val, conversion_val]) => { if ( !conversion_val || ["at_cost", "at_value", "units"].includes(conversion_val) || operating_currency_val.includes(conversion_val) ) { return operating_currency_val; } return [...operating_currency_val, conversion_val]; } ); export const chartContext: Readable = derived( [operatingCurrenciesWithConversion, currentDateFormat], ([currencies_val, dateFormat]) => ({ currencies: currencies_val, dateFormat }) ); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/helpers.ts0000644000175000001440000000456100000000000017430 0ustar00jakobusersimport { hcl } from "d3-color"; import { scaleOrdinal } from "d3-scale"; import { derived, get } from "svelte/store"; import { currentTimeFilterDateFormat } from "../format"; import { accounts, currencies_sorted, operating_currency } from "../stores"; import { time_filter } from "../stores/filters"; /** * Set the time filter to the given value (formatted according to the current interval). * @param date - a date. */ export function setTimeFilter(date: Date): void { time_filter.set(get(currentTimeFilterDateFormat)(date)); } /** * Filter ticks to have them not overlap. * @param domain - The domain of values to filter. * @param count - The number of ticks that should be returned. */ export function filterTicks(domain: string[], count: number): string[] { if (domain.length <= count) { return domain; } const showIndices = Math.ceil(domain.length / count); return domain.filter((d, i) => i % showIndices === 0); } /** * Generate an array of colors. * * Uses the HCL color space in an attempt to generate colours that are * to be perceived to be of the same brightness. * @param count - the number of colors to generate. * @param chroma - optional, the chroma channel value. * @param luminance - optional, the luminance channel value. */ function hclColorRange(count: number, chroma = 45, luminance = 70): string[] { const offset = 270; const delta = 360 / count; const colors = [...Array(count).keys()].map((index) => { const hue = (index * delta + offset) % 360; return hcl(hue, chroma, luminance); }); return colors.map((c) => c.toString()); } export const colors10 = hclColorRange(10); export const colors15 = hclColorRange(15, 30, 80); /* * The color scales for the charts. * * The scales for treemap and sunburst charts will be initialised with all * accounts on page init and currencies with all commodities. */ export const scatterplotScale = scaleOrdinal(colors10); export const treemapScale = derived(accounts, (accounts_val) => scaleOrdinal(colors15).domain(accounts_val) ); export const sunburstScale = derived(accounts, (accounts_val) => scaleOrdinal(colors10).domain(accounts_val) ); export const currenciesScale = derived( [operating_currency, currencies_sorted], ([operating_currency_val, currencies_sorted_val]) => scaleOrdinal(colors10).domain([ ...operating_currency_val, ...currencies_sorted_val, ]) ); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/hierarchy.ts0000644000175000001440000000426000000000000017740 0ustar00jakobusersimport { hierarchy as d3Hierarchy } from "d3-hierarchy"; import type { HierarchyNode } from "d3-hierarchy"; import { ok } from "../lib/result"; import type { Result } from "../lib/result"; import type { TreeNode } from "../lib/tree"; import { array, lazy, number, object, record, string } from "../lib/validation"; import type { Validator } from "../lib/validation"; import type { ChartContext } from "./context"; export interface AccountHierarchyDatum { account: string; balance: Partial>; dummy?: boolean; } type RawAccountHierarchy = TreeNode; export type AccountHierarchyNode = HierarchyNode; /** * Add internal nodes as fake leaf nodes to their own children. * * In the treemap, we only render leaf nodes, so for accounts that have both * children and a balance, we want to duplicate them as leaf nodes. */ function addInternalNodesAsLeaves(node: RawAccountHierarchy): void { if (node.children.length) { node.children.forEach(addInternalNodesAsLeaves); node.children.push({ ...node, children: [], dummy: true }); node.balance = {}; } } export interface HierarchyChart { type: "hierarchy"; data: Map; tooltipText?: undefined; } const account_hierarchy_validator: Validator = object({ account: string, balance: record(number), children: lazy(() => array(account_hierarchy_validator)), }); const hierarchy_validator = object({ root: account_hierarchy_validator, modifier: number, }); export function hierarchy( json: unknown, { currencies }: ChartContext ): Result { const res = hierarchy_validator(json); if (!res.success) { return res; } const { root, modifier } = res.value; addInternalNodesAsLeaves(root); const data = new Map(); currencies.forEach((currency) => { const currencyHierarchy = d3Hierarchy(root) .sum((d) => (d.balance[currency] ?? 0) * modifier) .sort((a, b) => (b.value ?? 0) - (a.value ?? 0)); if (currencyHierarchy.value) { data.set(currency, currencyHierarchy); } }); return ok({ type: "hierarchy" as const, data }); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632341049.0 fava-1.20.1/frontend/src/charts/index.ts0000644000175000001440000000326200000000000017072 0ustar00jakobusers/** * This module contains the main code to render Fava's charts. * * The charts heavily use d3 libraries. */ import { getScriptTagValue } from "../lib/dom"; import type { Result } from "../lib/result"; import { ok } from "../lib/result"; import { array, object, string, unknown } from "../lib/validation"; import { bar } from "./bar"; import type { BarChart } from "./bar"; import type { ChartContext } from "./context"; import { hierarchy } from "./hierarchy"; import type { HierarchyChart } from "./hierarchy"; import { balances, commodities } from "./line"; import type { LineChart } from "./line"; import { scatterplot } from "./scatterplot"; import type { ScatterPlot } from "./scatterplot"; const parsers: Partial< Record< string, ( json: unknown, ctx: ChartContext, label: string ) => Result > > = { balances, commodities, bar, hierarchy, scatterplot, }; export type ChartTypes = HierarchyChart | BarChart | ScatterPlot | LineChart; export type NamedChartTypes = ChartTypes & { name?: string }; const chart_data_validator = array( object({ label: string, type: string, data: unknown }) ); export function parseChartData( ctx: ChartContext ): Result { const res = getScriptTagValue("#chart-data", chart_data_validator); if (!res.success) { return res; } const chartData = res.value; const result: NamedChartTypes[] = []; chartData.forEach((chart) => { const parser = parsers[chart.type]; if (parser) { const r = parser(chart.data, ctx, chart.label); if (r.success) { result.push({ name: chart.label, ...r.value }); } } }); return ok(result); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/line.ts0000644000175000001440000000413200000000000016707 0ustar00jakobusersimport type { FormatterContext } from "../format"; import { day } from "../format"; import { ok } from "../lib/result"; import type { Result } from "../lib/result"; import { array, date, number, object, record, string, tuple, } from "../lib/validation"; export interface LineChartDatum { name: string; date: Date; value: number; } export type LineChartData = { name: string; values: LineChartDatum[]; }; export interface LineChart { type: "linechart"; data: LineChartData[]; tooltipText: (c: FormatterContext, d: LineChartDatum) => string; } const balances_validator = array(object({ date, balance: record(number) })); export function balances(json: unknown): Result { const res = balances_validator(json); if (!res.success) { return res; } const parsedData = res.value; const groups = new Map(); for (const { date: date_, balance } of parsedData) { Object.entries(balance).forEach(([currency, value]) => { const group = groups.get(currency); const datum = { date: date_, value, name: currency }; if (group) { group.push(datum); } else { groups.set(currency, [datum]); } }); } const data = [...groups.entries()].map(([name, values]) => ({ name, values, })); return ok({ type: "linechart" as const, data, tooltipText: (c, d) => `${c.currency(d.value)} ${d.name}${day(d.date)}`, }); } const commodities_validator = object({ quote: string, base: string, prices: array(tuple([date, number])), }); export function commodities( json: unknown, _ctx: unknown, label: string ): Result { const res = commodities_validator(json); if (!res.success) { return res; } const { base, quote, prices } = res.value; const values = prices.map((d) => ({ name: label, date: d[0], value: d[1] })); return ok({ type: "linechart" as const, data: [{ name: label, values }], tooltipText(c, d) { return `1 ${base} = ${c.currency(d.value)} ${quote}${day( d.date )}`; }, }); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/query-charts.ts0000644000175000001440000000353100000000000020411 0ustar00jakobusersimport { hierarchy as d3Hierarchy } from "d3-hierarchy"; import { err, ok } from "../lib/result"; import type { Result } from "../lib/result"; import { stratify } from "../lib/tree"; import { array, number, object, record, string, unknown, } from "../lib/validation"; import type { ChartContext } from "./context"; import type { AccountHierarchyNode, HierarchyChart } from "./hierarchy"; import { balances } from "./line"; import type { ChartTypes } from "./index"; const grouped_chart_validator = array( object({ group: string, balance: record(number) }) ); export function parseGroupedQueryChart( json: unknown, { currencies }: ChartContext ): Result { const grouped = grouped_chart_validator(json); if (!grouped.success) { return err("No grouped query data"); } const root = stratify( grouped.value, (d) => d.group, (account, d) => ({ account, balance: d?.balance ?? {} }) ); root.account = "(root)"; const data = new Map(); currencies.forEach((currency) => { const currencyHierarchy: AccountHierarchyNode = d3Hierarchy(root) .sum((d) => d.balance[currency] ?? 0) .sort((a, b) => (b.value ?? 0) - (a.value ?? 0)); if (currencyHierarchy.value !== undefined) { data.set(currency, currencyHierarchy); } }); return ok({ type: "hierarchy" as const, data }); } /** * Parse one of the query result charts. * @param json - The chart data to parse. */ export function parseQueryChart( json: unknown, ctx: ChartContext ): Result { const tree = parseGroupedQueryChart(json, ctx); if (tree.success) { return tree; } const dated = array(unknown)(json); if (dated.success) { const bal = balances(dated.value); if (bal.success) { return bal; } } return err("No query chart found."); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/charts/scatterplot.ts0000644000175000001440000000123700000000000020327 0ustar00jakobusersimport { ok } from "../lib/result"; import type { Result } from "../lib/result"; import { array, date, object, string } from "../lib/validation"; export interface ScatterPlotDatum { date: Date; type: string; description: string; } export interface ScatterPlot { type: "scatterplot"; data: ScatterPlotDatum[]; tooltipText?: undefined; } const scatterplot_validator = array( object({ type: string, date, description: string }) ); export function scatterplot(json: unknown): Result { const res = scatterplot_validator(json); if (!res.success) { return res; } return ok({ type: "scatterplot" as const, data: res.value }); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632229367.0 fava-1.20.1/frontend/src/charts/tooltip.ts0000644000175000001440000000476300000000000017464 0ustar00jakobusersimport { pointer } from "d3-selection"; /** * Create tooltip with accompanying hide and destroy functions. */ function createTooltip(): [HTMLDivElement, () => void] { const tooltip = document.createElement("div"); tooltip.className = "tooltip"; document.body.appendChild(tooltip); const hide = (): void => { tooltip.style.opacity = "0"; }; return [tooltip, hide]; } const [tooltip, hide] = createTooltip(); /** * Svelte action to have the given element act on mouse to show a tooltip. * * The tooltip will be positioned at the cursor and is given a tooltip getter * per element. */ export function followingTooltip( node: SVGElement, text: () => string ): { destroy: () => void; update: (t: () => string) => void } { let getter = text; /** Event listener to have the tooltip follow the mouse. */ function followMouse(event: MouseEvent): void { tooltip.style.opacity = "1"; tooltip.style.left = `${event.pageX}px`; tooltip.style.top = `${event.pageY - 15}px`; } node.addEventListener("mouseenter", () => { tooltip.innerHTML = getter(); }); node.addEventListener("mousemove", followMouse); node.addEventListener("mouseleave", hide); return { destroy: hide, update(t: () => string): void { getter = t; }, }; } /** A function to find the closest node and the content to show in the tooltip. */ export type TooltipFindNode = ( x: number, y: number ) => [number, number, string] | undefined; /** * Svelte action to have the given element act on mouse to show a tooltip. * * The parameter to the tooltip is a function that takes a position (relative * to the container) as input and should return the position of the tooltip, * i.e., the found node, again relative to the container and the desired * content of the tooltip. */ export function positionedTooltip( node: SVGGElement, find: TooltipFindNode ): { destroy: () => void } { function mousemove(event: MouseEvent): void { const [xPointer, yPointer] = pointer(event); const res = find(xPointer, yPointer); const matrix = node.getScreenCTM(); if (res && matrix) { const [x, y, content] = res; tooltip.style.opacity = "1"; tooltip.innerHTML = content; tooltip.style.left = `${window.scrollX + x + matrix.e}px`; tooltip.style.top = `${window.scrollY + y + matrix.f - 15}px`; } else { hide(); } } node.addEventListener("mousemove", mousemove); node.addEventListener("mouseleave", hide); return { destroy: hide, }; } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/clipboard.ts0000644000175000001440000000140300000000000016431 0ustar00jakobusersimport { log_error } from "./log"; /** * Copy the given text to the clipboard. */ function copyToClipboard(text: string | null): void { if (!text) { return; } const textarea = document.createElement("textarea"); textarea.value = text; textarea.style.position = "fixed"; textarea.style.top = "0"; textarea.style.left = "0"; document.body.appendChild(textarea); textarea.focus(); textarea.select(); try { document.execCommand("copy"); } catch (err) { log_error(err); } textarea.remove(); } export class CopyableText extends HTMLElement { constructor() { super(); this.addEventListener("click", (event) => { copyToClipboard(this.getAttribute("data-clipboard-text")); event.stopPropagation(); }); } } ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.403854 fava-1.20.1/frontend/src/codemirror/0000755000175000001440000000000000000000000016271 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/account-regex.ts0000644000175000001440000006260200000000000021413 0ustar00jakobusersexport default /(?:(?:[A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1C90-\u1CBA\u1CBD-\u1CBF\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\uA7BA\uA7BC\uA7BE\uA7C2\uA7C4-\uA7C7\uA7C9\uA7F5\uFF21-\uFF3A]|\uD801[\uDC00-\uDC27\uDCB0-\uDCD3]|\uD803[\uDC80-\uDCB2]|\uD806[\uDCA0-\uDCBF]|\uD81B[\uDE40-\uDE5F]|\uD835[\uDC00-\uDC19\uDC34-\uDC4D\uDC68-\uDC81\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB5\uDCD0-\uDCE9\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD38\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD6C-\uDD85\uDDA0-\uDDB9\uDDD4-\uDDED\uDE08-\uDE21\uDE3C-\uDE55\uDE70-\uDE89\uDEA8-\uDEC0\uDEE2-\uDEFA\uDF1C-\uDF34\uDF56-\uDF6E\uDF90-\uDFA8\uDFCA]|\uD83A[\uDD00-\uDD21])(?:[\x2D0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BEF\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D66-\u0D6F\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F29\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD30-\uDD39\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC66-\uDC6F\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF39]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])*)(?::(?:[0-9A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\u1C90-\u1CBA\u1CBD-\u1CBF\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA620-\uA629\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\uA7BA\uA7BC\uA7BE\uA7C2\uA7C4-\uA7C7\uA7C9\uA7F5\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19\uFF21-\uFF3A]|\uD801[\uDC00-\uDC27\uDCA0-\uDCA9\uDCB0-\uDCD3]|\uD803[\uDC80-\uDCB2\uDD30-\uDD39]|\uD804[\uDC66-\uDC6F\uDCF0-\uDCF9\uDD36-\uDD3F\uDDD0-\uDDD9\uDEF0-\uDEF9]|[\uD805\uD807][\uDC50-\uDC59\uDCD0-\uDCD9\uDE50-\uDE59\uDEC0-\uDEC9\uDF30-\uDF39]|\uD806[\uDCA0-\uDCBF\uDCE0-\uDCE9\uDD50-\uDD59]|\uD81A[\uDE60-\uDE69\uDF50-\uDF59]|\uD81B[\uDE40-\uDE5F]|\uD835[\uDC00-\uDC19\uDC34-\uDC4D\uDC68-\uDC81\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB5\uDCD0-\uDCE9\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD38\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD6C-\uDD85\uDDA0-\uDDB9\uDDD4-\uDDED\uDE08-\uDE21\uDE3C-\uDE55\uDE70-\uDE89\uDEA8-\uDEC0\uDEE2-\uDEFA\uDF1C-\uDF34\uDF56-\uDF6E\uDF90-\uDFA8\uDFCA\uDFCE-\uDFFF]|\uD838[\uDD40-\uDD49\uDEF0-\uDEF9]|\uD83A[\uDD00-\uDD21\uDD50-\uDD59]|\uD83E[\uDFF0-\uDFF9])(?:[\x2D0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BEF\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D66-\u0D6F\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F29\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD30-\uDD39\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC66-\uDC6F\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF39]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])*)+/; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-autocomplete.ts0000644000175000001440000000652300000000000023324 0ustar00jakobusersimport type { CompletionSource } from "@codemirror/autocomplete"; import { StreamLanguage } from "@codemirror/stream-parser"; import type { Readable } from "svelte/store"; import { get } from "svelte/store"; import { accounts, currencies, links, payees, tags } from "../stores"; import { beancountSnippets } from "./beancount-snippets"; import { beancountStreamParser } from "./beancount-stream-parser"; const undatedDirectives = ["option", "plugin", "include"]; const datedDirectives = [ "*", "open", "close", "commodity", "balance", "pad", "note", "document", "price", "event", "query", ]; /** Generate completion result list for codemirror from strings. */ const res = (s: string[], from: number) => ({ options: s.map((label) => ({ label })), from, }); const lang = StreamLanguage.define(beancountStreamParser); const directiveCompletions: Record< string, Array | null> | undefined > = { open: [accounts, currencies], close: [accounts], commodity: [currencies], balance: [accounts, null, currencies], pad: [accounts, accounts], note: [accounts], document: [accounts], price: [currencies, null, currencies], }; export const beancountCompletion: CompletionSource = (context) => { const { state, pos } = context; const { doc } = state; const tag = context.matchBefore(/#[A-Za-z0-9\-_/.]*/); if (tag) { return res(get(tags), tag.from + 1); } const link = context.matchBefore(/\^[A-Za-z0-9\-_/.]*/); if (link) { return res(get(links), link.from + 1); } const indented = context.matchBefore(/^\s+[A-Z]\S*/); if (indented) { const indentation = indented.text.length - indented.text.trimLeft().length; return res(get(accounts), indented.from + indentation); } const line = doc.lineAt(pos); if (context.matchBefore(/\d+/)) { return { options: beancountSnippets(), from: line.from }; } const currentWord = context.matchBefore(/\S*/); if (currentWord?.from === line.from && line.length > 0) { return res(undatedDirectives, line.from); } const lineContent = doc.sliceString(line.from, pos); const node = lang.parser.parse(lineContent).cursor(); const tokens: { name: string; from: number; to: number }[] = []; while (node.next()) { if (node.name !== "invalid.special") { tokens.push({ name: node.name, from: node.from, to: node.to }); } } if (tokens.length > 0) { const first = tokens[0]; const last = tokens[tokens.length - 1]; const lineFrom = line.from; // Dates have the 'number.special' token name if (first.name === "number.special" && line.length > last.to) { if (tokens.length === 1) { return res(datedDirectives, lineFrom + first.to + 1); } const directive = lineContent.slice(tokens[1].from, tokens[1].to); const compl = directiveCompletions[directive]; if (compl) { const completions = compl[tokens.length - 2]; if (completions) { return res(get(completions), lineFrom + last.to + 1); } } if (directive === "txn" || directive.length === 1) { if (tokens.length === 3 || last.name === "string.special") { return res(get(payees), lineFrom + last.from + 1); } } } if (last.name === "number" && line.length > last.to) { return res(get(currencies), lineFrom + last.to + 1); } } return null; }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-fold.ts0000644000175000001440000000132100000000000021536 0ustar00jakobusersimport { foldService } from "@codemirror/language"; const MAXDEPTH = 100; function headerLevel(line: string): number { const match = /^\*+/.exec(line); return match ? match[0].length : MAXDEPTH; } export const beancountFold = foldService.of(({ doc }, lineStart, lineEnd) => { const startLine = doc.lineAt(lineStart); const totalLines = doc.lines; const level = headerLevel(startLine.text); if (level === MAXDEPTH) { return null; } let lineNo = startLine.number; let end = startLine.to; while (lineNo < totalLines) { lineNo += 1; const line = doc.line(lineNo); if (headerLevel(line.text) <= level) { break; } end = line.to; } return { from: lineEnd, to: end }; }); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-format.ts0000644000175000001440000000066600000000000022115 0ustar00jakobusersimport type { Command } from "@codemirror/view"; import { put } from "../api"; import { notify } from "../notifications"; export const beancountFormat: Command = (cm) => { put("format_source", { source: cm.state.doc.toString() }).then( (data) => { cm.dispatch({ changes: { from: 0, to: cm.state.doc.length, insert: data }, }); }, (error) => { notify(error, "error"); } ); return true; }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-highlight.ts0000644000175000001440000000212700000000000022566 0ustar00jakobusersimport { HighlightStyle, tags } from "@codemirror/highlight"; export const beancountHighlight = HighlightStyle.define([ { // Dates tag: tags.special(tags.number), color: "var(--editor-date)", }, { // Accounts tag: tags.className, color: "var(--editor-account)", }, { // Plain comments tag: tags.comment, color: "var(--editor-comment)", }, { // Sections tag: tags.special(tags.lineComment), color: "var(--editor-comment)", border: "solid 1px var(--editor-comment)", borderRadius: "2px", paddingRight: "10px", fontWeight: "500", }, { // Currencies tag: tags.unit, color: "#708", }, { // Directives tag: tags.keyword, fontWeight: "500", color: "var(--editor-directive)", }, { // Option name tag: tags.standard(tags.string), color: "var(--editor-class)", }, { // Invalid token tag: tags.invalid, color: "var(--editor-invalid)", }, { // Trailing whitespace tag: tags.special(tags.invalid), backgroundColor: "var(--editor-trailing-whitespace)", }, ]); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-indent.ts0000644000175000001440000000077500000000000022107 0ustar00jakobusersimport { indentService } from "@codemirror/language"; export const beancountIndent = indentService.of((context, pos) => { const textAfterPos = context.textAfterPos(pos); if (/^\s*\d\d\d\d/.exec(textAfterPos)) { // Lines starting with a date should not be indented. return null; } const line = context.state.doc.lineAt(pos); if (/^\s+\S+/.exec(line.text) || /^\d\d\d\d/.exec(line.text)) { // The previous (or this one?) line was indented. return context.unit; } return null; }); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-snippets.ts0000644000175000001440000000070600000000000022465 0ustar00jakobusersimport { snippetCompletion } from "@codemirror/autocomplete"; import type { Completion } from "@codemirror/autocomplete"; import { todayAsString } from "../format"; export const beancountSnippets: () => readonly Completion[] = () => { const today = todayAsString(); return [ snippetCompletion( `${today} #{*} "#{}" "#{}"\n #{Account:A} #{Amount}\n #{Account:B}`, { label: `${today} * transaction`, } ), ]; }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount-stream-parser.ts0000644000175000001440000000545300000000000023411 0ustar00jakobusersimport type { StreamParser } from "@codemirror/stream-parser"; import accountRegex from "./account-regex"; // The rules should mirror `parser/lexel.l` in beancount const sectionComment = /^\*.*/; const comment = /^[#*;].*/; const inlineComment = /^;.*/; const string = /^"(?:[^\\]|\\.)*?"/; const openString = /^"(?:[^\\]|\\.)*?$/; const closeString = /^(?:[^\\]|\\.)*?"/; const tag = /^#[A-Za-z0-9\-_/.]+/; const commodity = /^[A-Z][A-Z0-9'._-]+[A-Z0-9]/; const bool = /^TRUE|FALSE/; const date = /^[0-9]{4,}[-/][0-9]+[-/][0-9]+/; const number = /^-?(?:[0-9]+|[0-9][0-9,]+[0-9])(?:\.[0-9]*)?/; const txn = /^([*!&#?%PSTCURM]|txn)/; const undatedDirectives = /^(pushtag|poptag|pushmeta|popmeta|option|plugin|include)/; const directives = /^(balance|open|close|commodity|pad|event|custom|price|note|query|document)/; const link = /^\^[A-Za-z0-9\-_/.]+/; const meta = /^[a-z][a-zA-Z0-9\-_]+:/; export const beancountStreamParser: StreamParser<{ string: boolean }> = { startState: () => ({ string: false }), token(stream, state) { if (state.string) { if (stream.match(closeString)) { state.string = false; return "string"; } stream.skipToEnd(); return "string"; } if (stream.match(/\s+$/)) { return "invalid.special"; } if (stream.eatSpace() || stream.eol()) { return null; } const sol = stream.sol(); if (sol && stream.match(sectionComment)) { return "lineComment.special"; } if (sol && stream.match(comment)) { return "lineComment"; } if (stream.match(tag) || stream.match(link)) { return "labelName"; } if (stream.match(commodity)) { return "unit"; } if (stream.match(meta)) { return "propertyName"; } if ( (sol && stream.match(undatedDirectives)) || stream.match(directives) || stream.match(txn) ) { return "keyword"; } if (stream.match(inlineComment)) { return "comment"; } if (stream.match(date)) { return "number.special"; } if (stream.match(number)) { return "number"; } if (stream.match(bool)) { return "bool"; } if (stream.match(string)) { if (stream.start === 7 && stream.string.startsWith("option ")) { // Option name return "string.standard"; } return "string"; } if (stream.match(openString)) { state.string = true; return "string.special"; } if (stream.match(accountRegex)) { return "className"; } // Skip one character since no known token matched. const char = stream.next(); if (char === "@") { return "operator"; } if (char === "{" || char === "}") { return "bracket"; } stream.skipToEnd(); return null; }, languageData: { commentTokens: { line: ";" }, }, }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/beancount.ts0000644000175000001440000000157700000000000020631 0ustar00jakobusersimport { LanguageSupport } from "@codemirror/language"; import { StreamLanguage } from "@codemirror/stream-parser"; import { keymap } from "@codemirror/view"; import { beancountCompletion } from "./beancount-autocomplete"; import { beancountFold } from "./beancount-fold"; import { beancountFormat } from "./beancount-format"; import { beancountHighlight } from "./beancount-highlight"; import { beancountIndent } from "./beancount-indent"; import { beancountStreamParser } from "./beancount-stream-parser"; const beancountLanguage = StreamLanguage.define(beancountStreamParser); export const beancount = new LanguageSupport(beancountLanguage, [ beancountFold, beancountHighlight, beancountIndent, keymap.of([{ key: "Control-d", mac: "Meta-d", run: beancountFormat }]), beancountLanguage.data.of({ autocomplete: beancountCompletion, indentOnInput: /^\s+\d\d\d\d/, }), ]); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/bql-autocomplete.ts0000644000175000001440000000147300000000000022123 0ustar00jakobusersimport type { CompletionSource } from "@codemirror/autocomplete"; import bqlGrammar from "./bql-grammar"; const { columns, functions, keywords } = bqlGrammar; const completions = [...columns, ...functions.map((f) => `${f}(`), ...keywords]; const allCompletionOptions = completions.map((label) => ({ label })); const commands = [ "balances", "errors", "explain", "help", "lex", "parse", "print", "runcustom", "select", "tokenize", ]; const firstWordCompletions = commands.map((label) => ({ label })); export const bqlCompletion: CompletionSource = (context) => { const token = context.matchBefore(/\w+/); if (!token) { return null; } if (token.from === 0) { return { from: token.from, options: firstWordCompletions }; } return { from: token.from, options: allCompletionOptions }; }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632255808.0 fava-1.20.1/frontend/src/codemirror/bql-grammar.ts0000644000175000001440000000325500000000000021050 0ustar00jakobusersexport default { columns: [ "account", "balance", "change", "cost_currency", "cost_date", "cost_label", "cost_number", "currency", "date", "day", "description", "filename", "flag", "id", "lineno", "links", "location", "month", "narration", "number", "other_accounts", "payee", "position", "posting_flag", "price", "tags", "type", "weight", "year", ], functions: [ "abs", "account_sortkey", "any_meta", "close_date", "coalesce", "commodity", "commodity_meta", "convert", "cost", "count", "currency", "currency_meta", "date", "date_add", "date_diff", "day", "entry_meta", "filter_currency", "findfirst", "first", "getitem", "getprice", "grep", "grepn", "joinstr", "last", "leaf", "length", "lower", "max", "maxwidth", "meta", "min", "month", "neg", "number", "only", "open_date", "open_meta", "parent", "possign", "quarter", "root", "safediv", "str", "subst", "sum", "today", "units", "upper", "value", "weekday", "year", "ymonth", ], keywords: [ "and", "as", "asc", "at", "balances", "by", "clear", "close", "desc", "distinct", "errors", "explain", "false", "flatten", "from", "group", "having", "in", "journal", "limit", "not", "null", "on", "open", "or", "order", "pivot", "print", "reload", "run", "select", "true", "where", ], }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/bql-stream-parser.ts0000644000175000001440000000256400000000000022211 0ustar00jakobusersimport type { StreamParser } from "@codemirror/stream-parser"; // Import the autogenerated (by a script in the 'contrib' directory) lists import grammar from "./bql-grammar"; const keywords = new Set(grammar.keywords); const columns = new Set(grammar.columns); const functions = new Set(grammar.functions); // This should match the grammar defined in Beancount (`query/query_parser.py`). const string = /^("[^"]*"|'[^']*')/; const date = /^(?:#(?:"[^"]*"|'[^']*')|\d\d\d\d-\d\d-\d\d)/; const decimal = /^[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)/; const integer = /^[-+]?[0-9]+/; export const bqlStreamParser: StreamParser = { token(stream) { if (stream.eatSpace() || stream.eol()) { return null; } if (stream.match(string)) { return "string"; } if (stream.match(date) || stream.match(decimal) || stream.match(integer)) { return "number"; } if (stream.match(/\w+/)) { const word = stream.current().toLowerCase(); if (keywords.has(word)) { return "keyword"; } if (columns.has(word)) { return "typeName"; } if (functions.has(word) && stream.peek() === "(") { return "macroName"; } return "name"; } // Skip one character since no known token matched. const char = stream.next(); if (char === "*") { return "typeName"; } return null; }, }; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/bql.ts0000644000175000001440000000062600000000000017423 0ustar00jakobusersimport { LanguageSupport } from "@codemirror/language"; import { StreamLanguage } from "@codemirror/stream-parser"; import { bqlCompletion } from "./bql-autocomplete"; import { bqlStreamParser } from "./bql-stream-parser"; const bqlLanguage = StreamLanguage.define(bqlStreamParser); export const bql = new LanguageSupport( bqlLanguage, bqlLanguage.data.of({ autocomplete: bqlCompletion, }) ); ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/scroll-to-line.ts0000644000175000001440000000052400000000000021505 0ustar00jakobusersimport type { EditorView } from "@codemirror/view"; /** * Select the line with the given number and scroll it into view. */ export function scrollToLine(cm: EditorView, line: number): void { const linePos = cm.state.doc.line(line); cm.dispatch({ selection: { ...linePos, anchor: linePos.from }, scrollIntoView: true, }); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/codemirror/setup.ts0000644000175000001440000001013000000000000017774 0ustar00jakobusersimport { autocompletion, completionKeymap } from "@codemirror/autocomplete"; import { closeBrackets, closeBracketsKeymap } from "@codemirror/closebrackets"; import { defaultKeymap } from "@codemirror/commands"; import { commentKeymap } from "@codemirror/comment"; import { foldGutter, foldKeymap } from "@codemirror/fold"; import { lineNumbers } from "@codemirror/gutter"; import { defaultHighlightStyle } from "@codemirror/highlight"; import { history, historyKeymap } from "@codemirror/history"; import { indentOnInput, indentUnit } from "@codemirror/language"; import { lintKeymap } from "@codemirror/lint"; import { bracketMatching } from "@codemirror/matchbrackets"; import { rectangularSelection } from "@codemirror/rectangular-selection"; import { highlightSelectionMatches, searchKeymap } from "@codemirror/search"; import type { Extension } from "@codemirror/state"; import { EditorState } from "@codemirror/state"; import type { KeyBinding } from "@codemirror/view"; import { drawSelection, EditorView, highlightActiveLine, highlightSpecialChars, keymap, placeholder, } from "@codemirror/view"; import { get } from "svelte/store"; import { favaOptions } from "../stores"; import { beancount } from "./beancount"; import { bql } from "./bql"; const baseExtensions = [ lineNumbers(), highlightSpecialChars(), history(), foldGutter(), drawSelection(), EditorState.allowMultipleSelections.of(true), indentOnInput(), defaultHighlightStyle, bracketMatching(), closeBrackets(), autocompletion(), rectangularSelection(), highlightActiveLine(), highlightSelectionMatches(), keymap.of([ ...closeBracketsKeymap, ...defaultKeymap, ...searchKeymap, ...historyKeymap, ...foldKeymap, ...commentKeymap, ...completionKeymap, ...lintKeymap, ]), ]; /* TODO: - center cursor? - rulers: const rulers = currencyColumn ? [{ column: currencyColumn - 1, lineStyle: "dotted" }] : undefined; */ /** An editor and a function to attach it to a DOM element. */ type EditorAndAction = [EditorView, (el: HTMLElement) => void]; function setup( value: string | undefined, extensions: Extension[] ): EditorAndAction { const view = new EditorView({ state: EditorState.create({ doc: value, extensions }), }); return [view, (el) => el.appendChild(view.dom)]; } /** * A basic readonly editor. */ export function initReadonlyEditor(value: string): EditorAndAction { return setup(value, [baseExtensions, EditorState.readOnly.of(true)]); } /** * Read-only editors in the help pages. */ export class BeancountTextarea extends HTMLTextAreaElement { constructor() { super(); const [view] = setup(this.value, [ beancount, defaultHighlightStyle, EditorView.editable.of(false), ]); this.parentNode?.insertBefore(view.dom, this); this.style.display = "none"; } } /** * A Beancount editor. */ export function initBeancountEditor( value: string, onDocChanges: (s: EditorState) => void, commands: KeyBinding[] ): EditorAndAction { return setup(value, [ beancount, indentUnit.of(" ".repeat(get(favaOptions).indent)), keymap.of(commands), EditorView.updateListener.of((update) => { if (update.docChanged) { onDocChanges(update.state); } }), baseExtensions, ]); } /** * A basic readonly BQL editor that only does syntax highlighting. */ export function initReadonlyQueryEditor(value: string): EditorAndAction { return setup(value, [ bql, defaultHighlightStyle, EditorView.editable.of(false), ]); } /** * The main BQL editor. */ export function initQueryEditor( value: string | undefined, onDocChanges: (s: EditorState) => void, _placeholder: string, submit: () => void ): EditorAndAction { return setup(value, [ bql, EditorView.updateListener.of((update) => { if (update.docChanged) { onDocChanges(update.state); } }), keymap.of([ { key: "Control-Enter", mac: "Meta-Enter", run: () => { submit(); return true; }, }, ]), placeholder(_placeholder), baseExtensions, ]); } ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/document-upload.ts0000644000175000001440000000523100000000000017575 0ustar00jakobusers/* * File uploads via Drag and Drop on elements with class "droptarget" * and attribute "data-account-name" */ import type { Writable } from "svelte/store"; import { writable } from "svelte/store"; import { put } from "./api"; import { todayAsString } from "./format"; import { delegate } from "./lib/events"; import { basename, documentHasAccount } from "./lib/paths"; import { notify } from "./notifications"; function dragover(event: DragEvent, closestTarget: HTMLElement): void { if ( event.dataTransfer && (event.dataTransfer.types.includes("Files") || event.dataTransfer.types.includes("text/uri-list")) ) { closestTarget.classList.add("dragover"); event.preventDefault(); } } delegate(document, "dragenter", ".droptarget", dragover); delegate(document, "dragover", ".droptarget", dragover); function dragleave(event: DragEvent, closestTarget: HTMLElement): void { closestTarget.classList.remove("dragover"); event.preventDefault(); } delegate(document, "dragleave", ".droptarget", dragleave); /* Stores that the Svelte component accesses. */ export const account = writable(""); export const hash = writable(""); export const files: Writable< { dataTransferFile: File; name: string; }[] > = writable([]); function drop(event: DragEvent, target: HTMLElement): void { target.classList.remove("dragover"); event.preventDefault(); event.stopPropagation(); if (!event.dataTransfer) { return; } const url = event.dataTransfer.getData("URL"); if (url) { let filename = new URL(url).searchParams.get("filename"); const acc = target.getAttribute("data-account-name"); if (acc && filename && documentHasAccount(filename, acc)) { filename = basename(filename); } const entry_hash = target.getAttribute("data-entry"); if (filename && entry_hash) { put("attach_document", { filename, entry_hash }).then( (response) => { notify(response); }, (error) => { notify(error, "error"); } ); } return; } const dateAttribute = target.getAttribute("data-entry-date"); const entryDate = dateAttribute || todayAsString(); account.set(target.getAttribute("data-account-name") || ""); hash.set(target.getAttribute("data-entry") || ""); const uploadedFiles: { dataTransferFile: File; name: string }[] = []; for (const dataTransferFile of event.dataTransfer.files) { let { name } = dataTransferFile; if (!/^\d{4}-\d{2}-\d{2}/.test(name)) { name = `${entryDate} ${name}`; } uploadedFiles.push({ dataTransferFile, name, }); } files.set(uploadedFiles); } delegate(document, "drop", ".droptarget", drop); ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1632341095.403854 fava-1.20.1/frontend/src/documents/0000755000175000001440000000000000000000000016125 5ustar00jakobusers././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/documents/Accounts.svelte0000644000175000001440000000456300000000000021140 0ustar00jakobusers {#if node.name}

{ $selectedAccount = selected ? "" : node.name; }} on:dragenter={dragenter} on:dragover={dragenter} on:dragleave={() => { drag = false; }} on:drop|preventDefault={drop} title={node.name} class="droptarget" data-account-name={node.name} class:has-children={hasChildren} class:selected class:drag > { expanded = !expanded; ev.stopPropagation(); }}>{expanded ? "▾" : "▸"} {leaf(node.name)} {#if node.count > 0} {node.count} {/if}

{/if} {#if hasChildren} {/if} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632061215.0 fava-1.20.1/frontend/src/documents/DocumentPreview.svelte0000644000175000001440000000223700000000000022475 0ustar00jakobusers {#if extension === "pdf"} {:else if plainTextExtensions.includes(extension)} {#await fetch(url).then(handleText)} Loading... {:then value} {/await} {:else if imageExtensions.includes(extension)} {filename} {:else if ["html", "htm"].includes(extension)}