如何使用 FPML 进行 SWAPS
How can I make SWAPS using FPML
我想设计一个高效灵活的架构来处理基于标准金融协议 - FPML(金融产品标记语言)的掉期交易。
我在互联网上进行了研究,但没有找到太多信息。我找到的定义是:
掉期(定义):
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.
您似乎有一项任务要完成。我使用 c# 和 ms sql.
构建了几乎相同的东西
一些重要的链接和提及将对您有所帮助。
很少参考
http://www.investinganswers.com/financial-dictionary/optionsderivatives/interest-rate-swap-2252
http://www.investopedia.com/terms/s/swap.asp
http://en.wikipedia.org/wiki/Swap_(finance)
http://www.investopedia.com/terms/e/equityswap.asp
http://www.fpml.org/documents/FpML5-products-framework.pdf
http://www.investopedia.com/articles/optioninvestor/07/swaps.asp
希望对您有所帮助。
查看以下 Whosebug 帖子:http://bit.ly/python-xml-swap
我想设计一个高效灵活的架构来处理基于标准金融协议 - FPML(金融产品标记语言)的掉期交易。
我在互联网上进行了研究,但没有找到太多信息。我找到的定义是:
掉期(定义):
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.
您似乎有一项任务要完成。我使用 c# 和 ms sql.
构建了几乎相同的东西一些重要的链接和提及将对您有所帮助。
很少参考
http://www.investinganswers.com/financial-dictionary/optionsderivatives/interest-rate-swap-2252
http://www.investopedia.com/terms/s/swap.asp
http://en.wikipedia.org/wiki/Swap_(finance)
http://www.investopedia.com/terms/e/equityswap.asp
http://www.fpml.org/documents/FpML5-products-framework.pdf
http://www.investopedia.com/articles/optioninvestor/07/swaps.asp
希望对您有所帮助。
查看以下 Whosebug 帖子:http://bit.ly/python-xml-swap