Search Bond Filter Information
Request a list of filters relating to a given Bond issuerID. The issuerId is retrieved from /iserver/secdef/search and can be used in /iserver/secdef/info?issuerId={{ issuerId }} for retrieving conIds.
/iserver/secdef/bond-filters
Request Object
Query Params
symbol: String. Required
This should always be set to “BOND”
issuerId: String. Required
Specifies the issuerId value used to designate the bond issuer type.
Python
Abap
bondFilters: Array of Objects.
Contains all filters pertaining to the given issuerId.
[{
displayText: String.
An identifier used to document returned options/values. This can be thought of as a key value.
columnId: int.
Used for user interfaces. Internal use only.
options: Array of objects.
Contains all objects with values corresponding to the parent displayText key.
[{
text: String.
In some instances, a text value will be returned, which indicates the standardized value format such as plaintext dates, rather than solely numerical values.
value: String.
Returns value directly correlating to the displayText key. This may include exchange, maturity date, issue date, coupon, or currency.
}]
}]

