layout | title | schemas |
---|---|---|
property | issue_size | security |
issue_size
The issue_size represents the number of bonds issued during the offering multiplied by the their face value.
This is a monetary type and as [it is impossible to squeeze infinitely many Real numbers into a finite number of bits][floats], we represent monetary types as integer numbers of cents/pence to reduce potential rounding errors. So $10.35 becomes 1035. Don’t forget to divide by 100 (or the relevant minor unit denomination) when presenting information to a user. The relevant minor unit denomination should be determined from the currency’s corresponding [‘E’][E] value.