Retrieve an issuer with globalId of {globalId}.
https://services.wsoweb.com/
There are no limitations specified.
globalId
Global Id of the issuer
integer
Required
Abbreviation
The abbreviation of the issuer
string
Analyst
The analyst name
string
CollateralManagerId
The collateral manager for this issuer.
integer
GlobalId
The Global Id of the issuer
integer
HasPublicEquity
The flag indicating if the asset has public equity
boolean
Id
The WSO ID of the issuer
integer
Identifier
The identifier for the issuer
string
IsABSIssuer
The flag indicating if the issuer should implement ABS specific behavior
boolean
IsABSSponsor
The flag indicating if the issuer will be selectable as an ABS sponsor
boolean
IsDeleted
The flag indicating if this issuer has been soft deleted in the system
boolean
IssueDate
The date the issue was created
date
IssuerName
The name of the issuer
string
MarkitEntityId
The Markit Entity ID for this issuer
string
MarkitTicker
The MarkitTicker property
string
Notes
Notes regarding the issuer
string
OriginalIssueSize
The original total global amount at issuance
decimal number
State
The legal state of the issuer
string
TrusteeId
The trustee for this issuer.
integer
{ "id": 1, "issuerName": "sample string 2", "abbreviation": "sample string 3", "analyst": "sample string 4", "hasPublicEquity": true, "country": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "identifier": "sample string 6", "isABSIssuer": true, "isABSSponsor": true, "isDeleted": true, "issueDate": "2024-11-23T01:50:22.708848-06:00", "markitEntityId": "sample string 11", "notes": "sample string 12", "originalIssueSize": 13.0, "state": "sample string 14", "globalId": 1, "ratings": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "industryCodes": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "udfs": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "collateralManagerId": 15, "trusteeId": 16, "markitTicker": "sample string 17", "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<Issuer xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Abbreviation>sample string 3</Abbreviation> <Analyst>sample string 4</Analyst> <CollateralManagerId>15</CollateralManagerId> <Country> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Country> <GlobalId>1</GlobalId> <HasPublicEquity>true</HasPublicEquity> <Id>1</Id> <Identifier>sample string 6</Identifier> <IndustryCodes> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </IndustryCodes> <IsABSIssuer>true</IsABSIssuer> <IsABSSponsor>true</IsABSSponsor> <IsDeleted>true</IsDeleted> <IssueDate>2024-11-23T01:50:22.708848-06:00</IssueDate> <IssuerName>sample string 2</IssuerName> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <MarkitEntityId>sample string 11</MarkitEntityId> <MarkitTicker>sample string 17</MarkitTicker> <Notes>sample string 12</Notes> <OriginalIssueSize>13</OriginalIssueSize> <Ratings> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Ratings> <State>sample string 14</State> <TrusteeId>16</TrusteeId> <Udfs> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Udfs> </Issuer>