Home » Archived » OFMP » JQuantLib released
JQuantLib released [message #10805] |
Mon, 30 June 2008 16:50 |
Eclipse User |
|
|
|
Originally posted by: rgomes1997.yahoo.co.uk
Hi,
I'd like to announce the release of JQuantLib 0.1.0-RC1, our first release.
At the moment, it implements the bare minimum which is:
* Date, Calendar and IMM support;
* Trading calendars for the most important markets;
* Support for generic financial instruments;
* Support for generic pricing engines;
* Support for generic term structures;
* Support for generic 1D and 2D interpolations;
* European Options with Black-Scholes implemented;
Thanks
-- Richard Gomes
http://www.jquantlib.org/index.php/User:RichardGomes
|
|
|
Re: JQuantLib released [message #12042 is a reply to message #10805] |
Sat, 30 August 2008 17:14 |
Werner Keil Messages: 1087 Registered: July 2009 |
Senior Member |
|
|
Hi,
I have not met or talked to Steve Colebourne from JSR-310 lately, but as
we were both mentioned by the JCP in JDJ a few days ago, I may also get
in touch with him again soon.
What I noticed in your framework is not so much related to JSR-275 yet,
nor does it cover the actual Money or Currency either (only tags numbers
or prices) but I saw plenty of Date and Calendar related ideas and
libraries especially for the financial sector of course.
Now this could be a little too sophisticated in the eyes of them, but I
would seriously try to get in touch with them, too.
You use other JSRs anyway like the Annotation enhancements, so if it was
suitable for them, using JSR-310 over time might profit both.
P.s.: I believe, they also use Maven 2 somewhere already ;-)
Werner
Richard Gomes wrote:
> Hi,
>
> I'd like to announce the release of JQuantLib 0.1.0-RC1, our first release.
>
> At the moment, it implements the bare minimum which is:
>
> * Date, Calendar and IMM support;
> * Trading calendars for the most important markets;
> * Support for generic financial instruments;
> * Support for generic pricing engines;
> * Support for generic term structures;
> * Support for generic 1D and 2D interpolations;
> * European Options with Black-Scholes implemented;
> Thanks
>
> -- Richard Gomes
> http://www.jquantlib.org/index.php/User:RichardGomes
>
|
|
|
Re: JQuantLib released [message #12143 is a reply to message #12042] |
Thu, 16 October 2008 00:05 |
Eclipse User |
|
|
|
Originally posted by: rgomes1997.yahoo.co.uk
Hi Werner,
Again... I'm sorry for long delay.
I need to remember to check my news reader. :/
JSR-310:
JQuantLib has an 'internal provider' which implements date related
functionalities. When we implement OSGi bundles, it will be possible to
have other providers. An immediate candidate would be one which uses
JSR-310.
JSR-275:
JQuantLib will [probably] never adopt it
The reason is performance. Please have a look at the following articles:
http://www.jquantlib.org/index.php/DeveloperCorner
http://www.jquantlib.org/index.php/DesignFloatPointErrors
http://www.jquantlib.org/index.php/DesignTypeChecking
They talk mainly about performance but also present our commitment with
strong type checking and correctness.
Cheers :)
-- Richard Gomes
Werner Keil wrote:
> Hi,
>
> I have not met or talked to Steve Colebourne from JSR-310 lately, but as
> we were both mentioned by the JCP in JDJ a few days ago, I may also get
> in touch with him again soon.
>
> What I noticed in your framework is not so much related to JSR-275 yet,
> nor does it cover the actual Money or Currency either (only tags numbers
> or prices) but I saw plenty of Date and Calendar related ideas and
> libraries especially for the financial sector of course.
>
> Now this could be a little too sophisticated in the eyes of them, but I
> would seriously try to get in touch with them, too.
>
> You use other JSRs anyway like the Annotation enhancements, so if it was
> suitable for them, using JSR-310 over time might profit both.
>
> P.s.: I believe, they also use Maven 2 somewhere already ;-)
>
> Werner
>
> Richard Gomes wrote:
>> Hi,
>>
>> I'd like to announce the release of JQuantLib 0.1.0-RC1, our first
>> release.
>>
>> At the moment, it implements the bare minimum which is:
>>
>> * Date, Calendar and IMM support;
>> * Trading calendars for the most important markets;
>> * Support for generic financial instruments;
>> * Support for generic pricing engines;
>> * Support for generic term structures;
>> * Support for generic 1D and 2D interpolations;
>> * European Options with Black-Scholes implemented;
>> Thanks
>>
>> -- Richard Gomes
>> http://www.jquantlib.org/index.php/User:RichardGomes
>>
--
Richard Gomes
http://wiki.jquantlib.org/index.php/RichardGomes
|
|
|
Re: JQuantLib released [message #569561 is a reply to message #10805] |
Sat, 30 August 2008 17:14 |
Werner Keil Messages: 1087 Registered: July 2009 |
Senior Member |
|
|
Hi,
I have not met or talked to Steve Colebourne from JSR-310 lately, but as
we were both mentioned by the JCP in JDJ a few days ago, I may also get
in touch with him again soon.
What I noticed in your framework is not so much related to JSR-275 yet,
nor does it cover the actual Money or Currency either (only tags numbers
or prices) but I saw plenty of Date and Calendar related ideas and
libraries especially for the financial sector of course.
Now this could be a little too sophisticated in the eyes of them, but I
would seriously try to get in touch with them, too.
You use other JSRs anyway like the Annotation enhancements, so if it was
suitable for them, using JSR-310 over time might profit both.
P.s.: I believe, they also use Maven 2 somewhere already ;-)
Werner
Richard Gomes wrote:
> Hi,
>
> I'd like to announce the release of JQuantLib 0.1.0-RC1, our first release.
>
> At the moment, it implements the bare minimum which is:
>
> * Date, Calendar and IMM support;
> * Trading calendars for the most important markets;
> * Support for generic financial instruments;
> * Support for generic pricing engines;
> * Support for generic term structures;
> * Support for generic 1D and 2D interpolations;
> * European Options with Black-Scholes implemented;
> Thanks
>
> -- Richard Gomes
> http://www.jquantlib.org/index.php/User:RichardGomes
>
|
|
|
Re: JQuantLib released [message #569733 is a reply to message #12042] |
Thu, 16 October 2008 00:05 |
Richard Gomes Messages: 15 Registered: June 2010 |
Junior Member |
|
|
Hi Werner,
Again... I'm sorry for long delay.
I need to remember to check my news reader. :/
JSR-310:
JQuantLib has an 'internal provider' which implements date related
functionalities. When we implement OSGi bundles, it will be possible to
have other providers. An immediate candidate would be one which uses
JSR-310.
JSR-275:
JQuantLib will [probably] never adopt it
The reason is performance. Please have a look at the following articles:
http://www.jquantlib.org/index.php/DeveloperCorner
http://www.jquantlib.org/index.php/DesignFloatPointErrors
http://www.jquantlib.org/index.php/DesignTypeChecking
They talk mainly about performance but also present our commitment with
strong type checking and correctness.
Cheers :)
-- Richard Gomes
Werner Keil wrote:
> Hi,
>
> I have not met or talked to Steve Colebourne from JSR-310 lately, but as
> we were both mentioned by the JCP in JDJ a few days ago, I may also get
> in touch with him again soon.
>
> What I noticed in your framework is not so much related to JSR-275 yet,
> nor does it cover the actual Money or Currency either (only tags numbers
> or prices) but I saw plenty of Date and Calendar related ideas and
> libraries especially for the financial sector of course.
>
> Now this could be a little too sophisticated in the eyes of them, but I
> would seriously try to get in touch with them, too.
>
> You use other JSRs anyway like the Annotation enhancements, so if it was
> suitable for them, using JSR-310 over time might profit both.
>
> P.s.: I believe, they also use Maven 2 somewhere already ;-)
>
> Werner
>
> Richard Gomes wrote:
>> Hi,
>>
>> I'd like to announce the release of JQuantLib 0.1.0-RC1, our first
>> release.
>>
>> At the moment, it implements the bare minimum which is:
>>
>> * Date, Calendar and IMM support;
>> * Trading calendars for the most important markets;
>> * Support for generic financial instruments;
>> * Support for generic pricing engines;
>> * Support for generic term structures;
>> * Support for generic 1D and 2D interpolations;
>> * European Options with Black-Scholes implemented;
>> Thanks
>>
>> -- Richard Gomes
>> http://www.jquantlib.org/index.php/User:RichardGomes
>>
--
Richard Gomes
http://wiki.jquantlib.org/index.php/RichardGomes
|
|
|
Goto Forum:
Current Time: Tue Oct 15 16:50:44 GMT 2024
Powered by FUDForum. Page generated in 0.03331 seconds
|