Table of Contents

ifNewPersonExistInXML(person, stock_id)

Description

whether the new person exist in the current data.

Parameters

Parameter Necessity Type Description
person required string person name
stock_id required int the stock id of company that the person work for

Output

  1. True and pid
  2. False

Implementation

None

Related Work

None