Skip to content

Instantly share code, notes, and snippets.

@rwillig
Last active February 15, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwillig/c8d57a9733855e395701b2e5e69e3e2f to your computer and use it in GitHub Desktop.
Save rwillig/c8d57a9733855e395701b2e5e69e3e2f to your computer and use it in GitHub Desktop.
(def assets [{:base :cash :label "Cash in Banks and Brokerage Accounts" :fields [:more :amount]}
{:base :stock :label "Stock, Bonds, Mutual FUnds, Notes:" :fields [:more :amount]}
{:base :pension :label "Pension nd I.R.A.'s:" :fields [:more :amount]}
{:base :re-pvt :label "Real Estate: Personal Residence:" :fields [:more :amount]}
{:base :re-vac :label "Real Estate: Vacation Residence:" :fields [:more :amount]}
{:base :re-other :label "Real Estate: Other Properties:" :fields [:more :amount]}
{:base :auto-1 :label "Automobile #1: Make/Model:" :fields [:more :amount]}
{:base :auto-2 :label "Automobile #2: Make/Model:" :fields [:more :amount]}
{:base :auto-3 :label "Automobile #3: Make/Model:" :fields [:more :amount]}
{:base :assets-other :label "Other Assets:" :fields [:more :amount]} ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment