Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaveiga committed Sep 27, 2024
1 parent ec03b85 commit 80343ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The description of the input data follows:
- Maximum value of the stock in the stock price domain.

- `strategy` : list
- A list of `Strategy`.
- A list of strategy legs.

- `dividend_yield` : float, optional
- Annualized dividend yield. Default is 0.0.
Expand Down Expand Up @@ -115,10 +115,10 @@ The description of the input data follows:

---

The `strategy` attribute can be either of type `OptionStrategy`, `StockStrategy`, or
`ClosedPosition`.
The `strategy` attribute is a list of strategy legs, where each leg can be of type
`Option`, `Stock`, or `ClosedPosition`.

The `OptionStrategy` structure:
The `Option` structure:

---

Expand Down Expand Up @@ -149,7 +149,7 @@ The `OptionStrategy` structure:

---

`StockStrategy`:
`Stock`:

---

Expand Down

0 comments on commit 80343ad

Please sign in to comment.