Well, I don't have any problem coding, but I've been learning how to budget and so far, the best tool is Quicken. arg! I want more than simply tracking my finances and generating alerts when a budget item is exceeded. I'm a monitoring engineer and what quicken, mint, and gnucash and all of them do is simply "monitoring". you collect the data, set a threshold, and then react. There's some reports, but they're all simple charts, nothing statistical.

I want to predict; I want to use the tool to help me make my decisions, find the shortest path, etc. And I'm not talking about stock market prediction, either. Just simple stuff like: Given 12 months history, how much should I budget for my Gas & electric bill? What's the variance for a budget item? Are there patterns in my spending? What's the best snowball scenario, and how much can I redirect to paying down debt?

I don't need to replace stuff that Mint does, I just want to do some intelligent budgeting. There are a few spreadsheets out there that help with snowball, but they're cumbersome.

So I'm thinking I need to start by learning some basics of financial programming. I remember classes I took (very long time ago) where the examples were always financial applications. Being young and stupid, I thought "I'll never need this stuff" so I paid attention to the code and forgot the technique. Now that I actually have money, I want to put my skills to it!

Anyway, I was hoping that someone knew of something (book, course, code) that specifically deals with money management.


In reply to Re^2: Personal finance using perl by shunyun
in thread Personal finance using perl by shunyun

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.