Skip to content

Commit

Permalink
Update eip-7092.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoumou authored Jul 12, 2023
1 parent 2563f2c commit ef19d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EIPS/eip-7092.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ interface IERC7092 {
* @notice Returns the bond symbol
* It is RECOMMENDED to represent the symbol as a combination of the issuer Issuer'shorter name and the maturity date
* Ex: If a company named Green Energy issues bonds that will mature on october 25, 2030, the bond symbol could be `GE30` or `GE2030` or `GE102530`
*
* OPTIONAL - interfaces and other contracts MUST NOT expect these values to be present. The method is used to improve usability.
*/
function symbol() external view returns(string memory);
Expand Down

0 comments on commit ef19d49

Please sign in to comment.