NDF_ISIN

See if one NDF is contained within another NDF

Description:

The routine returns a logical flag indicating if the first supplied NDF is contained within an extension of the second supplied NDF. The search is recursive, so for instance a true value will be returned if the second supplied NDF is contained within an extension of an intermediate NDF that is contained within an extension of the first supplied NDF.

Invocation

CALL NDF_ISIN( INDF1, INDF2, ISIN, STATUS )

Arguments

INDF1 = INTEGER (Given)
The first NDF.
INDF2 = INTEGER (Given)
The second NDF.
ISIN = LOGICAL (Returned)
.TRUE. of the first NDF is contained within an extension of the second NDF, and .FALSE. otherwise.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: