Giter Site home page Giter Site logo

derivmkts's People

Contributors

rmcd1024 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

derivmkts's Issues

Revisit seed saving

Functions relying on random number generation are now highly confusing in 0.2.5:

  • the simprice function saves the random seed silently, so repeated invocations will generate the same prices. This could be confusing; need an explicit argument to save the seed or not
  • the Asian pricing function will always return the same answer if repeatedly invoked; again, there should be an explicit argument controlling this.

binomplot and setylim

binomplot(40, 40, .3, .08, 5, 0.1, 20, setylim=TRUE, ylimval=c(39, 150), plotvalues = TRUE)

The plotted values do not overlay the correct points. Probably need to subset the various matrices either before printing or carefully while printing.

Not working in parallel code

Hi, initially i strated calculating options Greeks using Rquantlib package but its installation is very difficult.

So, i decided to use "derivmkts" and found it good untill code was in sequential mode, but when i tried it in parallel mode using doMC and foreach on linux, it not working.

as i am using it for strategy development for algorithmic trading, i have to make it parallel, please help ....

Binomial calculations for options on futures

Options on futures need special handling because the futures premium is zero. The bond component of the replicating portfolio is the price of the option. Either add a parameter to binomopt or create a wrapper function that calls binomopt.

Names for assets in `simprice`

If simulating multiple assets, should be able to name (rather than just enumerate) the assets. Perhaps if the covariance matrix has names these can be automatically used.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.