Futures and options are types of derivatives that allow traders to speculate on or hedge against price changes in assets without owning them. A futures contract obliges the buyer and seller to transact at a set price on a specific date. An option, on the other hand, gives the holder the right—but not the obligation—to buy or sell an asset at a predetermined price before or on its expiry date.
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>