Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

41
votes
18answers
16k views

Recommendation for high performance WPF Chart [closed]

We're working on a WPF-based desktop application that charts financial markets information (candlestick charts, overlayed indicator curves, volume, etc). The charts are displayed in real-time with ...
25
votes
9answers
3k views

Money data type for .NET?

Looking for a good Money data type for .NET that supports currencies and exchange rates (with related behaviour & operations). Note: I started searching for the source code seen in print in the ...
25
votes
12answers
5k views

Why does a derivative trading position always require C++ knowledge?

I’ve never worked in a trading environment before and I was curious to see that few of the trading houses seem to use C#, but most of them do heavily rely on C++. Why is it? Is it because C++ is ...
20
votes
12answers
11k views

What programming language(s) is algorithmic trading software written in?

Anyone know what programming language(s) is algorithmic trading software mostly written in? Also known as automated trading, algo trading, black-box trading or robo trading. If I wanted to write the ...
12
votes
8answers
2k views

ArithmeticException thrown during BigDecimal.divide

I thought java.math.BigDecimal is supposed to be The Answer™ to the need of performing infinite precision arithmetic with decimal numbers. Consider the following snippet: import ...
9
votes
4answers
11k views

Sample Database Design for Financial Accounting

Could someone please lead me to a sample database for a financial accounting system?
9
votes
9answers
6k views

Financial Charts / Graphs in Ruby or Python

What are my best options for creating a financial open-high-low-close (OHLC) chart in a high level language like Ruby or Python? While there seem to be a lot of options for graphing, I haven't seen ...
8
votes
8answers
409 views

What are good ways to guarantee business continuity with a SaaS product?

For my Bachelor Thesis I am researching how SaaS providers can arrange some sort of business continuity guarantee. You probably know the Source Code Escrow arrangements for 'shrink-wrapped' ...
7
votes
2answers
2k views

Design principles for designing database architecture of financial transaction system?

I want to design a database which will keep record for financial transaction.I want to design it as a product so that it can be used for any type of financial transaction.Are there some design ...
7
votes
6answers
4k views

C# financial charting library for Windows Forms?

I need a open-source/free C# tool or library that can do financial charting for a student project. It needs to be able to do a open-high-low-close chart, and be able to graph various technical ...
6
votes
4answers
1k views

Rounding Standards - Financial Calculations

I am curious about the existence of any "rounding" standards" when it comes to the calculation of financial data. My initial thoughts are to perform rounding only when the data is being presented to ...
5
votes
2answers
357 views

looking for stock charting component

i am writing a financial WPF desktop application and i am looking for a component that would allow me to display (and print) OHLC, candlestick, and possibly other types of financial charts. I need to ...
5
votes
4answers
341 views

Financial Market Developer Dilemma [closed]

In the no-so-distant future I plan to work for a corporation in the financial sector as a software developer. I have a few of options as right now: Learn and focus on .NET since (presumably) it is ...
5
votes
5answers
1k views

Integrating with Sage Financial Software

I have recently been asked to develop an application that will have to integrate with Sage Line 50 financial software. I've done some googling and I am surprised at the lack of info on interfacing ...
5
votes
1answer
262 views

Open Source Sponsorship Schemes? (GSoC-like)

All of us know meanwhile about Google's Summer of Code, however I was wondering: are there any other/similar sponsorship schemes for open source software? Something that would allow for partial ...
4
votes
2answers
163 views

Convert date to closest end-of-month date MATLAB

I need to convert a datenumber to its closest end-of-month date. I found an online link but it is very inefficient for a large matrix (at ...
4
votes
1answer
2k views

Are there free realtime financial data feeds since the demise of OpenQuant?

Now that the oligopole of market data providers successfully killed OpenQuant, does any alternative to proprietary and expensive subscriptions for realtime market data subsist? Ideally I would like ...
4
votes
4answers
1k views

How to skip empty dates (weekends) in a financial Matplotlib Python graph?

ax.plot_date((dates, dates), (highs, lows), '-') I'm currently using this command to plot financial highs and lows using Matplotlib. It works great, but how do I remove the blank spaces in the ...
4
votes
8answers
598 views

How to Design a Program to Perform Complex financial calculations with .NET

Alright, I hope this isn't too broad a question but my curiosity got the better of me. I'm working for a large insurance company. We are building excel spreadsheets that handle projection of future ...
3
votes
2answers
118 views

Schemaless financial data, and NoSQL?

We have an application that works with financial data that is schemaless. More accurately, the shemaless data is information about an order, where fields are customized by the merchant. Consistency ...
3
votes
1answer
199 views

Programming for a Financial Application

I've seen this twice now, and I just don't understand it. When calculating a "Finance Charge" for a fixed rate loan, applications make the user enter in all possible loan amounts and associated ...
3
votes
3answers
938 views

Developing financial application

My boss wants me to develop an application very similar to an accounting system (that will be a part of another big system, written in ruby (using rails) and javascript (using extjs)) How can I ...
3
votes
2answers
2k views

Java EE online banking code example

Is there any open source Java EE application for online banking and processing that you guys are aware of? Say for example I want to implement the whole online banking stack, from front-end, ...
3
votes
6answers
1k views

Best Practices in Design of Billing / Invoice Software in .NET

I am currently working on a project where I have to design / implement the billing/invoicing system for our companies new project. We will be generating the invoices once a month as pdf files and ...
3
votes
6answers
856 views

Database design question

I accumulated a quite a lot of data in a raw form (csv and binary) - 4GB per day for a few months to be precise. I decided to join the civilized world and use database to access the data and I ...
2
votes
1answer
72 views

Which R functions are useful for analysis of an investment strategy's profitability? [closed]

I have multiple variations of an automated strategy for trading certain investment vehicles. For each of these variations I have cross-validated backtests on historic data. I need to pick the ...
2
votes
2answers
44 views

MySQL to get daily inflow/outflow based upon invoices?

First, my table: mysql> desc invoice; +-------------+-----------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra ...
2
votes
1answer
70 views

Any web services which provide financial statements?

Basically, I am looking for three financial statements data in machine readable format: balance sheet, income statement and statement of cash flows.XigniteFinancials is one such provider but I ...
2
votes
1answer
272 views

Get Financial Option Data with YQL

I am using YQL to retrieve Financial Option data. Something like: select * from yahoo.finance.options where symbol="AAPL" and expiration="2011-07" However, the above query returns an optionsChain ...
2
votes
2answers
752 views

SQL Server 2005 - Format a decimal number with leading zeros (including signed decimals!)

I need to format numbers like:- 1.99 21.34 1797.94 -300.36 -21.99 -2.31 Into a format mask of 0000.00, using SQL-Server 2005 T-SQL. Preserving the signed integers and the decimals after the dot. ...
2
votes
2answers
88 views

Can't figure out how to calculate non-compounded tax and a mixture in the following method?

The following class just has one method that returns the divisor of a certain percent, so if I pass it 5, it will return 0.05. public class Adjustment { public decimal Amount {get;set;} ...
2
votes
1answer
270 views

Financial.DDB Function (VB.Net)

Any advice on using the financial.ddb function? I need to display a depreciation schedule in a label using only the financial.ddb function. I am able to show the final depreciated value at the end ...
2
votes
1answer
254 views

what is a good schema design for a loan origination system?

I am designing a loan origination system which would allow it's users to create loans, draw repayment schedule of the loan depending on the loan product parameters. I should also be able to add ...
2
votes
3answers
390 views

I need a financial stockquote api that will allow a dump of data

I need a good financial api that will allow me to retrieve a lot of stock data really quickly. I was using a csv format from yahoo, but it is very unreliable. I found it at: ...
2
votes
3answers
650 views

Ecommerce Gems for ROR? [closed]

I'm working as a project manager on a site with an Etsy-like shopping cart setup (allowing users to sell their products and taking a small percentage of the sale). While I expect my developer to ...
2
votes
1answer
133 views

Download financial transactions

Is there a C# library or something I can use to download credit card/bank transactions to do processing like what Mint, MS Money, etc. does?
2
votes
3answers
155 views

Financial tracking for software projects

The team I'm part of manage a number of software projects - and most of the stuff we do is end to end, from requirements tracking, to project management to purchasing and setup - a big pain is ...
1
vote
1answer
169 views

How to embed Google finance historical charts on a website?

It's easy enough to link to these financial charts at Google finance, but how to embed them on a website? Is there a way to do it that doesn't involve too much programming? I want to embed these ...
1
vote
2answers
60 views

Date and financial data

I have a set of one year finacial data. The data is collected in working days. Is there any way in R to assign to each data point a date given that the first data point was collected for eaxmple on ...
1
vote
2answers
97 views

Breaking date into financial years php code

Language used:PHP I have a form to enter CNumber DateFrom DateTo On clicking Submit, I want the functionality to break up the dates into financial years. Eg- INPUT Through Above Form CNumber:1 ...
1
vote
1answer
178 views

Is there any accurate implementation of IRR and PMT function in JavaScript?

I'm developing a new web-based financial application for our company that provides online real-time non-post-back calculation of IRR, and PMT. So, I'm looking for the implementation/library which ...
1
vote
0answers
164 views

World Stock Market Feed (Not Realtime) [closed]

I've been looking for either an XML feed or API that's free and allows you to retreive world market information (FTSE, NYSE etc). It doesn't need to be realtime. It's just for a ticker on a financial ...
1
vote
1answer
158 views

Is there an open source provider of market data?

Basically I need test data for a trading engine, so don't need real-time data, just something that would give me a reasonable frequency of intra-daily(?) prices.
1
vote
3answers
1k views

Where do sites like Google Finance and Finviz.com pull financials data from?

I am trying to understand where financial sites (Google Finance, Finviz.com, etc.) pull income, balance sheet and cash flow statements data from. I am not interested in stock quotes, but actual ...
1
vote
5answers
402 views

How can I estimate server costs for creating an app?

Im writing up a business plan and im having some trouble with the finance part. I put an estimate on the cost of developers, web designers and everything but server costs. Im not a programmer so I ...
1
vote
1answer
154 views

Find equivalent interest rate for cash advance fee + promo rate

I take a cash advance of 'amount' from my credit card, paying an up-front 'fee' (given as a percentage), with a promotional rate 'int' for time 'len'. I must pay at least 'min'% of the owed amount ...
1
vote
1answer
442 views

apple App store / wp7 marketplace W-8BEN form - is ITIN required if my country has double taxation avoidance treaty wit US?

Hi I am about to submit my first paid app for apple's app store and soon wp7 marketplace. The paperwork required to avoid 30% taxation is pretty confusing for me. I am living in the EU. 1) I haven't ...
1
vote
2answers
490 views

WPF data grid for financial style reporting?

I'm looking for a decent WPF data grid or solution involving one to represent financial data. I've looked at many - the WPF one, XCeed, Ingragistics, DevExpress, etc.... but none of them seem to ...
1
vote
2answers
219 views

How to get live currency rates and quotes of stocks? So that I can integrate them in my application? [closed]

Possible Duplicate: Programmatically access currency exchange rates How to get live currency rates and quotes of stocks? It can be any country related. So that I can integrate them in my ...
1
vote
4answers
1k views

Financial formula for calculating an Adjustable Rate Mortgage?

Need this for a c# app, can't find the formula anywhere nor can I wrap my head around it. Any Algebra gurus out there in overflow land? Basically, I need to calculate a fixed payment amount for a loan ...

1 2