Jinance is a Java library designed for the mathematical finance. The primary purpose is for my convenience.
Right now, I release the library, Jinance, to the public to facilitate others to use Java in finance area.
I wrote these components in different Java codes. What I am doing currently is to rewrite the codes and organize classes into a complete library.
If you find any error or mistake, please contact (LINK) me ASAP. As a student, I am not sure I can finish it perfectly.
Hopefully, the version 0.1 will be released in the middle of June, 2013.
The structure of Jinance:
Package Stock
Class StockData
Method standardDeviation
betaValue
sharpeRatio
returnRate
correlationCoefficient
Package Option
Class OptionData
Method underlyingPrice
callPrice
putPrice
blackscholesPrice
Package Portfolio
Class PortfolioData
Method riskParityWeight
tangencyWeight
betaValue
Package Future
Class FutureData
Package Forward
Class ForwardData
Package Currency
Class CurrencyData
转载请注明:Yung » Introducing The Jinance