Retrieve an asset with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of the asset
integer
Required
AssetId
The WSO ID for this asset
integer
AssetName
The name of the asset
string
BankDealName
The name of the bank deal related to the asset (if applicable)
string
CurrencyCode
The currency code of the asset
string
IssuerName
The name of the issuer related to the asset
string
MaturityDate
The maturity date of the asset
date
SpreadValue
The spread value of the asset (if applicable)
decimal number
{ "assetId": 1, "assetName": "sample string 2", "assetType": "Loan", "issuerName": "sample string 4", "issuer": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "bankDealName": "sample string 5", "bankDeal": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "maturityDate": "2024-11-23T01:54:15.2542384-06:00", "currencyCode": "sample string 8", "couponType": "Fixed", "spreadValue": 1.1, "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" } ] }
<Asset xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AssetId>1</AssetId> <AssetName>sample string 2</AssetName> <AssetType>Loan</AssetType> <BankDeal> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </BankDeal> <BankDealName>sample string 5</BankDealName> <CouponType>Fixed</CouponType> <CurrencyCode>sample string 8</CurrencyCode> <Issuer> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Issuer> <IssuerName>sample string 4</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> <MaturityDate>2024-11-23T01:54:15.2542384-06:00</MaturityDate> <SpreadValue>1.1</SpreadValue> </Asset>