|
1 | | -# optionstratlib |
2 | | - |
3 | | - |
4 | 1 | <div style="text-align: center;"> |
5 | | -<img src="https://raw.githubusercontent.com/joaquinbejar/OptionStratLib/refs/heads/main/doc/images/logo.png" alt="OptionStratLib" style="width: 531px; height: 221px;"> |
| 2 | +<img src="https://raw.githubusercontent.com/joaquinbejar/OptionStratLib/refs/heads/main/doc/images/logo.png" alt="OptionStratLib" style="width: 90%; height: 90%;"> |
6 | 3 | </div> |
7 | 4 |
|
8 | | - [](./LICENSE) |
9 | | - [](https://crates.io/crates/optionstratlib) |
10 | | - [](https://crates.io/crates/optionstratlib) |
11 | | - [](https://github.com/joaquinbejar/OptionStratLib/stargazers) |
12 | | - [](https://github.com/joaquinbejar/OptionStratLib/issues) |
13 | | - [](https://github.com/joaquinbejar/OptionStratLib/pulls) |
| 5 | +[](./LICENSE) |
| 6 | +[](https://crates.io/crates/optionstratlib) |
| 7 | +[](https://crates.io/crates/optionstratlib) |
| 8 | +[](https://github.com/joaquinbejar/OptionStratLib/stargazers) |
| 9 | +[](https://github.com/joaquinbejar/OptionStratLib/issues) |
| 10 | +[](https://github.com/joaquinbejar/OptionStratLib/pulls) |
| 11 | +[](https://github.com/joaquinbejar/OptionStratLib/actions) |
| 12 | +[](https://codecov.io/gh/joaquinbejar/OptionStratLib) |
| 13 | +[](https://libraries.io/github/joaquinbejar/OptionStratLib) |
| 14 | +[](https://docs.rs/optionstratlib) |
14 | 15 |
|
15 | 16 |
|
16 | | - [](https://github.com/joaquinbejar/OptionStratLib/actions) |
17 | | - [](https://codecov.io/gh/joaquinbejar/OptionStratLib) |
18 | | - [](https://libraries.io/github/joaquinbejar/OptionStratLib) |
19 | | - [](https://docs.rs/optionstratlib) |
20 | 17 |
|
21 | 18 | # OptionStratLib v0.4.4: Financial Options Library |
22 | 19 |
|
|
425 | 422 | bull_high_lim_opt --> bull_call(("Bull Call Spread")) |
426 | 423 | bull_high_lim_stock --> protective_put(("Protective Put")) |
427 | 424 | bull_high_unlim_opt --> long_call(("Long Call")) |
428 | | - bull_high_unlim_stock --> pmcc@{ label: "Poor Man's Covered Call" } |
| 425 | + bull_high_unlim_stock --> pmcc((Poor Man's Covered Call)) |
| 426 | + style pmcc shape:circle |
429 | 427 | bull_low_lim_opt --> bull_put(("Bull Put Spread")) |
430 | 428 | bull_low_lim_stock --> collar(("Collar")) |
431 | 429 | bull_low_unlim_opt --> naked_put(("Naked Put")) |
|
460 | 458 | neut_high_unlim_stock --> reversal(("Reversal")) |
461 | 459 | neut_low_lim_stock --> married_combo(("Married Combo")) |
462 | 460 | neut_low_unlim_stock --> ratio_spread(("Ratio Spread")) |
463 | | - pmcc@{ shape: circle} |
464 | | -
|
465 | 461 | ``` |
466 | 462 |
|
467 | 463 | ## Setup Instructions |
@@ -670,24 +666,27 @@ setup_logger(); |
670 | 666 | make coverage |
671 | 667 | ``` |
672 | 668 |
|
673 | | - ## Contribution and Contact |
674 | 669 |
|
675 | | - We welcome contributions to this project! If you would like to contribute, please follow these steps: |
676 | 670 |
|
677 | | - 1. Fork the repository. |
678 | | - 2. Create a new branch for your feature or bug fix. |
679 | | - 3. Make your changes and ensure that the project still builds and all tests pass. |
680 | | - 4. Commit your changes and push your branch to your forked repository. |
681 | | - 5. Submit a pull request to the main repository. |
682 | 671 |
|
683 | | - If you have any questions, issues, or would like to provide feedback, please feel free to contact the project maintainer: |
| 672 | +## Contribution and Contact |
| 673 | + |
| 674 | +We welcome contributions to this project! If you would like to contribute, please follow these steps: |
| 675 | + |
| 676 | +1. Fork the repository. |
| 677 | +2. Create a new branch for your feature or bug fix. |
| 678 | +3. Make your changes and ensure that the project still builds and all tests pass. |
| 679 | +4. Commit your changes and push your branch to your forked repository. |
| 680 | +5. Submit a pull request to the main repository. |
684 | 681 |
|
685 | | - **Joaquín Béjar García** |
686 | | - - Email: jb@taunais.com |
687 | | - - GitHub: [joaquinbejar](https://github.com/joaquinbejar) |
| 682 | +If you have any questions, issues, or would like to provide feedback, please feel free to contact the project maintainer: |
688 | 683 |
|
689 | | - We appreciate your interest and look forward to your contributions! |
| 684 | +**Joaquín Béjar García** |
| 685 | +- Email: jb@taunais.com |
| 686 | +- GitHub: [joaquinbejar](https://github.com/joaquinbejar) |
690 | 687 |
|
| 688 | +We appreciate your interest and look forward to your contributions! |
691 | 689 |
|
| 690 | +## ✍️ License |
692 | 691 |
|
693 | | -License: MIT |
| 692 | +Licensed under MIT license |
0 commit comments