Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkycdr committed Jul 21, 2023
1 parent f298cc9 commit c1415e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Standards/cds_super_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ <h3><a name="SuperFundProduct"><code>SuperFundProduct</code></a> <a class="up" h
<div class="param">fees </div><div class="param-desc"><span class="param-type"><a href="#SuperFundProductFees">array[SuperFundProductFees]</a></span> A list of fees that apply to the fund </div>
<div class="param">performance </div><div class="param-desc"><span class="param-type"><a href="#SuperFundProductPerformance">array[SuperFundProductPerformance]</a></span> Performance data of the fund over a period of time e.g. 1, 3, 5, 8, 10 years </div>
<div class="param">fundInformationUri (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> A link to the fund web page </div>
<div class="param">providerUri (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> A link to the fund providers we page </div>
<div class="param">providerUri (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> A link to the fund providers web page </div>
<div class="param">additionalInformation (optional)</div><div class="param-desc"><span class="param-type"><a href="#SuperAdditionalInformation">SuperAdditionalInformation</a></span> </div>
</div> <!-- field-items -->
</div>
Expand Down Expand Up @@ -826,4 +826,4 @@ <h3><a name="SuperFundProductResponse"><code>SuperFundProductResponse</code></a>
</div> <!-- field-items -->
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/Standards/cds_super_product.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"x-cds-type": "URIString"
},
"providerUri": {
"description": "A link to the fund providers we page",
"description": "A link to the fund providers web page",
"type": "string",
"x-cds-type": "URIString"
},
Expand Down

0 comments on commit c1415e7

Please sign in to comment.