Skip to content

Commit

Permalink
Update 03 Function Model.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Dec 8, 2023
1 parent d4680f0 commit bea988a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<tbody>
<tr>
<td><code>getInterestRateFunc</code></td>
<td><code class="csharp">Func&lg;DateTime, decimal&gt;</code><code class="python">Callable[[datetime], float]</code></td>
<td><code class="csharp">Func&lt;DateTime, decimal&gt;</code><code class="python">Callable[[datetime], float]</code></td>
<td>A function that returns the risk free interest rate for a given date</td>
<td></td>
</tr>
Expand Down

0 comments on commit bea988a

Please sign in to comment.