Matching API Errors

Hi all

The following RICs get not identified with the record permid matching REST API:

Input file:

LocalID,Standard Identifier
1,RIC:IIP_u.TO
2,RIC:BIP_u.TO
3,RIC:WIRu.TO
4,RIC:URW.AS
5,RIC:CUF_u.TO
6,RIC:CRR_u.TO
7,RIC:KMP_u.TO
8,RIC:CAR_u.TO
9,RIC:BEI_u.TO
10,RIC:HNKG_p.DE
11,RIC:REI_u.TO
12,RIC:326030.KS
13,RIC:FCR_u.TO
14,RIC:CSH_u.TO

Output:

ProcessingStatus,Match OpenPermID,Common Name,Match Level,Match Ordinal,Original Row Number,Input_LocalID,Input_Standard Identifier
OK,,,No Match,,2,1,RIC:IIP_u.TO
OK,,,No Match,,3,2,RIC:BIP_u.TO
OK,,,No Match,,4,3,RIC:WIRu.TO
OK,,,No Match,,5,4,RIC:URW.AS
OK,,,No Match,,6,5,RIC:CUF_u.TO
OK,,,No Match,,7,6,RIC:CRR_u.TO
OK,,,No Match,,8,7,RIC:KMP_u.TO
OK,,,No Match,,9,8,RIC:CAR_u.TO
OK,,,No Match,,10,9,RIC:BEI_u.TO
OK,,,No Match,,11,10,RIC:HNKG_p.DE
OK,,,No Match,,12,11,RIC:REI_u.TO
OK,,,No Match,,13,12,RIC:326030.KS
OK,,,No Match,,14,13,RIC:FCR_u.TO
OK,,,No Match,,15,14,RIC:CSH_u.TO


Those should all be valid RICs, could you please have a loot?


Thanks and best

Simon

Best Answer

  • Jirapongse
    Answer ✓

    @simon.keel

    It looks okay. I tested it several times.

    quote="""
    LocalID,Standard Identifier
    1,RIC:SESFd.PA
    2,RIC:BEP_u.TO
    3,RIC:BEI_u.TO
    4,RIC:VOWG_p.DE
    5,RIC:WIR_u.TO
    6,RIC:KINDsdb.ST
    7,RIC:CUF_u.TO
    8,RIC:326030.KS
    9,RIC:FCR_u.TO
    10,RIC:DIR_u.TO
    11,RIC:GRT_u.TO
    12,RIC:BBU_u.TO
    """
    output,err = opid.match(quote,dataType="Quote", raw_output=False)
    output

    The output is:

    image

Answers