Returns the full name of the holiday that corresponds to the given short code.
Syntax
NxHLDYName(code)
- code
- is the holiday short code (e.g. NYD = New Year Day, PRS = President Day, etc.)
Remarks
- See Holidays for a list of currently supported holidays.
Examples
Example 1:
Formula | Description (Result) |
---|---|
=NxHLDYName(USA-PRS) | Washington's Birthday |
=NxHLDYName(USA-NYD) | New Year's Day |
=NxHLDYName(USA-MLK) | Birthday of Martin Luther King, JR. |
Files Examples
References
- Hans-Peter Deutsch, Derivatives and Internal Models, Palgrave Macmillan (2002), ISBN 0333977068
Comments
Article is closed for comments.