<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Replacing Microsoft Money, Part 5: OFX Scripts</title>
	<atom:link href="http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html/feed" rel="self" type="application/rss+xml" />
	<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html</link>
	<description>like a friend telling you about money ...</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:31:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: TFB</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7859</link>
		<dc:creator>TFB</dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7859</guid>
		<description>@Rich S - No it won&#039;t work for Quicken. In the main article, toward the end, I showed the error Quicken 2006 displayed when I tried to import the file. At that time, the download feature in Quicken 2006 already expired.</description>
		<content:encoded><![CDATA[<p>@Rich S &#8211; No it won&#8217;t work for Quicken. In the main article, toward the end, I showed the error Quicken 2006 displayed when I tried to import the file. At that time, the download feature in Quicken 2006 already expired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich S.</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7857</link>
		<dc:creator>Rich S.</dc:creator>
		<pubDate>Sun, 29 Jan 2012 21:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7857</guid>
		<description>Can anyone tell me if these downloaded OFX files will work with Quicken (like 2009) once Quicken downloads &quot;expire&quot; after three years?  Do I need to convert them to QFX files with the OFX to QFX converter that I found  online?

Pardon me if this has already been answered.</description>
		<content:encoded><![CDATA[<p>Can anyone tell me if these downloaded OFX files will work with Quicken (like 2009) once Quicken downloads &#8220;expire&#8221; after three years?  Do I need to convert them to QFX files with the OFX to QFX converter that I found  online?</p>
<p>Pardon me if this has already been answered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7835</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 27 Jan 2012 18:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7835</guid>
		<description>RDT2, I&#039;m trying the script with these new modifications and it works fine (on accounts that also worked before). One account I still can&#039;t get working is Vanguard. You say you&#039;ve tested it on Vanguard--what settings are you using (fiorg, url, etc)? thanks.</description>
		<content:encoded><![CDATA[<p>RDT2, I&#8217;m trying the script with these new modifications and it works fine (on accounts that also worked before). One account I still can&#8217;t get working is Vanguard. You say you&#8217;ve tested it on Vanguard&#8211;what settings are you using (fiorg, url, etc)? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RDT2</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7794</link>
		<dc:creator>RDT2</dc:creator>
		<pubDate>Sat, 21 Jan 2012 14:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7794</guid>
		<description>FYI, these couple modifications will change the script to use OFX 2.00 which is XML compliant. This has been tested successfully on vanguard and Fidelity Netbenefits. I tried to do version 2.11, however Vanguard does not seem to support it, so version 2.00 it is.

Change the header to:
def _header(self):
        return join(&quot;\r\n&quot;,[ &quot;&lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;utf-8\&quot; standalone=\&quot;no\&quot;?&gt;&quot;,
                           &quot;&lt;?OFX OFXHEADER=\&quot;200\&quot; VERSION=\&quot;200\&quot; SECURITY=\&quot;NONE\&quot; OLDFILEUID=\&quot;NONE\&quot; NEWFILEUID=\&quot;&quot;+_genuuid()+&quot;\&quot;?&gt;&quot;,
                           &quot;&quot;])

And change the field tags to:
def _field(tag,value):
    return &quot;&lt;&quot;+tag+&quot;&gt;&quot;+value+&quot;&lt;/&quot;+tag+&quot;&gt;&quot;</description>
		<content:encoded><![CDATA[<p>FYI, these couple modifications will change the script to use OFX 2.00 which is XML compliant. This has been tested successfully on vanguard and Fidelity Netbenefits. I tried to do version 2.11, however Vanguard does not seem to support it, so version 2.00 it is.</p>
<p>Change the header to:<br />
def _header(self):<br />
        return join(&#8220;\r\n&#8221;,[ "&lt;?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?&gt;",<br />
                           "&lt;?OFX OFXHEADER=\"200\" VERSION=\"200\" SECURITY=\"NONE\" OLDFILEUID=\"NONE\" NEWFILEUID=\""+_genuuid()+"\"?&gt;",<br />
                           ""])</p>
<p>And change the field tags to:<br />
def _field(tag,value):<br />
    return &#8220;&lt;&#8221;+tag+&#8221;&gt;&#8221;+value+&#8221;&lt;/&#8221;+tag+&#8221;&gt;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7266</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 29 Oct 2011 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7266</guid>
		<description>In ofx-ba-tfb-auto.py, shouldn&#039;t the following line:

 _field(&quot;BANKID&quot;,sites [argv[1]] [&quot;bankid&quot;]),

really be:

 _field(&quot;BANKID&quot;, config[&quot;bankid&quot;]), 

?

I am not sure why are referring to argv[] from within OFXClient. This is not a problem as it is, but will sneak up on you if ever decide to change the argument list order or contents (which was exactly what I was trying to do). Thanks.</description>
		<content:encoded><![CDATA[<p>In ofx-ba-tfb-auto.py, shouldn&#8217;t the following line:</p>
<p> _field(&#8220;BANKID&#8221;,sites [argv[1]] ["bankid"]),</p>
<p>really be:</p>
<p> _field(&#8220;BANKID&#8221;, config["bankid"]), </p>
<p>?</p>
<p>I am not sure why are referring to argv[] from within OFXClient. This is not a problem as it is, but will sneak up on you if ever decide to change the argument list order or contents (which was exactly what I was trying to do). Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7250</link>
		<dc:creator>G</dc:creator>
		<pubDate>Tue, 25 Oct 2011 01:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7250</guid>
		<description>My first attempt just updating the settings in the ofx-ba-auto file produced this error:
OFXHEADER:100
DATA:OFXSGML
VERSION:102
SECURITY:NONE
ENCODING:USASCII
CHARSET:1252
COMPRESSION:NONE
OLDFILEUID:NONE
NEWFILEUID:17b86c99197a4c0b826263bbd95e05d8





&lt;CODE&gt;15500
ERROR

20111025011640
ENG
19700101000000
19700101000000

Wells Fargo
3001





5583b6cdf53f4e88aacf2071873966d7

&lt;CODE&gt;15500
ERROR

4


Does the signon detail change in the bat file when I shift banks?  i was able to use my old username and password after they did the wells conversion, so didn&#039;t update any of that.</description>
		<content:encoded><![CDATA[<p>My first attempt just updating the settings in the ofx-ba-auto file produced this error:<br />
OFXHEADER:100<br />
DATA:OFXSGML<br />
VERSION:102<br />
SECURITY:NONE<br />
ENCODING:USASCII<br />
CHARSET:1252<br />
COMPRESSION:NONE<br />
OLDFILEUID:NONE<br />
NEWFILEUID:17b86c99197a4c0b826263bbd95e05d8</p>
<p><code>15500<br />
ERROR</p>
<p>20111025011640<br />
ENG<br />
19700101000000<br />
19700101000000</p>
<p>Wells Fargo<br />
3001</p>
<p>5583b6cdf53f4e88aacf2071873966d7</p>
<p></code><code>15500<br />
ERROR</p>
<p>4</p>
<p>Does the signon detail change in the bat file when I shift banks?  i was able to use my old username and password after they did the wells conversion, so didn&#8217;t update any of that.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7249</link>
		<dc:creator>G</dc:creator>
		<pubDate>Tue, 25 Oct 2011 01:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7249</guid>
		<description>Anyone done the conversion from using this with Wachovia to Wells Fargo?  They just converted NC last weekend and it&#039;s been a while since I put all these together, so trying to shake the fog out on what settings I need to update.  Thx</description>
		<content:encoded><![CDATA[<p>Anyone done the conversion from using this with Wachovia to Wells Fargo?  They just converted NC last weekend and it&#8217;s been a while since I put all these together, so trying to shake the fog out on what settings I need to update.  Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7244</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 23 Oct 2011 20:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7244</guid>
		<description>I have the same problem with Fidelity Netbenefits.  I have a few other accounts, and I have had great luck with them, but I have yet to get Fidelity Netbenefits to work, I&#039;ve been putting those transactions in manually.  Like you, for me it just tells me the new positions.  Ironically, I have normal Fidelity brokerage accounts as well, and those work fine.  It&#039;s just the 401k through Netbenefits that I cannot get working yet.  The downloaded file looks like it might have the transactions in it, money is just not processing them.</description>
		<content:encoded><![CDATA[<p>I have the same problem with Fidelity Netbenefits.  I have a few other accounts, and I have had great luck with them, but I have yet to get Fidelity Netbenefits to work, I&#8217;ve been putting those transactions in manually.  Like you, for me it just tells me the new positions.  Ironically, I have normal Fidelity brokerage accounts as well, and those work fine.  It&#8217;s just the 401k through Netbenefits that I cannot get working yet.  The downloaded file looks like it might have the transactions in it, money is just not processing them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ameridan</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7243</link>
		<dc:creator>ameridan</dc:creator>
		<pubDate>Sun, 23 Oct 2011 14:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7243</guid>
		<description>Vijay,

Here are the settings that work with PocketSense for Fidelity NetBenefits, so either translate them to TFB&#039;s settings, or try out PocketSense.  see my blog for more...
http://microsoftmoneyoffline.wordpress.com/2010/10/06/cal-learners-review-fidelity-401k-citi-card-and-vanguard-account-info/ 


     SiteName : FIDELITY NET BENEFITS
     AcctType : INVSTMT
     fiorg    : nbofx.fidelity.com
     BrokerID : nbofx.fidelity.com 
     fid      : 8288
     url      : https://nbofx.fidelity.com/netbenefits/ofx/download
     appid    :
     appver   :
   minInterval: 30</description>
		<content:encoded><![CDATA[<p>Vijay,</p>
<p>Here are the settings that work with PocketSense for Fidelity NetBenefits, so either translate them to TFB&#8217;s settings, or try out PocketSense.  see my blog for more&#8230;<br />
<a href="http://microsoftmoneyoffline.wordpress.com/2010/10/06/cal-learners-review-fidelity-401k-citi-card-and-vanguard-account-info/" rel="nofollow">http://microsoftmoneyoffline.wordpress.com/2010/10/06/cal-learners-review-fidelity-401k-citi-card-and-vanguard-account-info/</a> </p>
<p>     SiteName : FIDELITY NET BENEFITS<br />
     AcctType : INVSTMT<br />
     fiorg    : nbofx.fidelity.com<br />
     BrokerID : nbofx.fidelity.com<br />
     fid      : 8288<br />
     url      : <a href="https://nbofx.fidelity.com/netbenefits/ofx/download" rel="nofollow">https://nbofx.fidelity.com/netbenefits/ofx/download</a><br />
     appid    :<br />
     appver   :<br />
   minInterval: 30</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://thefinancebuff.com/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7240</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 22 Oct 2011 23:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://thefinancebuff.com/2009/08/replacing-microsoft-money-part-5-ofx-scripts.html#comment-7240</guid>
		<description>First of all, thanks a millon for this website and the scripts. I have been looking for these ever since MS pulled the plug on me ... I have been able to use these scripts to import my credit card statements without a hitch, but for investment accounts, this doesn&#039;t seem to work. MS Money only manages to tell me how the positions have changed with respect to my local file, but does not import the buy/sell transactions that are apparently included in the downloaded OFX file. 

In the past, I used to do this by downloading investment data into a QIF file and then importing them into Money by using &quot;Recover Accounts...&quot; instead of &quot;Downloaded Statement ...&quot;. But, unfortunately, &quot;Recover Accounts ...&quot; only seems to work with QIF files. So, I am not sure if I am missing something here. Since people here have been successfully using this method to import investment transactions, can someone please point me as to what I am doing wrong? I am sure I am missing something pretty basic ... I am using MS Money Plus Deluxe with Fidelity Netbenefits. Thanks !</description>
		<content:encoded><![CDATA[<p>First of all, thanks a millon for this website and the scripts. I have been looking for these ever since MS pulled the plug on me &#8230; I have been able to use these scripts to import my credit card statements without a hitch, but for investment accounts, this doesn&#8217;t seem to work. MS Money only manages to tell me how the positions have changed with respect to my local file, but does not import the buy/sell transactions that are apparently included in the downloaded OFX file. </p>
<p>In the past, I used to do this by downloading investment data into a QIF file and then importing them into Money by using &#8220;Recover Accounts&#8230;&#8221; instead of &#8220;Downloaded Statement &#8230;&#8221;. But, unfortunately, &#8220;Recover Accounts &#8230;&#8221; only seems to work with QIF files. So, I am not sure if I am missing something here. Since people here have been successfully using this method to import investment transactions, can someone please point me as to what I am doing wrong? I am sure I am missing something pretty basic &#8230; I am using MS Money Plus Deluxe with Fidelity Netbenefits. Thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

