Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
8answers
1k views

Required math for Computational Finance?

I don't have a strong mathematical background, but I would love to work on some computational finance problems. I got "An Introduction to Computational Finance Without Agonizing Pain " by Peter ...
5
votes
9answers
1k views

How to design a programming language adapted to financial instruments?

I work for a boutique specialized in finance. We thought about designing a language to describe financial entities related to financial markets. This would be mainly used as some kind of scripting ...
2
votes
3answers
154 views

Data To Munge: Stock Trading, Exchange Trading

I know that a lot of this information is probably entirely privatized, but does anyone know of a good source of real time information on what kind of trading activity is where in the market? It ...
2
votes
2answers
179 views

Is there a standard database format for financial information of a company?

Is there any standard formats with which the companies / stock exchanges use to communicate financial data ? I have come across csv format but that is a bit different . Editing for more clarification ...
1
vote
1answer
146 views

Of these four libraries, which are you most likely to use? [closed]

I'm trying to pick out my next hackery project. It'll likely be one of the following: A sparse radix trie Implementation with extremely fast set operations A really good soft heap implementation A ...
0
votes
0answers
16 views

How do I create a Portfolio Object using the Financial Toolbox in Matlab?

Trying to get started doing portfolio optimization type stuff in Matlab but I can't even create a portfolio object which seems to be the first step. From the documentation I've seen I should be able ...
0
votes
0answers
47 views

searching for cheap european stocks historical data (weekly)

I have searched around and found a wealth of sites (mainly US or Canada) proposing hist prices data about stocks in their exchanges, but I found excessively hard to find similar sites for europeans. ...
0
votes
1answer
534 views

out of sample definition

can any one explain me about the out of sampling and in sampling.
0
votes
1answer
102 views

Coding iterator function for STL Class

I am working through some C++ code from "Financial Instrument Pricing Using C++" - a book on option pricing using C++. Following code is a small snippet stripped of many details which basically ...