| Line 419... |
Line 419... |
| 419 |
mpHistory.ourTp = snapdealPricing.ourTp
|
419 |
mpHistory.ourTp = snapdealPricing.ourTp
|
| 420 |
mpHistory.ourNlc = snapdealItemInfo.nlc
|
420 |
mpHistory.ourNlc = snapdealItemInfo.nlc
|
| 421 |
mpHistory.secondLowestSellerName = snapdealDetails.secondLowestSellerName
|
421 |
mpHistory.secondLowestSellerName = snapdealDetails.secondLowestSellerName
|
| 422 |
mpHistory.secondLowestSellerCode = snapdealDetails.secondLowestSellerCode
|
422 |
mpHistory.secondLowestSellerCode = snapdealDetails.secondLowestSellerCode
|
| 423 |
mpHistory.secondLowestSellingPrice = snapdealDetails.secondLowestSellerSp
|
423 |
mpHistory.secondLowestSellingPrice = snapdealDetails.secondLowestSellerSp
|
| 424 |
mpHistory.secondLowestOfferPrice = snapdealDetails.secondLowestOfferPrice
|
424 |
mpHistory.secondLowestOfferPrice = snapdealDetails.secondLowestSellerOfferPrice
|
| 425 |
mpHistory.secondLowestTp = snapdealPricing.secondLowestSellerTp
|
425 |
mpHistory.secondLowestTp = snapdealPricing.secondLowestSellerTp
|
| 426 |
if (snapdealPricing.competitionBasis=='SP'):
|
426 |
if (snapdealPricing.competitionBasis=='SP'):
|
| 427 |
proposed_sp = max(snapdealDetails.secondLowestSellerSp - max((20, snapdealDetails.secondLowestSellerSp*0.002)), snapdealPricing.lowestPossibleSp)
|
427 |
proposed_sp = max(snapdealDetails.secondLowestSellerSp - max((20, snapdealDetails.secondLowestSellerSp*0.002)), snapdealPricing.lowestPossibleSp)
|
| 428 |
proposed_tp = getTargetTp(proposed_sp,mpItem)
|
428 |
proposed_tp = getTargetTp(proposed_sp,mpItem)
|
| 429 |
#target_nlc = proposed_tp - snapdealPricing.lowestPossibleTp + snapdealItemInfo.nlc
|
429 |
#target_nlc = proposed_tp - snapdealPricing.lowestPossibleTp + snapdealItemInfo.nlc
|