C0130
Functional Description
IF <GUARANTEE.Guarantee type> is EQUAL to ‘8’
THEN <GUARANTEE.Other guarantee reference> = “R”
ELSE IF <GUARANTEE.Guarantee type> is EQUAL to ‘3’
THEN <GUARANTEE.Other guarantee reference> = “O”
ELSE
<GUARANTEE.Other guarantee reference> = “N”
Technical Description
IF /*/Guarantee/guaranteeType is EQUAL to ‘8’
THEN /*/Guarantee/otherGuaranteeReference = “R”
ELSE IF /*/Guarantee/guaranteeType is EQUAL to ‘3’
THEN /*/Guarantee/otherGuaranteeReference = “O”
ELSE
/*/Guarantee/otherGuaranteeReference = “N”