fpml:earliestExecutionTime
The earliest time of day at the specified business center, at which the client may execute a transaction.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-fx-5-5.xsd
Type: fpml:BusinessCenterTime
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:hourMinuteTime [0..1] A time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.
- fpml:businessCenter [0..1]
Attributes
None
Used in
- Type fpml:FxFlexibleForward (Element fpml:fxFlexibleForward)
Sample instance
<fpml:earliestExecutionTime> <fpml:hourMinuteTime>12:00:00</fpml:hourMinuteTime> <fpml:businessCenter>normalizedString</fpml:businessCenter> </fpml:earliestExecutionTime>