We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ac6cd commit 29004e3Copy full SHA for 29004e3
1 file changed
src/greeks/garman_kohlhagen.rs
@@ -44,7 +44,7 @@
44
//!
45
//! These functions implement the carry-adjusted Garman–Kohlhagen formulas
46
//! directly using the `b = r_d − r_f` cost-of-carry term in `d1`/`d2`. They
47
-//! do **not** delegate to [`crate::greeks::delta`] / [`gamma`] / etc.,
+//! do **not** delegate to \[`crate::greeks::delta`\] / \[`crate::greeks::gamma`\] / etc.,
48
//! because those functions currently call the unadjusted `d1` (passing
49
//! only `risk_free_rate`) before multiplying by `e^(-qT)` — a mismatch
50
//! between the d-values and the discount factor that yields incorrect
0 commit comments