Update call schedule item with WSO ID of {bondCallID} for bond with WSO ID of {id}.
https://services.wsoweb.com/
OptionDate
The option date
date
Option Date must be between the interest accrual date and maturity date.
OptionPrice
The option price
decimal number
There are no limitations specified.
bondCallId
WSO ID of call schedule item
integer
Required
id
WSO ID of bond
integer
Required
{ "optionType": "Call", "optionPrice": 1.1, "optionDate": "2024-11-23T01:40:33.2110388-06:00" }
<BondCallUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <OptionDate xmlns="">2024-11-23T01:40:33.2110388-06:00</OptionDate> <OptionPrice xmlns="">1.1</OptionPrice> <OptionType>Call</OptionType> </BondCallUpdate>
Sample not available.
Id
The WSO ID of the asset
integer
OptionDate
The option date
date
OptionPrice
The option price
decimal number
{ "optionType": "Call", "id": 1, "optionPrice": 1.1, "optionDate": "2024-11-23T01:40:33.2166968-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" } ] }
<BondCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <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> <OptionDate>2024-11-23T01:40:33.2166968-06:00</OptionDate> <OptionPrice>1.1</OptionPrice> <OptionType>Call</OptionType> </BondCall>