2010-03-01から1ヶ月間の記事一覧

WCFの偽装

最近ウィンドウズのクライアントとサービスのアクセス検証に関する学んでいます。偽装と言うのはサービスがクライアントのアカウントを使用してサーバかドメーンのリソースを取得します。 There are two types of impersonation: transport and SOAP. My imp…

ネットワークで呼ぶ関数の保護

最近ウィンドウズのWCF、ウィンドウズ・コミュニケーション・ファウンデーションの証明書にかんして学んでいます。 Some areas I am confused by include: 1. X509 certificates are validated by the service against a "Certificate Revocation List" whic…

EVTと呼ばれるリスク管理の計算方法

まだある確立でそんする金額「VAR]にかんする論文を読んでいます。 The section of the paper I have read most recently discusses Extreme Value Theory, or EVT. This seems to be an alternative to GARCH and the historical method for estimating the…

伊藤の補助定理

金融工学の論文を読めば伊藤の補助定理がよく使われているから少し調べています。 It seems that Ito's lemma involves a function (F) of an underlying asset price (S(t)) and time (t). The asset price is stochastic (Brownian motion, martingale, et…

リスク管理の測定規準

最近金融業界のリスク管理に使われているVaRに関する論文を読んでいます。 Steps involved in computing Value at Risk are: 1. Mark portfolio to market 2. Create a distribution of portfolio returns 3. Calculate the VaR Assumptions about financial…

ボラティリティを計算するウェブサービス

最近WCFをしようして株式取引市場の価格データを元にしてボラティリティを算定するサービスを作ろうとしています。 The components will consist of: 1. Price database (probably a file) 2. Volatility computation class - will compute daily returns, a…

WCFのデータ構成

WCFはウィンドウズコミュニケーションファウンデーションはSOAPの技術を使用してRPCを実現する技術です。ウェブサービスを提供するけれどHTTPだけではなくて他のプロトコルを使う事が可能です。 In the RPC or COM/CORBA world of distributed objects, inte…