Skip to content

Commit ddacabd

Browse files
Adding SEDOL formated request.
1 parent 3e3920c commit ddacabd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/RemotePlusClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ public function addCusip( string $cusip, bool $validateCusipFormat = TRUE ): sta
171171
}
172172

173173

174+
175+
public function addSedol( string $sedol): static {
176+
$this->addIdentifier( 'S:' . $sedol );
177+
return $this;
178+
}
179+
180+
174181
/**
175182
* Add an item code to the list of data points we want to retrieve with this request.
176183
* @param string $item

0 commit comments

Comments
 (0)