1

I want to design an efficient & flexible architecture to process Swaps based on a standard financial protocol - FPML (Financial products markup language).

I've researched on internet but didn't find much information. The definitions which I found are:

SWAP (definition):

​Swap refers to an exchange of one financial instrument for another between the parties concerned. This exchange takes place at a predetermined time, as specified in the contract.

FPML​:

FPML (Financial products Markup Language) is the open source XML standard for electronic dealing and processing of OTC derivatives. It establishes the industry protocol for sharing information on, and dealing in, financial derivatives and structured products.

gp_sflover
  • 3,460
  • 5
  • 38
  • 48
Satyam
  • 13
  • 2

2 Answers2

0

Have a look at the following stackoverflow posting: http://bit.ly/python-xml-swap

Peter Rosemann
  • 505
  • 8
  • 20