Giter VIP home page Giter VIP logo

Comments (6)

santoshlite avatar santoshlite commented on August 26, 2024 1

Ok just modified it a little bit with the new version (1.5.5).

Should work now as you can see in this notebook: https://colab.research.google.com/drive/1CKMf1YudMsf8ryD5tOYddVU0fRaQJnWx?usp=sharing

The sharpe ratio is credible. Is it fine?

from empyrial.

santoshlite avatar santoshlite commented on August 26, 2024

Hey,

You can change that by doing empyrial(your_portfolio, rf=0.1) for example.

Hope it helps

from empyrial.

karim1104 avatar karim1104 commented on August 26, 2024

Hi Santosh,
It worked as a code, but it broke the Sharpe Ratio.
When I use "empyrial(portfolio, rf=0.0)", I get a Sharpe Ratio of 1.33 which is realistic.
When I use "empyrial(portfolio, rf=0.01)", I get a Sharpe Ratio of -7.06 which is unrealistic.

from empyrial.

santoshlite avatar santoshlite commented on August 26, 2024

Can you share the whole code please so I can try it out?

from empyrial.

karim1104 avatar karim1104 commented on August 26, 2024

start_date = datetime.datetime(2010, 1, 1)
df = pd.read_csv('Portfolio1.csv')

x = df.to_string(header=False,
index=False,
index_names=False).split('\n')
names = [','.join(ele.split()) for ele in x]

portfolio = Engine(
start_date= start_date,
portfolio= names,
benchmark = ["SPY"]

)

empyrial(portfolio, rf=0.01)

from empyrial.

karim1104 avatar karim1104 commented on August 26, 2024

Confirmed it's working fine. Issue is fixed in version 1.5.5.

Thanks!

from empyrial.

Related Issues (20)

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.