Add a attributable for ABS with a WSO ID of {id}
https://services.wsoweb.com/
AttributableValueId
A pointer to the attributable that applies to the period and asset defined by this record
integer
Required
EndDate
The date that the attributable is no longer applicable
date
Required
IsAtIssuance
The flag indicating if the PercentValue currently equals the amount at the original issuance of the asset
boolean
Required
PercentValue
The percentage value of the attributable
decimal number
Required
StartDate
The date for which the attributable entry starts to be valid
date
Required
There are no limitations specified.
id
WSO ID of ABS
integer
Required
{ "attributableValueId": 1, "percentValue": 3.1, "startDate": "2024-11-23T00:00:00-06:00", "endDate": "2024-11-23T00:00:00-06:00", "isAtIssuance": true }
<AttributableAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AttributableValueId>1</AttributableValueId> <EndDate>2024-11-23T00:00:00-06:00</EndDate> <IsAtIssuance>true</IsAtIssuance> <PercentValue>3.1</PercentValue> <StartDate>2024-11-23T00:00:00-06:00</StartDate> </AttributableAdd>
Sample not available.
AttributableType
Gets or sets the name of the attributable type.
string
AttributableTypeId
The WSO ID for the attributable type
integer
AttributableValue
Gets or sets the name of the attributable value.
string
AttributableValueId
The pointer to the attributable value that applies to the period and asset defined by this attributable
integer
EndDate
The date that the attributable is no longer applicable
date
Id
The WSO ID associated with this attributable
integer
IsAtIssuance
The flag indicating if the PercentValue currently equals the amount at the original issuance of the asset
boolean
PercentValue
The percentage value of the attributable
decimal number
StartDate
The date for which the attributable entry starts to be valid
date
{ "id": 1, "attributableTypeId": 3, "attributableType": "sample string 4", "attributableValueId": 5, "attributableValue": "sample string 6", "endDate": "2024-11-23T01:25:17.1961076-06:00", "isAtIssuance": true, "percentValue": 9.1, "startDate": "2024-11-23T01:25:17.1961076-06:00", "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" } ] }
<Attributable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <AttributableType>sample string 4</AttributableType> <AttributableTypeId>3</AttributableTypeId> <AttributableValue>sample string 6</AttributableValue> <AttributableValueId>5</AttributableValueId> <EndDate>2024-11-23T01:25:17.1961076-06:00</EndDate> <Id>1</Id> <IsAtIssuance>true</IsAtIssuance> <Links> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <PercentValue>9.1</PercentValue> <StartDate>2024-11-23T01:25:17.1961076-06:00</StartDate> </Attributable>