Navigation

Search

Categories

On this page

網誌將移到 blogspot.com
在金融業的黑暗時代, 我決定自行創業....
RiskLib.NET 0.1.1 Released - Ideas about DataSource and DataDestination

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 82
This Year: 0
This Month: 0
This Week: 0
Comments: 32

Sign In
Pick a theme:

 Monday, March 30, 2009
Monday, March 30, 2009 3:32:51 PM (台北標準時間, UTC+08:00) ( .NET Programming | Finance Glossary | Geocaching | GIS | Quant's Life | RiskLib | Travel Log | 古地圖 | 台灣小百岳 | 就是想旅遊 | 微笑319鄉記行 | 投資理財 | 時事評論 | 科學與幻想 | 科學與技術 | 程式交易 | 電影評論 )
目前的這個網站是存放在我自己的主機. 由於網路流量太大經常會有延遲的現象,
所以即日起這個網誌將移到新的位址: http://alvincho.blogspot.com

歡迎大家光臨我新的網誌.

 Sunday, March 29, 2009
Sunday, March 29, 2009 5:45:42 PM (台北標準時間, UTC+08:00) ( 投資理財 | 程式交易 )
規劃了好一陣子了, 終於將在三月底離開金融業進入資訊業, 專心在我自己的公司巨傑資訊 Jumbosoft.com.

為什麼現在離開固定的工作, 進入不穩定的自行創業?

幾乎所有人聽到我現在自己出來創業, 直覺的反應是: 你被裁員了?
其實並不是, 我覺得現在是創業很好的時間點. 目前景氣不好, 外包的案子也會減少. 但相對的各項成本也會降低. 軟體開發最重要的人才, 而現在的人力成本應該會比較低, 願意專職或兼職軟體開發的人也比較多. 如果能夠把握現在這個時間, 開發一些產品, 成本會比較低.

自從十年前開始接案以後, 我一直對金融業的軟體非常感興趣, 但當時沒有很多金融業的經驗, 接不到金融業的案子, 又回到金融業工作將近十年的時間, 對這個產業的應用累積了一定的經驗和能力,

所以, 在這個金融業的黑暗時期, 我下了決心跟老闆提辭呈, 走上了這個不歸路, 我想, 應該是時候了吧....

自行創業要做什麼?

初期會以接案為主, 再陸續將各項產品補強. 目前提供幾項軟體產品, 這些軟體大部份都是我過去利用下班時間設計的:
  • 程式交易: 配對交易 Pairs trading, 套利 arbitrage, 交易策略 strategy, 自動下單與部位管理 order management
  • 金融資料庫: 將金融商品資料自動從網頁或是 Bloomberg, Reuters 終端機下載到資料庫.
  • 衍生性商品評價: 各項衍生性商品的評價和風險管理軟體
另外還提供幾項服務
  • 金融資訊相關技術教育訓練: 在證基會講課已經有一段時間了, 未來會多開一些課程, 也希望能往金融業企業內訓的市場發展
  • 顧問服務: 在金融商品交易這個領域已經有十幾年的經驗, 有機會可以用顧問的方式提供服務
  • 專案開發: 一直以來都是以接案為主, 也會繼續努力在這個市場, 不過主要還是會以金融投資的專案為主
我的公司網站

 Saturday, March 07, 2009
Saturday, March 07, 2009 11:46:36 AM (台北標準時間, UTC+08:00) ( .NET Programming | Quant's Life | RiskLib )
I released RiskLib.NET 0.1.1 yesterday after I finished a SQLCeDataSource and an example to retrieve and save data.

The idea I present in this release is getting data from any DataSource and save into any DataDestination. A datasource with IHistoricalSource or IDailyClosingSource interface can retrieve data and convert into generic HistoricalDataList format, then fire a HistoricalDataEvent (defined in IHistoricalBase). The example handle the event at application layer and call SaveData from any DataDestination instance, which can accept HistoricalData as input and save in specified table defined in derived DataDestination class.

The fundamental fields can be handled in the same way and I don't have plan to implement another example. I might focus on mathematical and portfolio parts of RiskLib.NET from now, after I add some content on scope of RiskLib.DataSource.

RiskLib.NET is an open source project hosted in CodePlex.com. You can visit the project at http://risklib.codeplex.com