2
votes
2answers
88 views
Open Financial Exchange (OFX) Banking API
Hi,
First of all I apologize if this question is asked before.
I am planning to develop a small application which displays my bank account details(like Mint.com) where I can customize the display of …
2
votes
2answers
110 views
Grab some ofx data with python
I was trying to use http://www.jongsma.org/gc/scripts/ofx-ba.py to grab my bank account information from wachovia. Having no luck, I decided that I would just try to manually construct some request …
0
votes
1answer
76 views
Is there a better Regex for parsing DTD
I've got the DTD for OFX 1.03 (their latest version despite having developed and released 1.60, but I digress...)
I would like to use regex to have groups that split an entity, element, other tags …
0
votes
3answers
148 views
How do I format DateTime or TimeZone/TimeZoneInfo to display Three letters?
I'm working with a spec that calls for a peculiar Datetime format that I haven't necessarily had to work with yet.
At Process time, an OFX (1 not 2) datetime must be stamped (either DTCLIENT or …
1
vote
2answers
104 views
How do I make XmlSerialiser not start with <?xml ?> ?
The file format I'm working with (OFX) is XML-like and contains a bunch of plain-text stuff before the XML-like bit begins. It doesn't like having between the plain-text and XML parts though, so I'm …
0
votes
0answers
102 views
xsd.exe generates duplicate attributes when run on OFX2 schema
Using the command line:
"xsd.exe" "OFX 2.1.1 schema/OFX2_Protocol.xsd" /c /namespace:OFX /nologo"
The resulting C# source file fails to build with these errors:
D:\blah\OFX2_Protocol.cs(19,6): …
1
vote
2answers
147 views
Importing OFX files
I am trying to import financial information using the OFX protocol which is used by Quicken and Money. I have had a pretty good look around for an open source library but so far have come up empty.
…
