You are browsing as a guest. Sign up (or log in) to start making projects!

D4rshSh4h

@D4rshSh4h

Joined June 4th, 2026

  • 4Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 1m 51s logged

More Complex Structures
Added a world and a company class:

  • World: Mimics a financial world, which has a business cycle and interest rates which follow a sinusodial pattern
  • Company: Uses the info in the world class to generate mock earnings.

All this info will be needed in order for agents to be able to use the DCF model to trade better.

0
0
2
Open comments for this post

43m logged

What is value?
One of the most common ways to determine the value of a company is to use a discounted cash flow model (DCF). This is what the new agents will be using to trade. Implementing this first requires an extension of the simulator I’ve created. A company and a world class will be created where various items (such as earnings and interest rates) will be set and allowed to flow to the simulator class. After that, agent will use a DCF model to determine if the stock is worth buying or not.
Coming Soon (hopefully in the next 2 weeks)

0
0
7

Followers

Loading…